Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing Project Build Configuration to Debug mode

I am using VS 2008. I am getting a PopUp everytime i run my application.

Following is the PopUp:

The following module was built with optimizations enabled or without debug information :

C:\Windows\Microsoft.Net\Framework\v2.0.50727\Temporary ASP.NET Files\root\7c06d97f\c871fca3\assembly\dl3\1ed1f335\00d7b454_9450ca01\BArcodingImaging.DLL

To debug this module, change its project build configuration to debug mode. To suppress this message, disable the "Warn inf no user code on launch" debugger option.

I have tried all the links available on the Google to get rid of this error but nothing works. Actually most of the links are for VS 2005. But i am using VS 2008.

I used following reference: http://social.msdn.microsoft.com/Forums/en-US/tfsbuild/thread/1946cf16-ae70-4394-9cd9-9d35f3f012ed/ And one on Code Guru.

enter image description here

like image 990
Ravneet Avatar asked Mar 21 '11 15:03

Ravneet


People also ask

What are debug and Release build configurations?

A Debug configuration supports the debugging of an app, and a Release configuration builds a version of the app that can be deployed.

What is difference between debug and Release build?

Debug Mode: When we are developing the application. Release Mode: When we are going to production mode or deploying the application to the server. Debug Mode: The debug mode code is not optimized. Release Mode: The release mode code is optimized.

Does debug or Release build faster?

Default Debug build is x240 times slower than default Release build. With all the aforementioned settings enabled, Fast Debug build is only x3 times slower than Release build (and that's with optimization still disabled!). The total improvement of Fast Debug over default Debug is 77x times.


1 Answers

I've resolve with disable Enable Just my code options in visual studio 2019 debugging options enter image description here

like image 154
iugs88 Avatar answered Oct 14 '22 09:10

iugs88