473,773 Members | 2,306 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"aspnet_wp. exe could not be started"- Error code 80070545

VMI
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...".
I've tried all the possible solutions in
"http://support.microso ft.com/default.aspx?sc id=kb;EN-US;811320" and ran
"aspnet_regiis. exe -i", but I still get the error.
I also have VS 2005 v2.0 installed (I installed VS 2003 after 2005
specifically for this web app). Could this be a problem?

Thanks.
May 10 '06 #1
2 2844
re:
(I installed VS 2003 after 2005 specifically for this web app). Could this be a problem?
Th *only* problems I have seen with vs 2003 and vs 2005 running side-by-side
have been reported when vs 2003 has been installed after vs 2005.

Even if the versions can coexist, the documentations seldom can coexist,
if 2005 was installed after 2003.

I'd uninstall them both; uninstall their respective .net frameworks ( 1.1 and 2.0 );
reboot; reinstall the .net framework 1.1 and vs 2003 ( including the docs );
and then reinstall the .net framework 2.0 and vs 2005...all in that order.

You should be good to go after doing that.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"VMI" <VM*@discussion s.microsoft.com > wrote in message
news:A5******** *************** ***********@mic rosoft.com... 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...".
I've tried all the possible solutions in
"http://support.microso ft.com/default.aspx?sc id=kb;EN-US;811320" and ran
"aspnet_regiis. exe -i", but I still get the error.
I also have VS 2005 v2.0 installed (I installed VS 2003 after 2005
specifically for this web app). Could this be a problem?

Thanks.

May 10 '06 #2
Look in Event Log. What user account context is this process running under?
Perhaps the password is incorrect or has been changed recently.

Jeff

"VMI" <VM*@discussion s.microsoft.com > wrote in message
news:A5******** *************** ***********@mic rosoft.com...
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...".
I've tried all the possible solutions in
"http://support.microso ft.com/default.aspx?sc id=kb;EN-US;811320" and ran
"aspnet_regiis. exe -i", but I still get the error.
I also have VS 2005 v2.0 installed (I installed VS 2003 after 2005
specifically for this web app). Could this be a problem?

Thanks.

May 10 '06 #3

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

Similar topics

1
1832
by: bidalah | last post by:
Hello, I am looking for basic info on installing and using MSDE. I am trying to install and play with MSDE on my PC (Win2000). I finally managed to work my way through installation, and named instances but I am finding no information on how to simply START the database engine and get to a sql prompt! I have manually started the MSSQL and SQLAGENT services, and tried running sqlservr.exe and osql.exe (just guessing) without success. ...
3
1480
by: N. Shamsundar | last post by:
In Version 7 there was a nice, brief manual called "SQL Getting Started", SC09-2973-00. Is there a counterpart to this manual in V8.1 ? N. Shamsundar University of Houston
1
3511
by: TSelvan | last post by:
Hi All, We have developmented Web project with ASP.Net and SQL server Database. In this project we have configured "SessionState" mode as "SQLServer" in Web.Config with timeout="180" as mentioned bellow. But the session expires in 30 min. Please let me know Regarding this. Thanks for your help.
7
3398
by: Randy Paez | last post by:
I installed a control that i got rid of. Now when i try and run another project i get an Access is Denied {to that control}. It highlites <add assembly="*"> from the machine.config file. How can i get asp.net to not look for that control anymore? Please help!
4
3536
by: BB | last post by:
Hello all, I might be missing something here, but am trying to understand the difference between using application-level variables--i.e. Application("MyVar")--and global variables--i.e. public myVar as string, etc. It seems to me that the scope and duration are the same, as they both are there while the application is running, and both go away when it quits. I presume that one difference is that the application state can be "flushed," such...
2
4590
by: Chris Langston | last post by:
I have a Web Server running IIS 5 or 6 on Windows 2K and Windows 2003 Server that is experiencing strange shutdown problems. We are using ASP.NET v1.1 and our application is written in VB.NET Here's the scenario: 1. .NET Windows Client on a remote machine makes a web service call to update tables on a Web Server running SQL Server 2000. 2. The Update is updating about 1000 - 3000 records doing simple update statements like "Update...
1
1611
by: DellaCroce | last post by:
I am trying, for the first time, to set up a small development system at home. I have two computer C1 and C2. C2 has SQL Server 2000 and IIS running on. C1 has VS.Net 2003 running on it. All under WinXP I am missing something, because I can not get VS to connect to the SQL Server because "Not associated with Trust SQL Server connection" Where is this set up?? The user name, Dev1, has user profile and permissions on C2 in...
1
2966
by: Ezra | last post by:
Our company's web server is trying to access graphics files on another server. When I run the app from Visual Studio (1.0) on my localhost, the server in question is available (which is accessed a virtual directory) and I'm able to display the files. However, when we logon to the intranet through a browser, and click the link which will display the files, we get the "Enter Network Password" logon box. We set the proper permissions on...
0
1291
by: Diffident | last post by:
Hello All, I am trying to do a "build" of all files of my web app on my local machine. I know that there is an "aspnet_wp.exe" running forever on my machine and to my knowledge each web app is hosted in its own AppDomain. Now when I do a build on my local machine is this AppDomain unloaded? If yes, why does it have to be unloaded? Cannot it drain stop the current AppDomain and spawn a new AppDomain with the new assembly. Please refer to...
1
1179
by: Warren Tang | last post by:
Hi I have to attach to the aspnet_wp.exe frequently. Is there any shortcut or macro for it? Regards Warren
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10264
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8937
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7463
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5484
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4012
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3610
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2852
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.