|
Subject:
|
Auto-attach to process '[1988] aspnet_wp.exe' on m
|
|
Posted By:
|
mcdeeiis
|
Post Date:
|
2/10/2006 1:58:15 PM
|
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...
|
|
Reply By:
|
englere
|
Reply Date:
|
2/12/2006 10:06:35 AM
|
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\aspnet_regiis -i
|
|
Reply By:
|
dinble
|
Reply Date:
|
3/21/2006 5:49:27 AM
|
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
|
|
Reply By:
|
dwardeh
|
Reply Date:
|
3/24/2006 10:21:35 AM
|
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)
|
|
Reply By:
|
englere
|
Reply Date:
|
3/25/2006 12:49:01 AM
|
> 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.
|
|
Reply By:
|
dinble
|
Reply Date:
|
3/27/2006 8:00:24 AM
|
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.
|
|
Reply By:
|
Doerak
|
Reply Date:
|
4/21/2006 10:20:23 AM
|
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
|