Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please help me ConsoleApp not convert to exe file only convert to dll file
im using VS 2019

What I have tried:

Please help me ConsoleApp not convert to exe file only convert to dll file
im using VS 2019
Posted
Updated 13-Jun-19 19:19pm

1 solution

If you selected "Console App" in VS 2019 when you created your Project: it will compile to an '.exe file which is located in the Project's \bin\Debug folder.

Most likely, you chose another Project type.

So, create a new Console App, and copy the code from your current project into it, compile, run, etc.
 
Share this answer
 
Comments
Sascha Manns 18-Jun-19 7:27am    
Can i see your project files?
BillWoodruff 18-Jun-19 13:05pm    
How would that help you ?
Sascha Manns 18-Jun-19 15:26pm    
I'm guessing a trouble with the project type. So the project and solution files could show if we're on the right way.
BillWoodruff 18-Jun-19 19:14pm    
If you open the Project's \bin\Debug folder and don't see an '.exe file, check whether you compiled in debug or release mode. If you compiled in release mode, check the \obj\Release folder.

cheers, Bill

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