From: Udi on
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
From: Govert van Drimmelen on
Hi Udi,

This looks like a bug in VS 2010. The Microsoft Connect case for the
bug is here: Connect ID 554067 - entitled "Cannot debug .NET
2.0/3.0/3.5 code using F5 in mixed mode from native c++ projects or c#
project with 'start external program'
set to native .exe"
https://connect.microsoft.com/VisualStudio/feedback/details/554067/cannot-debug-net-2-0-3-0-3-5-code-using-f5-in-mixed-mode-from-native-c-projects-or-c-project-with-start-external-program-set-to-native-exe

Regards,
Govert
http://exceldna.codeplex.com
Fast and easy .Net for Excel

On Apr 25, 10:29 am, Udi <udibensen...(a)gmail.com> wrote:
> 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

 | 
Pages: 1
Prev: Interoperation with C++
Next: Urgent