An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Hi @Rodney Matthews ,
Thank you for your inquiry.
- Please make sure you created an app project (Console/WPF/WinForms...), not
Class Library. If the project is a class library, the output would be a DLL and not an EXE. In that case, check the output folder at...\bin\Debug\netX.Y\(or...\bin\Release\netX.Y\). - Do the Output window or the Error List show any build errors? If so, please resolve those first and then rebuild the project.
- If you change the project configuration, the output (EXE) may be generated in a different folder than the default one.
I have created a new Console App and did not change anything. It produces both an .exe and a .dll.
Note: I am using visual studio 2026, .NET 10
Please double-check whether your project is a class library. If it is, try creating an application project instead and let me know if that resolves the issue.
I hope this addresses your question. If this response was helpful, please consider following the guidance to provide feedback.