Hi
When running application i am getting below error -

Hi
When running application i am getting below error -

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Apr 6, 2024, 5:52 PM
You are trying to debug a release build. Your project is (was) probably set to build a debug build. I am not sure of the details but you probably have a debug build but not a release build.
I assume you want to debug the program using the debugger. In the toolbar for Visual Studio there is probably a box that has either Debug or Release in it. Assure it has Debug in it. Also, from the Build menu select Configuration Manager. Ensure the Configuration column has Debug in it.
If you do want to execute a release build then you need to build one.
Ramco RamcoPosted Apr 6, 2024, 12:55 PM
Hi Jithu
No exe file getting created
Thanks
Jithu ThomasPosted Apr 6, 2024, 11:24 AM
1. Rebuild the Project:
2. Verify Output Path:
MyChannel.exefile (usually in thebin\Releasefolder).3. Check Assembly Name:
MyChannel.exein this case).4. Restart Visual Studio:
5. Check for Conflicting Processes:
MyChannel.exefile. This includes debuggers from other IDEs or development tools.6. Repair or Reinstall Visual Studio (Last Resort):
Additional Tips: