aspnet_wp.exe did not work after installed Framework 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

After .NET framework 2.0 installed, aspnet_wp.exe did not work when attached
it in VS2003 to debug in run time.
Before, attatching it as Common Language Runtime debug, and set breakpoints
in C# code, it worked properly. But after, the process did not stop at any C#
breakpoint. Only IE set as script debuging works in client side.
Any idea?
Thanks.
 
After .NET framework 2.0 installed, aspnet_wp.exe did not work when attached
it in VS2003 to debug in run time.
Before, attatching it as Common Language Runtime debug, and set breakpoints
in C# code, it worked properly. But after, the process did not stop at any C#
breakpoint. Only IE set as script debuging works in client side.
Any idea?
Thanks.

VS2003 is designed to work with 1.1
 
You mean VS2003 and VS2005 should not install in same machine?
I know VS2003 worked with 1.1.
The question is after installed VS2005 with 2.0, VS2003 will not work for
runtime debug anymore? Otherwise, it needs some other configure to make it
working?
Thanks.
 
The popup box Microsoft Development Environment display:

The requested attach was not completed successfully.

Program types successfully attached are:
Script

Program types that failed to attach are:
Common Language Runtime

Thanks,
Fang
 
You mean VS2003 and VS2005 should not install in same machine?
I know VS2003 worked with 1.1.
The question is after installed VS2005 with 2.0, VS2003 will not work for
runtime debug anymore? Otherwise, it needs some other configure to make it
working?
Thanks.

No, I didn't mean that. It was unclear that you used VS2003 with 1.1,
sorry
 
Back
Top