473,507 Members | 2,387 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Technical question: VS2003 and VS2005

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.

Jan 21 '07 #1
5 1500
No body have any idea?

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

Thanks.

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.
Jan 22 '07 #2
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
Jan 22 '07 #3
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/
===================================
"nicknack" <ro******@gmail.comwrote in message
news:11**********************@51g2000cwl.googlegro ups.com...
No body have any idea?

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

Thanks.

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.

Jan 22 '07 #4
Hi Rob.

Thanks for the reply.

I found an answer in this blog:
http://codebetter.com/blogs/peter.va...commentmessage

Thanks.

Rob Meade כתב:
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
Jan 25 '07 #5
Hi Christian,
Good new

I already tried the aspnet_regiis -i and it didn't worked but I finally
found a solution.

You can read about it here:
http://codebetter.com/blogs/peter.va...1/20/3796.aspx

just do a search on "Adnan Khan" and see his solution.
Thats the only thing that worked.

Thanks a Lot for your help!!!

Juan T. Llibre כתב:
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/
===================================
"nicknack" <ro******@gmail.comwrote in message
news:11**********************@51g2000cwl.googlegro ups.com...
No body have any idea?

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

Thanks.

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.
Jan 25 '07 #6

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

Similar topics

2
2759
by: -DG- | last post by:
No reply on my previous query, so I'll post this again. I've done a bit more research in the interim. I'm trying to find an easy way to port code from the older VS2003 format to the format used...
3
1785
by: Darrin | last post by:
Hello, I see that VS2005 and the new framework 2.0 is out to the public now. Wondering about some things. When you install the new framework 2.0 can a person still use visual studio 2003 or...
2
4142
by: Fred Nelson | last post by:
Hi: I'm working on a VS2005 web application and I have what is probabably a "newby" question. In VS2003 I could drag a textbox/button/etc on to a form and position it with the mouse. I...
1
1098
by: Yosh | last post by:
Let's say I've developed an application using .Net Framework 1.1 on my development pc. Now I have .Net Framework 2.0 on my pc. I need to make a change to the application developed in 1.1. Can I do...
15
4190
by: Joseph Geretz | last post by:
OK, I'll admit it up front - I just don't get it. Here's our previous VS2003 development model. Developers develop the WS solution on their own workstations, using their own IIS web servers...
2
5682
by: Tammam | last post by:
Hello All, I had a solution composed of managed/unmanaged C++ , C# projects. It builds with no problem in VS2003 but after converting the solution to VS2005 i get many linking errors such as...
5
2207
by: Tony | last post by:
Hi all, Here's the link to the issue we were seeing on our ASP.NET system when modifying, adding and deleting directories in framework 2.0....
5
975
by: Goofy | last post by:
I bought VS2003 in 2003 of course :) Now I want to upgrade but I was wondering when you install an upgrade if it A.) Requires that VS2003 be already installed B.) Overwrites it or allows...
4
2084
by: Tony Girgenti | last post by:
Hello. I developed a VS.NET2003(VB), ASP.NET web application client program with ..NET Framework 1.1, ASP.NET 1.1, IIS 5.1 and WSE 2.0. I tried to migrate it to VS 2005 Pro(VB), Web...
0
7111
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...
0
7319
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,...
1
7031
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7485
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5042
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...
0
3191
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1542
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 ...
0
412
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...

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.