"no symbols loaded"

G

Guest

When I debug my application I get "no symbols loaded"

=================
'DefaultDomain': Loaded 'c:\winnt\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols loaded.
'MHSFire': Loaded 'C:\Documents and Settings\bamason\My Documents\Visual Studio Projects\MHSFire\bin\MHSFire.exe', Symbols loaded.
'MHSFire.exe': Loaded 'c:\winnt\assembly\gac\system.windows.forms\1.0.5000.0__b77a5c561934e089\system.windows.forms.dll', No symbols loaded.
'MHSFire.exe': Loaded 'c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll', No symbols loaded.
'MHSFire.exe': Loaded 'c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded.
'MHSFire.exe': Loaded 'c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll', No symbols loaded.
'MHSFire.exe': Loaded 'c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll', No symbols loaded.
'MHSFire.exe': Loaded 'c:\winnt\assembly\gac\microsoft.visualbasic\7.0.5000.0__b03f5f7f11d50a3a\microsoft.visualbasic.dll', No symbols loaded.
'MHSFire.exe': Loaded 'c:\winnt\assembly\gac\accessibility\1.0.5000.0__b03f5f7f11d50a3a\accessibility.dll', No symbols loaded.
The program '[2152] MHSFire.exe' has exited with code 0 (0x0).
======================
I 've used the ngen command to create native images, but it still generates these errors.

I am not able to compile in release mode without the same errors.

Anyone have any ideas?
 
G

Guest

Ok, part of the problem was fixed by going to KB Article 319037 and specifying the path to the Microsoft symbol server.

This fixed the problem in debug mode, but did when I went to build in release mode. Also, it was not able to locate server symbols for the accessibility.dll or microsoft.visualbasic.dll.

Does anyone know how to find symbols for these libraries?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top