How to debug in unmanaged COM in x64?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a COM object that is build for x64 platform. I wanted to debug this COM object with my C# TestDriver program (also used x64 platform). When I enable "Enabled unmanaged code debugging", the application won't start. I gave me this error:
Error while trying to run project: Unable to start program 'C:\Temp\COM\TestDriver\TestDriver.exe'.
The debugger does not support debugging managed and native code at the same time on this platform.
Everything works fine for x86 platform (of course, my COM object also build for x86 platform). Any idea? Cheers :)