Technical question: VS2003 and VS2005

  • Thread starter Thread starter nicknack
  • Start date Start date
N

nicknack

Hello.

I have a pc with visual studio 2005 working well.
I tried to install VS2003 along with the VS2003 so I can work on an
old project built with VS2003 and FW1.1.

The problem is that when I'm tring to create a new asp.net project I'm
getting the error:
"The webserver reported the following error when attempting to create
or open the web project located at the following
URL:'http://localhost/Webapplection1.'.'HTTP/1.1 500 Internal server
Error'."

Those are the steps I took to try and solve it:
I checked that IIS is install.
I check that Front page extension is install.
The following FW are listed on my pc:
Microsoft .Net compact framework 1.0 sp3 developer
Microsoft .Net compact framework 2.0
Microsoft .Net framework 1.1
Microsoft .Net compact framework 1.1 HotFix
Microsoft .Net framework 2.0
I run the asp_regiis.exe -i.

Any idea what also should I check?
Is it because I need to install vs2003 first and then vs2005 (Ihope
not!).

Thanks in advance,
Roy.
 
No body have any idea?

I'm sure you all had problem with asp projects.

Thanks.

nicknack כתב:
 
Not sure if its O/S specific, but when I had .Net 2.0 installed alongside
..Net 1.0, IIS used to have an "ASP.Net" tab - you could choose which version
for the appropriate website you wanted to run - you might want to check
this, perhaps you are trying to run your .Net 1.1 app on .Net 2.0 or vice
versa?

For reference, I have both VS2003 & VS2005 running side by side quite
happily on a Windows XP Pro setup, as per your comment, VS2003 was installed
first though, that was just the way the software arrived etc..

HTH

Rob
 
re:
I check that Front page extension is install.

Using Front Page extensions is not recommended
when creating ASP.NET sites with VS 2005.

re:
Is it because I need to install vs2003 first and then vs2005 (I hope not!).

What I've seen is that the *documentation* for 2003
must be installed before the docs for 2005 are installed.

It's not a matter of life and death.

re:
Any idea what also should I check?

Check to see whether running aspnet_regiis.exe -i
changed the target framework for your application.





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/
===================================
No body have any idea?

I'm sure you all had problem with asp projects.

Thanks.

nicknack ???:
 
Back
Top