Cordbg.exe problem

G

Guest

I am trying to use cordbg. I navigate to the directory to where the exe is
located and attempt to run cordbg with that app. When I enter the following,
I get an error.

cordbg PresentationLayer.exe

I get the following error.

Warning: couldn't load symbols for
c:\winnt\microsoft.net\framework\v1.1.4322\ms
corlib.dll
[thread 0xee4] Thread created.
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system.windows.forms\1.
0.5000.0__b77a5c561934e089\system.windows.forms.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system\1.0.5000.0__b77a
5c561934e089\system.dll

I have tried to find documentation on the error but I have been
unsuccessful. Can you tell me what the problem is and how I can fix it. Or
redirect me to where I can get the appropriate documentation.

AlanS
 
G

Guest

Is the .pdb file (program debug database) located in the same directory? It's
created at build time to the output directory.
 
G

Guest

Yes. There is a .pdb file for each assembly. BTW, I can run cordbg for other
apps. Such as, calc.exe. So, it is installed correctly. It must be
something I'm doing with my app.

AlanS

vbMental said:
Is the .pdb file (program debug database) located in the same directory? It's
created at build time to the output directory.

AlanS said:
I am trying to use cordbg. I navigate to the directory to where the exe is
located and attempt to run cordbg with that app. When I enter the following,
I get an error.

cordbg PresentationLayer.exe

I get the following error.

Warning: couldn't load symbols for
c:\winnt\microsoft.net\framework\v1.1.4322\ms
corlib.dll
[thread 0xee4] Thread created.
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system.windows.forms\1.
0.5000.0__b77a5c561934e089\system.windows.forms.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system\1.0.5000.0__b77a
5c561934e089\system.dll

I have tried to find documentation on the error but I have been
unsuccessful. Can you tell me what the problem is and how I can fix it. Or
redirect me to where I can get the appropriate documentation.

AlanS
 
G

Guest

Check that you aren't mistakenly building it in release mode.
(standard toolbar, dropdown menu)

AlanS said:
Yes. There is a .pdb file for each assembly. BTW, I can run cordbg for other
apps. Such as, calc.exe. So, it is installed correctly. It must be
something I'm doing with my app.

AlanS

vbMental said:
Is the .pdb file (program debug database) located in the same directory? It's
created at build time to the output directory.

AlanS said:
I am trying to use cordbg. I navigate to the directory to where the exe is
located and attempt to run cordbg with that app. When I enter the following,
I get an error.

cordbg PresentationLayer.exe

I get the following error.

Warning: couldn't load symbols for
c:\winnt\microsoft.net\framework\v1.1.4322\ms
corlib.dll
[thread 0xee4] Thread created.
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system.windows.forms\1.
0.5000.0__b77a5c561934e089\system.windows.forms.dll
Warning: couldn't load symbols for
c:\winnt\assembly\gac\system\1.0.5000.0__b77a
5c561934e089\system.dll

I have tried to find documentation on the error but I have been
unsuccessful. Can you tell me what the problem is and how I can fix it. Or
redirect me to where I can get the appropriate documentation.

AlanS
 

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