Mixed debugging on 64 bit - Changing targeted CLR

  • Thread starter Thread starter Udi
  • Start date Start date
U

Udi

Hi,
I'd like to debug a process with mixed debugger (Managed and Native)
on a 64 bit machine.
I know that it can be done only from .NET framework 4.0.
The question is how do I launch my process targeted to .NET 2.0 with
4.0 framework.
Can this be done or must I recompile my code under VS2010?
Thanks,
Udi
 
Back
Top