Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
386 views

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 ...
Francine DeGrood Taylor's user avatar
0 votes
0 answers
60 views

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 ...
CKuttan's user avatar
  • 59
0 votes
0 answers
264 views

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 ...
alaa_sayegh's user avatar
  • 2,231
1 vote
2 answers
625 views

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. ...
ezG's user avatar
  • 441
3 votes
4 answers
2k views

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 └── ...
code-8's user avatar
  • 59.5k
1 vote
0 answers
959 views

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 ...
Xenex Ashura's user avatar
1 vote
1 answer
45 views

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 ...
Manish Joshi's user avatar
-1 votes
1 answer
376 views

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 ...
hammad raza's user avatar
-1 votes
1 answer
203 views

I am setting up spree. Got far as this and dont know what to do thereafter. "Run bin/setup in said directory" What must I type in the terminal to setup?
Brandon Gounder's user avatar
0 votes
1 answer
3k views

I'm using an unattended installation of Windows 10 21H2 LTSC using an "answer file" (unattend.xml) on a surface pro 7 plus device. I have placed SetupComplete.cmd at: %windir%\setup\scripts ...
Atom's user avatar
  • 73
0 votes
0 answers
181 views

How can I dynamically get TargetPlatform in deployment project properties or can i write targetPlatform to regedit. Then i will write this target platform on windows form screen
Mehmet Ceylan's user avatar
3 votes
0 answers
186 views

Following issue occurs only on .NET Desktop Projects that also include Windows Application Packaging Project. After my VS2019 was updated to version 16.10, all my .NET 5 projects that also include a ...
nam's user avatar
  • 24.2k
1 vote
1 answer
151 views

I am creating a setup and check the pre-requirement option of Visual Studio 2019 - Setup Project. However, I could not find a VC++2015 pre-requirement. But I am using CEFSHARP and it is a requirement;...
user avatar
0 votes
0 answers
38 views

OK try to follow this: I am using a Pre-Build event command line like so... echo %date% %time:~0,5% > "$(ProjectDir)\Resources\BuildDate.txt" This gives me a resource named BuildDate ...
Bryan Valencia's user avatar
2 votes
3 answers
351 views

I have successfully built an application in C# to interface a highspeed measurement sensor. The application uses a third party DLL file used to interface the external hardware, supplied by the ...
Sinado123's user avatar
6 votes
2 answers
11k views

I asked this on the deployment projects QNA I'm using the Microsoft Visual Studio Installer Projects extension to build a new installer for an update to a 10 year old project, but I cannot seem to ...
stuartd's user avatar
  • 73.7k
0 votes
0 answers
411 views

I try to deploy my VSTO AddIn using ClickOnce with the following setup. When I start setup the installer still tries to find the vsto file in the users download folder instead of downloading it from ...
HHeckner's user avatar
  • 5,094
0 votes
0 answers
823 views

I'm trying to deploy my windows forms application via Visual Studio Installer extension. As shown below, I'm setting .NET Framework 4.8 as a one-and-only prerequisite. The problem is, when I test the ...
Roni Tovi's user avatar
  • 908
0 votes
1 answer
359 views

Edit: With the reply from Dmitry Streblechenko, looks like my only option is to created a dll that I can manually installed. May I know how can I do that? I converted my Outlook vba macro to a ...
Leon's user avatar
  • 53
0 votes
1 answer
1k views

As we know, when trying to run a program with some of its dependent DLL missing, the system would complain about "missing dll" error. The approach I'm using to avoid this is to pack all those ...
tanjor's user avatar
  • 103
0 votes
1 answer
1k views

I am new in UWP deployment need the right way to do this I want to deploy my UWP to my users through group policy like we did WPF app?
user7913261's user avatar
0 votes
0 answers
106 views

I'm running in a shared hosting environment where I don't have admin. I want to run a Python script that uses modules from mpmath and another library, which have not been installed. I've placed the ...
Kevin Moore's user avatar
1 vote
1 answer
229 views

I have created WIX setup for my application. I am bootstapping the prerequisites using WIX bootstapper. One of the prerequiste is to install SQL CE on the machine. The package install all the ...
Niranjan NT's user avatar
1 vote
0 answers
82 views

I use Visual Studio 2019 to create an application and I deploy it using ClickOnce deployment. While installing, the app creates shortcuts on the user's PC: In the Start Menu On the Desktop In the ...
Stefan Meyer's user avatar
6 votes
2 answers
5k views

So, I want to create an installer for my .NET Core 3 based C# project. I installed the Installer Projects extension for Visual Studio 2019 and created a new Installer project within my solution. After ...
Andreas P.'s user avatar

1
2 3 4 5
17