473,405 Members | 2,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Can't create projects / open projects

I have the following setup:

SBS 2003 Server
Windows 2003 Enterprise Server (setup as an Application Server)
Windows XP Pro Desktop

Both the Application server and desktop have Visual Studio 2003 on
them as well as the .NET Framework 1.1

I started to use .NET on the desktop to test things out...then i setup
the 2003 server and now i'm trying to develop to that server but am
having a heck of a time getting it to work...

If i try to create or open a new project using localhost i get the:

"visual studio .net has detected that the specified web server is not
running asp.net version 1.1"

error...

If i create a project on the dev server in Visual Studio and run it it
works fine...

If i try and use the dev server's IP address to create a project, i
get a long error i didn't want to type here, but have a screen shot of
it:

www.prolooksports.com/VB/error.gif

I've tried everything i can think of, from:

-running aspnet_regiis.exe -i
-adding the desktop user to the VS Developers group
-creating a Get_aspx_ver.aspx file and putting it in the root web per
these instructions:
http://support.microsoft.com/default...b;en-us;825792
-hitting my head against the wall...

If i type localhost from the desktop, it takes me to its own IIS 5.1
and not the DEV server...

i have a feeling that having the SBS 2003 in the mix and IIS on the
desktop is keeping things from flowing...

any ideas - i've been trying to troubleshoot this for hours with no
luck...

jared
Nov 19 '05 #1
4 1853
Hi,

What are the different versions of framework you have?

You could specifiy ASP.NET should run under 1.1 in IIS Properties.

--
HTH,
Rakesh Rajan
MVP, MCSD
http://www.msmvps.com/rakeshrajan/

"jaredea" wrote:
I have the following setup:

SBS 2003 Server
Windows 2003 Enterprise Server (setup as an Application Server)
Windows XP Pro Desktop

Both the Application server and desktop have Visual Studio 2003 on
them as well as the .NET Framework 1.1

I started to use .NET on the desktop to test things out...then i setup
the 2003 server and now i'm trying to develop to that server but am
having a heck of a time getting it to work...

If i try to create or open a new project using localhost i get the:

"visual studio .net has detected that the specified web server is not
running asp.net version 1.1"

error...

If i create a project on the dev server in Visual Studio and run it it
works fine...

If i try and use the dev server's IP address to create a project, i
get a long error i didn't want to type here, but have a screen shot of
it:

www.prolooksports.com/VB/error.gif

I've tried everything i can think of, from:

-running aspnet_regiis.exe -i
-adding the desktop user to the VS Developers group
-creating a Get_aspx_ver.aspx file and putting it in the root web per
these instructions:
http://support.microsoft.com/default...b;en-us;825792
-hitting my head against the wall...

If i type localhost from the desktop, it takes me to its own IIS 5.1
and not the DEV server...

i have a feeling that having the SBS 2003 in the mix and IIS on the
desktop is keeping things from flowing...

any ideas - i've been trying to troubleshoot this for hours with no
luck...

jared

Nov 19 '05 #2
Hi, Jaredea.

re:
"visual studio .net has detected that the specified web server is not
running asp.net version 1.1"
1. Check to see that you have enabled ASP.NET 1.1

IIS 6.0 requires that you enable any web service extension you use.
To do that, open the IIS mmc, scroll down to the "Web Service Extensions"
node ( on the left-hand side, right after the "Websites" node ),
select the ASP.NET v1.1.4322 extension on the right-hand side,
and click the "Allow" button.

If you also want to develop for ASP.NET 2.0, enable that, too.

2. Remember that you need to run 1.1 apps and 2.0 apps in separate Application
Pools, so if you're going to use both 1.1 and 2.0, create a new application pools,
assign all 1.1 apps to it and use the DefaultAppPool for 2.0 apps.

re: If i try and use the dev server's IP address to create a project, i
get a long error i didn't want to type here, but have a screen shot of
it: www.prolooksports.com/VB/error.gif
Please read http://support.microsoft.com/kb/320265/EN-US/
and follow the instructions on it.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"jaredea" <ju**@anv.net> wrote in message
news:n4********************************@4ax.com...I have the following setup:

