1
I built my executable in C# for an image. NET Native using ngen.exe
, I have the file location, but when I run Windows says the executable is invalid.
My goal was to make my application written in C# independent of the . NET Framework and/or store the . NET in a DLL next to the output executable. The input executable is a simple "Hello World" without any dependency.
If you cannot run the image, I can decompile your code to recompile to C++ and compile in Windows32?