![]() |
|
|
|
#1 |
|
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 SenthilVel |
|
|
|
|
#2 |
|
Posts: n/a
|
Hello, SenthilVel!
[skipped] S> when i click on the native check box i dod not get the error. S> but when i dont click on the native or scripts check box i get the above S> error. S> why is this so ? That is because vb6 executable is a native executable, there is no CLR there to run managed code. That is why debugger is saying that it cannot attach to the exe. You can set Mixed mode in the debugger attach parameters. -- Regards, Vadym Stetsyak www: http://vadmyst.blogspot.com Vadym Stetsyak |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Asynchronous process from asp.net page button click event? | Ritha | Software | 0 | 09-29-2009 03:20 PM |
| Unable to open the jpeg image | SHELLY | Case Gallery | 7 | 07-30-2009 06:28 PM |
| Recycle Worker Process Not Working | JAB | Software | 0 | 09-04-2008 05:22 PM |
| A+ Exam Revision Update Process Starting | John P. Dearing | A+ Certification | 6 | 02-10-2006 01:44 AM |
| Burn process failed - help! Log file posted for help troubleshooting | Michael Mason | DVD Video | 1 | 08-16-2004 09:24 PM |