views:

19

answers:

0

I'm running VS 2010 Ultimate on 64 bit Windows 7. The application is compiled for x86.

Intellitrace works fine with the default setting of events only. When I go to Debug | Options and turn on call information, then start a debugging session, I get a BadImageFormatException with this message:

[R:\CfmDataMatch.exe] Invalid Typeref token.

CfmDataMatch.exe is the executable I'm trying to debug.

I understand that this exception often occurs in the context of 32/64 bit problems, but I don't understand why it only appears after setting Intellitrace to use the advanced option.

related questions