Single File Deployment
Siddhant Singh
5
Reputation points
We are producing single-file executables for our console app which is not working with the native dll methods at runtime. I’ve always tested it locally without the publish and it still works fine. “IncludeNativeLibrariesForSelfExtract” is set in the project file. But with single exe it is not working.
After adding IncludeAllContentForSelfExtract my single stopped working but after compiling with it something is done that made my Native libraries start working after removing it. I removed IncludeAllContentForSelfExtract, build single exe again and it started working.
Sign in to answer