SBS 2003 Server
Windows 2003 Enterprise Server (setup as an Application Server)
Windows XP Pro Desktop

Both the Application server and desktop have Visual Studio 2003 on
them as well as the .NET Framework 1.1

I started to use .NET on the desktop to test things out...then i setup
the 2003 server and now i'm trying to develop to that server but am
having a heck of a time getting it to work...

If i try to create or open a new project using localhost i get the:

"visual studio .net has detected that the specified web server is not
running asp.net version 1.1"

error...

If i create a project on the dev server in Visual Studio and run it it
works fine...

If i try and use the dev server's IP address to create a project, i
get a long error i didn't want to type here, but have a screen shot of
it:

www.prolooksports.com/VB/error.gif

I've tried everything i can think of, from:

-running aspnet_regiis.exe -i
-adding the desktop user to the VS Developers group
-creating a Get_aspx_ver.aspx file and putting it in the root web per
these instructions:
http://support.microsoft.com/default...b;en-us;825792
-hitting my head against the wall...

If i type localhost from the desktop, it takes me to its own IIS 5.1
and not the DEV server...

i have a feeling that having the SBS 2003 in the mix and IIS on the
desktop is keeping things from flowing...

any ideas - i've been trying to troubleshoot this for hours with no
luck...

jared

Nov 19 '05 #3
Thank you both...the strange thing is i did check to make sure that
ASP.NET was enabled, but then i did some other stuff
(remove/re-install) and i guess it disabled...so, now i'm not getting
the "...server not running asp..." -- but still have the other issues
with creating a project (although a slightly different error) and now
that i can open a previous project we worked on before getting the new
servers I can't debug...here are the errors:

Debugging Error:

"Error while trying to run project: Unable to start debugging on the
web server. The debugger component on the server failed to connect to
the local machine."

I added the user to the Debuggers group and that didn't help...


Error trying to create a new project:

I've posted screen shots of these 2 errors because they are pretty
long...the first screen shows what comes up when i try to do a new
project (in VS 2003 i went into: tools > options > Projects and
solutions > Visual Studio Projects Location > and changed the location
to the W: drive which is mapped to the Web Server where our files are
located.) The second screen is the error that comes up....

Here are the screen shots:

http://www.prolooksports.com/vb/1.gif
http://www.prolooksports.com/vb/2.gif
jared
On Wed, 08 Jun 2005 21:29:46 -0600, jaredea <ju**@anv.net> wrote:
I have the following setup:

SBS 2003 Server
Windows 2003 Enterprise Server (setup as an Application Server)
Windows XP Pro Desktop

Both the Application server and desktop have Visual Studio 2003 on
them as well as the .NET Framework 1.1

I started to use .NET on the desktop to test things out...then i setup
the 2003 server and now i'm trying to develop to that server but am
having a heck of a time getting it to work...

If i try to create or open a new project using localhost i get the:

"visual studio .net has detected that the specified web server is not
running asp.net version 1.1"

error...

If i create a project on the dev server in Visual Studio and run it it
works fine...

If i try and use the dev server's IP address to create a project, i
get a long error i didn't want to type here, but have a screen shot of
it:

www.prolooksports.com/VB/error.gif

I've tried everything i can think of, from:

-running aspnet_regiis.exe -i
-adding the desktop user to the VS Developers group
-creating a Get_aspx_ver.aspx file and putting it in the root web per
these instructions:
http://support.microsoft.com/default...b;en-us;825792
-hitting my head against the wall...

If i type localhost from the desktop, it takes me to its own IIS 5.1
and not the DEV server...

i have a feeling that having the SBS 2003 in the mix and IIS on the
desktop is keeping things from flowing...

any ideas - i've been trying to troubleshoot this for hours with no
luck...

jared


Nov 19 '05 #4
I am having the same problem. I do not see a Web Service Extension nod in
IIS. Do you know why?
--
Marie
"Juan T. Llibre" wrote:
Hi, Jaredea.

re:
"visual studio .net has detected that the specified web server is not
running asp.net version 1.1"


