getting-started/csharp #8
Replies: 14 comments 34 replies
-
For this line, what should I replace there, all releases or a single file?
|
Beta Was this translation helpful? Give feedback.
-
I get the below error in my CLI even after being prompted that vpk have successfully installed. I'm running windows 11.
|
Beta Was this translation helpful? Give feedback.
-
Is there any way for the app to simulate the result of UpdateManager?
|
Beta Was this translation helpful? Give feedback.
-
Just to confirm, is the idea that one would manually call the If it's the latter, are there any other Reflection-based hooks one could specify? In either case, it might be good to clarify this in the docs! Along with recommendations on how/when to invoke the auto update method. (Before or after the |
Beta Was this translation helpful? Give feedback.
-
Hi, does Velopack work with net framework 4.7.2? |
Beta Was this translation helpful? Give feedback.
-
Hey I hope you will help, I need to avoid installiong the app or putting into the programs, or anywhere. I have make an exe of my code which we put into windows autostart, and it keeps running in background with just a process running in task bar. I just need to implement a way so that it can keep updating itself whenever we push to master of github. No need to install it, nothing. |
Beta Was this translation helpful? Give feedback.
-
Using the portable version of the packaged application, I have the following folder structure where i've placed the extracted contents of the portable zip from the deployment server
|
Beta Was this translation helpful? Give feedback.
-
I have a .NET Framework Windows Form project (target .NET Framework 4.7.2) and when I tried to publish, I got the following error "error MSB4803: The task "GenerateBootstrapper" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details. [C:\Projects\CondoSys\CondoSys.Forms\CondoSys.Forms.csproj]" Any suggestions ? |
Beta Was this translation helpful? Give feedback.
-
I need to add Authorization header to all requests to |
Beta Was this translation helpful? Give feedback.
-
How do I add a space in the name of my application? I tried |
Beta Was this translation helpful? Give feedback.
-
I am getting this error while trying to pack my app even though I have enough permissions |
Beta Was this translation helpful? Give feedback.
-
Why isn't WithBeforeUninstallFastCallback is called in my app when uninstalling? |
Beta Was this translation helpful? Give feedback.
-
Hello! I successfully tested on a Demo WinForms App. However, when I try to add to the production WinForms App, I am not even able to start the app when I add the velopack library and No logs, only on the Windows Event Viewer I can see these errors:
Any ideas? Thanks a million |
Beta Was this translation helpful? Give feedback.
-
I am trying to exclude packaging a folder by using the --exclude paramenter but I am unable to do it . What am I doing wrong?
When I install the generated program exe, I see there is a Server folder on it. |
Beta Was this translation helpful? Give feedback.
-
getting-started/csharp
Get started with .NET 5+ (cross-platform) or .Net Framework.
https://docs.velopack.io/getting-started/csharp
Beta Was this translation helpful? Give feedback.
All reactions