The following module was built either with optimization enabled or without debug information:
C:\...\MyClassObject.dll
To debug this module, change its project build configuration to Debug mode. To suppress this module, disable the 'Warn if no user code on launch' debugger option.
The above is what pop up while start debugging a .VB.NET 2.0 winform solution in VS2005. There's an OK button below the message to click on and the app will start running well without error. I try to suppress the message as instructed by the message but can't find the 'Warn if no user code on launch' debugger option anywhere. C:\...\MyClassObject.dll is in a prolect included in the solution in question. Please advise. Thanks.