1. Check to see that you have enabled ASP.NET 1.1

IIS 6.0 requires that you enable any web service extension you use.
To do that, open the IIS mmc, scroll down to the "Web Service Extensions"
node ( on the left-hand side, right after the "Websites" node ),
select the ASP.NET v1.1.4322 extension on the right-hand side,
and click the "Allow" button.

If you also want to develop for ASP.NET 2.0, enable that, too.

2. Remember that you need to run 1.1 apps and 2.0 apps in separate Application
Pools, so if you're going to use both 1.1 and 2.0, create a new application pools,
assign all 1.1 apps to it and use the DefaultAppPool for 2.0 apps.

re:
If i try and use the dev server's IP address to create a project, i
get a long error i didn't want to type here, but have a screen shot of
it: www.prolooksports.com/VB/error.gif


Please read http://support.microsoft.com/kb/320265/EN-US/
and follow the instructions on it.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"jaredea" <ju**@anv.net> wrote in message
news:n4********************************@4ax.com...
I have the following setup:

SBS 2003 Server
Windows 2003 Enterprise Server (setup as an Application Server)
Windows XP Pro Desktop

Both the Application server and desktop have Visual Studio 2003 on
them as well as the .NET Framework 1.1

I started to use .NET on the desktop to test things out...then i setup
the 2003 server and now i'm trying to develop to that server but am
having a heck of a time getting it to work...

If i try to create or open a new project using localhost i get the:

"visual studio .net has detected that the specified web server is not
running asp.net version 1.1"

error...

If i create a project on the dev server in Visual Studio and run it it
works fine...

If i try and use the dev server's IP address to create a project, i
get a long error i didn't want to type here, but have a screen shot of
it:

www.prolooksports.com/VB/error.gif

I've tried everything i can think of, from:

-running aspnet_regiis.exe -i
-adding the desktop user to the VS Developers group
-creating a Get_aspx_ver.aspx file and putting it in the root web per
these instructions:
http://support.microsoft.com/default...b;en-us;825792
-hitting my head against the wall...

If i type localhost from the desktop, it takes me to its own IIS 5.1
and not the DEV server...

i have a feeling that having the SBS 2003 in the mix and IIS on the
desktop is keeping things from flowing...

any ideas - i've been trying to troubleshoot this for hours with no
luck...

jared


Nov 19 '05 #5

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

Similar topics

1
by: MC | last post by:
Hi all, I've read the various posts concerning file access on mapped drives--I think problem is different: The problem: Open a VB Winforms project from a mapped drive and all files open fine...
5
by: David Webb | last post by:
The problem started when the Working Folder for a project was somehow set to the folder of another project. I set the correct working folder in VSS and deleted the .vbproj files that had been...
2
by: Brad Wood | last post by:
Using VS2003, I can't add an existing class to a project w/o the IDE creating a copy of it. I want multiple projects to be able to share a central copy of a class. I can't compile the shared...
3
by: Cantekin Guneser | last post by:
i wonder how i can create install of my projects, does install include everything that .net projects requires. ex:.net framework 1.1 or i need to install them by myself?
5
by: John | last post by:
Hi, I need some software that will analyze my C# application (consisting of multiple projects and many classes) and show the relationships between classes and methods. I want to visually see...
2
by: Jay Bienvenu | last post by:
I cannot create new Web applications in Visual Studio .NET 2003. I get this error message: "Visual Studio .NET cannot create or open the application. The likeliest problem is that required...
5
by: cmay | last post by:
I have a big solution filled with a bunch of projects. I add a project to the solution (not adding any references mind you). Now, if I close down everything and try to just open that single...
1
by: Kerem Gümrükcü | last post by:
Hi, i try to create a remote process with Win32_Process.Create, but the remote machine always retruns 9 as result, which say that the path could not be found. Code seems to be fine, except the...
0
by: Rob Wilkerson | last post by:
Hey guys - I have a test suite that's working when I include a test case via its absolute path. For portability, I'd rather include it just using its name, but it's failing with a "Failed to...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...
0
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
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...
0
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...

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.