473,382 Members | 1,647 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

aspnet_wp.exe did not work after installed Framework 2.0

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.
Jun 28 '07 #1
6 1823
On Jun 28, 4:00 pm, FD <F...@discussions.microsoft.comwrote:
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

Jun 28 '07 #2
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.

"Alexey Smirnov" wrote:
On Jun 28, 4:00 pm, FD <F...@discussions.microsoft.comwrote:
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

Jun 28 '07 #3
Please see if any of the workarounds in this KB help you :

http://support.microsoft.com/kb/306172

What is the exact error message returned when you attempt to debug ?

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"FD" <FD@discussions.microsoft.comwrote in message news:A2**********************************@microsof t.com...
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.

"Alexey Smirnov" wrote:
>On Jun 28, 4:00 pm, FD <F...@discussions.microsoft.comwrote:
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


Jun 28 '07 #4
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
"Juan T. Llibre" wrote:
Please see if any of the workarounds in this KB help you :

http://support.microsoft.com/kb/306172

What is the exact error message returned when you attempt to debug ?

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"FD" <FD@discussions.microsoft.comwrote in message news:A2**********************************@microsof t.com...
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.

"Alexey Smirnov" wrote:
On Jun 28, 4:00 pm, FD <F...@discussions.microsoft.comwrote:
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



Jun 28 '07 #5
Please review :
http://msdn2.microsoft.com/en-us/lib...e5(vs.80).aspx

There's specific instructions on how to workaround your problem there.

Also, can you debug using the CLR Debugger ?

http://support.microsoft.com/kb/893657

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"FD" <FD@discussions.microsoft.comwrote in message news:DB**********************************@microsof t.com...
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
"Juan T. Llibre" wrote:
>Please see if any of the workarounds in this KB help you :

http://support.microsoft.com/kb/306172

What is the exact error message returned when you attempt to debug ?

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"FD" <FD@discussions.microsoft.comwrote in message news:A2**********************************@microsof t.com...
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.

"Alexey Smirnov" wrote:

On Jun 28, 4:00 pm, FD <F...@discussions.microsoft.comwrote:
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




Jun 28 '07 #6
On Jun 28, 5:16 pm, FD <F...@discussions.microsoft.comwrote:
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

Jun 28 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: KK | last post by:
Hi, I have re-installed .NET 1.1 on my machine and when I try to start duwamish(any asp.net app) it gives the following error aspnet_wp.exe could not be started. The error code for the...
3
by: | last post by:
This question references to KB articles: http://support.microsoft.com/default.aspx?scid=kb;EN-US;315158 http://support.microsoft.com/default.aspx?scid=kb;EN-US;317012 I'm running Advanced Server...
2
by: Matt Sollars | last post by:
Hi all. I'm having a nasty problem. A client's website was originally written with classic ASP. They requested a new portion of the site that was deemed a perfect candidate for ASP.NET. So, .NET...
2
by: Ken Stealth | last post by:
Hi, I had to fix this problem once before - after allowing microsoft to install a patch on my XP box. It's been working great for a month and now I'm back searching google, reading books, and...
0
by: Erik Moore | last post by:
Installed VS.NET 1.1 SErvice Pack 1, and now cannot view aspx pages on my local machine. The event log shows a pair of errors every minute: "aspnet_wp.exe could not be launched because the...
4
by: Robert W. Eckert | last post by:
As the title suggests, I am experiencing a problem, originally on a production server machine and now on other machines where internet explorer and other processes that use windows script (cscript...
2
by: m00nm0nkey | last post by:
Hello. My organisation has been developing in VB.NET for a couple of months. We've been sucessfully implementing our software on a server with the dot net framework installed for a couple of...
8
by: John Blair | last post by:
Hi, I updated the latest .Net patch on my system this moring and now my SQL Web Data Administrator application is not working. I get the following error: Server Application Unavailable The...
2
by: VMI | last post by:
In the Event Viewer I've been getting this error when I try to run an already-made web application: "aspnet_wp.exe could not be started. The error code for the failure is 80070545. This error..."....
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.