How can we help you today? How can we help you today?

Debugging Assemblies in VS2010 for Windows Phone 7

I'm trying to debug a class method in Microsoft.Phone.Notifications, but I keep getting the error:

"The loaded assembly "Microsoft.Phone" is not the one .NET reflector expected... etc."

In the modules window the one I loaded has no absolute path, but Reflector is expecting one that has a very long path in front of it. Also, the one that is loaded has no symbols.

I have checked Microsoft.Phone in the list of assemblies to debug in the reflector menu item.

Is this an issue with Phone 7 (like, it's loading the module on the phone / emulator, and not my machine?) or am I doing it wrong?

Thanks.
jeffamaphone
0

Comments

1 comment

  • Clive Tong
    We cannot currently get Visual Studio to load our pdb file. To get it to do so requires that we know the pdb signature of the assembly for which we are generating pdb information. Unfortunately, the assembly is hosted inside the emulator and can't be accessed from the outside, so we can't get to it.

    We have the issue in our bug tracking system as RP-704
    Clive Tong
    0

Add comment

Please sign in to leave a comment.