VS Cannot Start Debugging: "When the following module is generated, optimizations or no debug information are enabled"

Source: Internet
Author: User

Debug Project encountered error prompt, Visual Studio 2010 (or VS2008 or VS2005) when starting debugging, pop-up prompt message:

When the following module is generated, optimizations or no debug information are enabled:

C:\WINDOWS\Microsoft.NET\Frameword\v2.0.50727\Temporary ASP.
Files\3cmarket\bfbd519\8aa985a18\assembly\dl3\4051c514\d0da2e40_ba3ec701\adcontrol.dll
To debug this module, change its project build configuration to debug mode. To suppress this message, disable the "Warn at startup if no user generation" Debug option is displayed.

Reason:

The PDB file with the same name will be used when debugging. If the PDB file is not consistent with the DLL file version at the time of the build, the debug information will not be found.

Several solutions:

1. Right-click on "Solution" and select "Configuration Manager" to "release" The Bit "debug"
2. Tools--Options---> Debug----> General--Disable "Start My Code only"
3. Modify the Web. config, set <compilation debug= "true"/>

4. Manually copy the PDB file corresponding to the DLL in the past.

VS Cannot Start Debugging: "When the following module is generated, optimizations or no debug information are enabled"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.