815 questions
0 votes
1 answer
396 views
Why does the Visual Studio setup project always build as x86 [duplicate]
I have Visual Studio Professional 2019 and 2022. This happens in both. I create a C# library project in .Net 4.8 framework. Nothing added, just the project with its default "Class1". I ...
1 vote
0 answers
189 views
How to Include Crystal Reports MSI package in VS2022 Setup project
I am trying to create a set up project in Visual Studio 2022 for my VB.Net WinForms application. I am using Crystal Reports. I have downloaded "CR13SP32MSI64_0-80007712.MSI" from SAP Crystal ...
0 votes
0 answers
60 views
Access denied to MS Access File in C:ProgramFiles(86) folder
I am working on a VB.Net 2022 Windows Application and I am keeping a .mdb access database file in the bin folder and I created the setup of the application. After installation, the access database is ...
0 votes
1 answer
86 views
How can I specify install order of prerequisites of Visual Studio ClickOnce?
I am using VS 2022, and I use ClickOnce to publish my app. My prerequisites are Crystal Report SP33, MS Access 2016 runtime, and .NET Framework 4.7.2. When I run ClickOnce, the Crystal Report ...
0 votes
0 answers
269 views
Github workflow failing on deployment to k8s
We have a k8s cluster (private cluster) on which we are hosting some apis. Since yesterday the workflow deployment from Github to the k8s stopped with the error: error: You must be logged in to the ...
0 votes
0 answers
253 views
Wpf Application Entity Framework sqlite
I firstly wanted to info that I am currently using Visual studio 2017 with .net 4.6.1 version. I create a wpf application in which I used Entity framework to manager the sqlite database. My Dbcontext ...
1 vote
2 answers
633 views
How do I debug and Step through a Visual Studio Setup project?
OS: Windows 10 Enterprise N Dev Environment: VS2022 (64-Bit) Professional (7.5) Application: VSTO Add-In (Outlook 32-Bit) The custom action I have closes Outlook during Install. That's working. ...
1 vote
1 answer
363 views
Exception in deployment, not when run from Release folder (JSON File Missing)
C# .NET 6.0 WinForms x64bit Desktop application Application exe runs fine via the project's "x64\Release" folder. We deliver via an MSI created via "Setup and Deployment Tool". ...
3 votes
4 answers
2k views
How to deploy a build react app in your existing Laravel site as subdomain?
npm run build I build a simple react app; this is what I see in build/ folder jdoe@AIR ~/Sites/react/alphabets/build main ± tree . ├── asset-manifest.json ├── favicon.png ├── index.html └── ...
0 votes
1 answer
315 views
How to update new version file's on old version using NSIS
In my system already installed old version of tool. How to replace/update new version of tool's lib,file,dll etc with old version using NSIS script. Thanks in advance. P.S.: Sory for my bad english
1 vote
0 answers
961 views
why my setup in mysql in vs code is not working?
So basically, I'm following this tutorial. LINK. wherein I setup the MySQL Localhost first in the Vscode after that I will to the cmd part and do this mysql -u root -p After that I have to input my ...
0 votes
1 answer
66 views
create setup file for a .netoffice project in advance installer
my project is a addin word with .netoffice. I tried to create a setup file with advance installer, The dlls of the debug file are registered, and I gave administrator access for run setup, But still ...
1 vote
1 answer
49 views
Travis unable to start mongodb instance
I am using Travis CI/CD in my repository. When my build starts on Travis. Getting below error: sudo systemctl start mongodb Failed to start mongodb.service: Unit mongodb.service not found. Here is my ...
0 votes
0 answers
434 views
Failed to update database "C:\Program Files (x86)\folder\dbRecords.mdf" because database is read-only
I am creating a C# WinForms Application along with SQL LocalDB. I am new to SQL. I have also added a setup project to create install the application to other PCs. When I installed the application, it ...
-1 votes
1 answer
376 views
How to create C# desktop application setup file along with database
I created a C# application for my client with a database so I created a setup file which runs fine on my PC, but on my client's PC, it shows this error error msg I need to submit it to my client but ...