views:

29

answers:

2

Hi

I’m using visual studio 2008 and moles version 0.93. Everything works well except when I try to debug any test that uses a Moled type. The test skips all my breakpoints. And I get the following message in the output window:

Unable to attach. Check for one of the following.

  1. The application you are trying to debug uses a version of the Microsoft .NET Framework that is not supported by the debugger.

  2. The debugger has made an incorrect assumption about the Microsoft .NET Framework version your application is going to use.

  3. The Microsoft .NET Framework version specified by you for debugging is incorrect

Please see the Visual Studio .NET debugger documentation for correctly specifying the Microsoft .NET Framework version your application is going to use for debugging.

If I try debbuger.Break () I get a message: "No symbols are loaded for any call stack frame. The source code cannot be displayed."

I’m in a crunch right now chasing an issue with one our main components and it has been a pain (like I need novocaine) trying to figure anything out without being able to step through the code.

I want to take advantage of mole's "smooth debugging experience". However, I can't seem to get the debugger to attach at all.

Thanks,

Bzz

A: 

Where you able to find out a solution to this I am getting the same message.

Thanks, Dan

Dan
I haven't been able to solve it yet but it seems like there might be a solution here: http://social.msdn.microsoft.com/Forums/en/pex/thread/91c08bf4-3260-458c-a221-91f030a75499Hope this helps.
Buzzer
A: 

See the solution to this issue here: http://social.msdn.microsoft.com/Forums/en/pex/thread/91c08bf4-3260-458c-a221-91f030a75499

Thanks Peli ~

Buzzer
I hate to answer my own question but I kind of dug around and find the answer. Sorry.
Buzzer