Click here to Skip to main content
16,007,814 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi my question is Does executable file is created itself in .NET when we compile the program.If yes where can i find it in My computer.
Posted

1 solution

when using Visual Studio, yes, an executable is created when compiling an application, such as a Windows form app or console app. An exe is not created when compiling a library.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900