what do you mean by compress your program to portable exe? if you need the exe file that is compiled, go to the project folder and open the bin folder then open the debug folder and you'll find your exe.
All .NET executables use an extended form of the Portable Executable (or PE) format in any case. See <a target="_new" href="http://en.wikipedia.org/wiki/Portable_Executable">this article</a> for further details.
1 answers
what do you mean by compress your program to portable exe? if you need the exe file that is compiled, go to the project folder and open the bin folder then open the debug folder and you'll find your exe.
answered 2 years ago by:
1556
All .NET executables use an extended form of the Portable Executable (or PE) format in any case.
See <a target="_new" href="http://en.wikipedia.org/wiki/Portable_Executable">this article</a> for further details.
answered 2 years ago by:
17279
This post was imported from csharpfriends, if you have a similiar question please ask it again.
All previous members have been migrated, hope you enjoy the new platform!