Tuesday, June 05, 2007

Warn if no user code on launch

This happens when you run VS 2005 in debug mode and reference an assembly without the program database file (.pdb).

The IDE gives this warning and ask us to change the setting.

To remove this warn do the following

Tools->Options->Debugging->General

Under Enable Just My Code (Managed Only)
Uncheck
Warn if no user code on launch

Happy Programming,
Anton

Labels: