warn if no user code on launch

I also hav ethis problem and am very irritated. I don't have this problem in 2003. I can't use 2005 if I can't get rid of this message.
[138 byte] By [mccloed] at [2008-3-3]
# 1
I'm sorry I'm a little unsure what you mean. What error message, can you be a little more specific?
DavidM.Kean at 2007-9-8 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...
# 2
Hi,
If you hit F1 when you are on the Tools->Options->Debugging->General page then the context sensitive help that comes up talks about common reasons for getting this error message and how to disable it.

For your convenience , here is that online help link:
http://msdn2.microsoft.com/en-us/library/d493t3ew.aspx

Hope this helps.

Thanks for your feedback.

Rupesh

RupeshRaoMSFT at 2007-9-8 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...
# 3

Note: The reason you get the error is because you are referencing components which do not contain debug info.

If you added the reference by browsing to the component check that the path is pointing to the component with debug info. (ie. the Debug folder, not the Release folder)

Tip: reference the .Net project rather than the built components. (add the component project to your solution). Check the Project Properties of your component. Build -> Configuration should be set the "Active (Debug)"

grantmi at 2007-9-8 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...

Visual Studio

Site Classified