framework 1.2 error : No symbols loaded: 'Cannot find or open the PDB file.'

  • Thread starter Matthieu Guyonnet-Duluc
  • Start date
M

Matthieu Guyonnet-Duluc

When I compile a simple winforms application I've this exception. I copy the
stack. I've reinstalled the framework without success.

--------------------------
'.NET': Loaded
'C:\WINDOWS\assembly\GAC_Neutral\mscorlib\1.2.3400.0__b77a5c561934e089\mscor
lib.dll', No symbols loaded: 'Cannot find or open the PDB file.'
'.NET': Loaded
'C:\WINDOWS\assembly\GAC_Neutral\System\1.2.3400.0__b77a5c561934e089\System.
dll', No symbols loaded: 'Cannot find or open the PDB file.'
'.NET': Loaded
'C:\WINDOWS\assembly\GAC_Neutral\System.Data\1.2.3400.0__b77a5c561934e089\Sy
stem.Data.dll', No symbols loaded: 'Cannot find or open the PDB file.'
'.NET': Loaded
'C:\WINDOWS\assembly\GAC_Neutral\System.Drawing\1.2.3400.0__b03f5f7f11d50a3a
\System.Drawing.dll', No symbols loaded: 'Cannot find or open the PDB file.'
'.NET': Loaded
'C:\WINDOWS\assembly\GAC_Neutral\System.Windows.Forms\1.2.3400.0__b77a5c5619
34e089\System.Windows.Forms.dll', No symbols loaded: 'Cannot find or open
the PDB file.'
'.NET': Loaded
'C:\WINDOWS\assembly\GAC_Neutral\System.Xml\1.2.3400.0__b77a5c561934e089\Sys
tem.Xml.dll', No symbols loaded: 'Cannot find or open the PDB file.'
'.NET': Loaded
'C:\WINDOWS\assembly\GAC_Neutral\System.Data.ObjectSpaces\1.2.3400.0__b77a5c
561934e089\System.Data.ObjectSpaces.dll', No symbols loaded: 'Cannot find or
open the PDB file.'
'.NET': Loaded
'C:\WINDOWS\assembly\GAC_Neutral\System.Data.SqlXml\1.2.3400.0__b03f5f7f11d5
0a3a\System.Data.SqlXml.dll', No symbols loaded: 'Cannot find or open the
PDB file.'
'.NET': Loaded 'C:\Program Files\Microsoft Visual Studio .NET
Whidbey\Common7\IDE\VSHostUtil.dll', No symbols loaded: 'Cannot find or open
the PDB file.'
'.NET': Loaded
'C:\WINDOWS\assembly\GAC_Neutral\Microsoft.VisualBasic\8.0.1000.0__b03f5f7f1
1d50a3a\Microsoft.VisualBasic.dll', No symbols loaded: 'Cannot find or open
the PDB file.'
'.NET': Loaded 'C:\Documents and Settings\Administrator.DEUXTOWERS\My
Documents\Visual Studio
Projects\RoGourmandWF\RoGourmandWF\bin\Debug\RoGourmandWF.exe', Symbols
loaded from: 'C:\Documents and Settings\Administrator.DEUXTOWERS\My
Documents\Visual Studio
Projects\RoGourmandWF\RoGourmandWF\bin\Debug\RoGourmandWF.pdb'
'.NET': Loaded
'C:\WINDOWS\assembly\GAC_Neutral\System.EnterpriseServices\1.2.3400.0__b03f5
f7f11d50a3a\System.EnterpriseServices.dll', No symbols loaded: 'Cannot find
or open the PDB file.'
A first chance exception of type 'System.IO.FileNotFoundException' occurred
in mscorlib.dll
An exception of type 'System.IO.FileNotFoundException' occurred in
mscorlib.dll and wasn't handled by 'user' code
A first chance exception of type 'System.Exception' occurred in
System.Data.SqlXml.dll
A first chance exception of type 'System.Exception' passed through 'user'
code for the first time in System.Data.SqlXml.dll
An exception of type 'System.Exception' occurred in System.Data.SqlXml.dll
and wasn't handled by 'user' code
An unhandled exception of type 'System.Exception' occurred in
System.Data.SqlXml.dll

Additional information: Can not load System.Data.ObjectSpaces.dll
 

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