المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Getting Error message in debuging



C# Programming
05-18-2009, 09:13 AM
I am getting the following message box whenever I try to debug the code.
“The following module was built either with optimization enabled or without debug information:”
“To debug this module, change its project build configuration to Debug mode.
To suppress this message, disable the ‘Warn if no user code on launch’ debugger option”
I have built the entire code in Debug mode and no where I have enabled the optimization setting.
I am using Microsoft Visual Studio 2008.
I am using the C# .NET for the very first time please help me out in this.