Hi
I have a question when debugging dotnet code when attaching vb6.exe code to
this process.
i get an error like :
unable to attach the process. there is no managed code running in the
process. INorder to attach a process with the .NET Debugger, managed code
must be running in the process before attaching.
what i did is : went to Process-->attach--added vb6.exe process.
when i click on the native check box i dod not get the error.
but when i dont click on the native or scripts check box i get the above
error.
why is this so ?
Thanks
Senthil
Stoitcho Goutsev (100) - 26 Jun 2006 15:23 GMT
Because, VB6 process doesn't have managed code inside; it contains all
native code. If you don't lick on the link that you want to debug native
code the debugger looks only for mamanged code and since it doesn't find it
in the all-native VB6 process it cannot attach to this process.

Signature
Stoitcho Goutsev (100)
> Hi
>
[quoted text clipped - 18 lines]
> Thanks
> Senthil