Wrox Programmer Forums
|
BOOK: ASP.NET Website Programming Problem-Design-Solution
This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 10th, 2006, 02:58 PM
Registered User
 
Join Date: Sep 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to mcdeeiis Send a message via Yahoo to mcdeeiis
Default Auto-attach to process '[1988] aspnet_wp.exe' on m

Auto-attach to process '[1988] aspnet_wp.exe' on machine 'BAC33' failed. Error code 0x8013134b.

I m getting above error when i try to run the project. Project has been build/compiled successfully, but when i run this is what i get.
Help needed.

Deepak

Regards,
mcDee
*****
Success is often just an idea away...
 
Old February 12th, 2006, 11:06 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Sounds like a debugger issue - Does it work if you try to "Start without debugging"? Maybe you're not an administrator on your computer? If you are an adminstrator, try this:

1) Exit from VS and IE
2) run "iisreset" from a console window
3) re-install ASP.NET into IIS (this sounds dangerous. but it easy and safe):
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis -i
 
Old March 21st, 2006, 06:49 AM
Registered User
 
Join Date: Mar 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have the indentical error like mcdeeiis when trying to run
whith debug is the same memory adress too 0x8013134b.

I try do do what say englere but the problem persist.

Trying to run without debug I have problem on
login on sqlServer ... but this's another topic.


Have anybody resolved this kind of error?

Regards


 
Old March 24th, 2006, 11:21 AM
Registered User
 
Join Date: Mar 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Do you have the .net framework 2.0 on your computer? Check your IIS settings (Right click on the website and click on properties, then select the ASP.Net tab and make sure you are using the correct version of the .net framework)

 
Old March 25th, 2006, 01:49 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

> Do you have the .net framework 2.0 on your computer?

good catch. I was looking at the SMO in the errors he posted to another thread and I noticed that this is for SQL 2005. He may very well have ASP.NET 2.0 set as the default in his IIS configuration tab for ASP.NET.

I wouldn't advise running ThePhile on VS 2005 (instead of VS 2002/2003) unless you get the modification to VS 2005 that supports the old style projects/solutions. There's some links for this in another thread.
 
Old March 27th, 2006, 09:00 AM
Registered User
 
Join Date: Mar 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Dwardeh you are right.
I have installed on my pc .net framework 2.0 and the IIS was using
framework 2.0.
Changing this setting everything work fine.

Thank you.

Regards.

 
Old April 21st, 2006, 10:20 AM
Registered User
 
Join Date: Apr 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by dwardeh
 Do you have the .net framework 2.0 on your computer? Check your IIS settings (Right click on the website and click on properties, then select the ASP.Net tab and make sure you are using the correct version of the .net framework)
This worked for me, thank you very much - I lost several hours but learned some new stuff about visual studio en IIS.

Thanks again, problom solved just before the weekend!

KdV





Similar Threads
Thread Thread Starter Forum Replies Last Post
aspnet_wp.exe could not be launched jayabhatia .NET Web Services 12 February 12th, 2008 01:41 PM
aspnet_wp.exe could not be launched asfhan .NET Web Services 1 July 11th, 2003 04:34 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.