How to create exe file for wpf application in visual studio 2017?
Answer Posted / Ashish Kumar Rai
To create an EXE file for a WPF application in Visual Studio 2017, you need to build the solution. Here's how: 1) Open your project in Visual Studio 2017, 2) Set the startup project if you have multiple projects, 3) Click on Build > Build Solution or press F6, 4) You will find the created .exe file in the binDebug (or binRelease) folder of your project.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category