Error while debugging

Hi all,

I'm getting a very weird kind of error. It say " No symbols can be loaded to any call stack frame. The source code cannot be displayed." Now the problem is this error is coming while trying to run some custom rules on target code in debug mode. I'm not able to figure out how this error is happening.

One thing to note is that I have copied this source code(the complete project) to some other machine and now both the computers are giving the same error.

If anybody has gone through such situation, please guide.

Thanks,

ThunderRock

[599 byte] By [ThunderRock] at [2007-12-24]
# 1

Hi ThunderRock,

when you copied the assembly to another machine, did you also copy the .pdb file with it? This file contains the debug information needed to debug the rule.

Regards,

Jeffrey

JeffreyvanGogh-MSFT at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...
# 2

Hi Jeffrey,

I copied all the pdb files. But I don't know why this problem is still coming. Do u have any solution?

Thanks,

ThunderRock

ThunderRock at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...
# 3
I'm moving this to the Debugger forum. This is outside FxCop's scope.
DavidM.Kean-MSFT at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...
# 4

This happens when an error happens inside code that has no symbolic information available for it. Please switch of the Debugger option "Just my code" from the options menu, and you will be able to see which modules the issue falls in.

John

JohnCunningham-MSFT at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...

Visual Studio

Site Classified