Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
When I run my asp dot net project named 'TERMS' it shows the following message :
The following module was built either with optimizations enabled or without
debug information

C:\Users\UserIT\AppData\Local\Temp\Temporary ASP.NET
Files\bg.web\0b0a3004\8d9e659f\assembly\dl3\714calfd\48d5b0a3_81edce01\BG.
Reports.DLL

To debug this module, change its project build configuration to Debug mode. To
supress this message, disable the Warn if no user code launch' debugger option
Posted

1 solution

Delete all the build artefacts, e.g. executables, libraries, PDBs, etc.
This is in \bin\Debug, \bin\Release, \obj\Debug, and \obj\Release (including sub-folders).
Then recompiled the debug configuration.Should work.

Check below links for more info :Built with optimizations enabled or without debug information

Built with optimizations enabled or without debug information
 
Share this answer
 
v2

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