Hello @Nazeer Khan,
Welcome to Microsoft Q&A forum.
First, you need to check if your project has passed the build process, make sure that there’s no build error. You can check details in VS Output Window and Error List Window.
Second, please check following things:
- In Solution Explorer, right-click the solution node, select Configuration Manager, make sure that your projects have checked "Build".
- Right-click your project, Properties, Build, Output, make sure that the output path is correct(by default =>
bin\
).
Then, rebuild(Build > Rebuild Solution) your project. Run/debug your project.
Feel free to let us know if it works:)
Sincerely,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.