473,770 Members | 2,143 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem to Create a New .NET Project

Hi there,
Can anyone tell me what is wrong with my VS.NET? Recently I am trying to
create a new Web project by the VS.NET 2003 in the win2000 prof, however I
get a message say:"VS.NET has detect that the specified Web server is not
running ASP.NET version1.1. You will be unable to run ASP.NET Web
applications."

I have done following to try to get rid this problem.
1) remove the framework 2.0 beta from Window "Add/remove programs" and
registry (I installed the framework 2.0 beta for trying before. Before I
installed it, my vs.net was working well. I'm not sure if the fw2.0 causes me
above problem or not?)
2) check if the ASP.NET State Service in Serviceis on or not? (yes, on);
3) reinstall the framework 1.1 by running "aspnet_reg iis /i";

After I have done above solutions, the problem is still there. Dose anyone
know what is wrong, and how to solve it? Thank you so much in advance!
--
Colin
Nov 19 '05 #1
4 1104
Try running aspnet_regiis -i

instead of running aspnet_regiis /i


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

"Colin" <Co***@discussi ons.microsoft.c om> wrote in message
news:8D******** *************** ***********@mic rosoft.com...
Hi there,
Can anyone tell me what is wrong with my VS.NET? Recently I am trying to
create a new Web project by the VS.NET 2003 in the win2000 prof, however I
get a message say:"VS.NET has detect that the specified Web server is not
running ASP.NET version1.1. You will be unable to run ASP.NET Web
applications."

I have done following to try to get rid this problem.
1) remove the framework 2.0 beta from Window "Add/remove programs" and
registry (I installed the framework 2.0 beta for trying before. Before I
installed it, my vs.net was working well. I'm not sure if the fw2.0 causes me
above problem or not?)
2) check if the ASP.NET State Service in Serviceis on or not? (yes, on);
3) reinstall the framework 1.1 by running "aspnet_reg iis /i";

After I have done above solutions, the problem is still there. Dose anyone
know what is wrong, and how to solve it? Thank you so much in advance!
--
Colin

Nov 19 '05 #2
Thank you Juan! I tried the -i, but the problem still there. afterI run the
aspnet_regiis -i (or /i) it tell me Finished installing ASP.NET(1.1.432 2.0).
Itsames install is ok . Any another idea?

--
Colin
"Juan T. Llibre" wrote:
Try running aspnet_regiis -i

instead of running aspnet_regiis /i


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

"Colin" <Co***@discussi ons.microsoft.c om> wrote in message
news:8D******** *************** ***********@mic rosoft.com...
Hi there,
Can anyone tell me what is wrong with my VS.NET? Recently I am trying to
create a new Web project by the VS.NET 2003 in the win2000 prof, however I
get a message say:"VS.NET has detect that the specified Web server is not
running ASP.NET version1.1. You will be unable to run ASP.NET Web
applications."

I have done following to try to get rid this problem.
1) remove the framework 2.0 beta from Window "Add/remove programs" and
registry (I installed the framework 2.0 beta for trying before. Before I
installed it, my vs.net was working well. I'm not sure if the fw2.0 causes me
above problem or not?)
2) check if the ASP.NET State Service in Serviceis on or not? (yes, on);
3) reinstall the framework 1.1 by running "aspnet_reg iis /i";

After I have done above solutions, the problem is still there. Dose anyone
know what is wrong, and how to solve it? Thank you so much in advance!
--
Colin


Nov 19 '05 #3
Hi, Colin.

In some cases it not only takes re-registering,
but also *first* un-registering and then re-registering.

Try, first, aspnet_regiis -u and *then* run aspnet_regiis -i.

Let us know whether that works.


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

"Colin" <Co***@discussi ons.microsoft.c om> wrote in message
news:F8******** *************** ***********@mic rosoft.com...
Thank you Juan! I tried the -i, but the problem still there. afterI run the
aspnet_regiis -i (or /i) it tell me Finished installing ASP.NET(1.1.432 2.0).
Itsames install is ok . Any another idea?

--
Colin
"Juan T. Llibre" wrote:
Try running aspnet_regiis -i

instead of running aspnet_regiis /i


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

"Colin" <Co***@discussi ons.microsoft.c om> wrote in message
news:8D******** *************** ***********@mic rosoft.com...
> Hi there,
> Can anyone tell me what is wrong with my VS.NET? Recently I am trying to
> create a new Web project by the VS.NET 2003 in the win2000 prof, however I
> get a message say:"VS.NET has detect that the specified Web server is not
> running ASP.NET version1.1. You will be unable to run ASP.NET Web
> applications."
>
> I have done following to try to get rid this problem.
> 1) remove the framework 2.0 beta from Window "Add/remove programs" and
> registry (I installed the framework 2.0 beta for trying before. Before I
> installed it, my vs.net was working well. I'm not sure if the fw2.0 causes me
> above problem or not?)
> 2) check if the ASP.NET State Service in Serviceis on or not? (yes, on);
> 3) reinstall the framework 1.1 by running "aspnet_reg iis /i";
>
> After I have done above solutions, the problem is still there. Dose anyone
> know what is wrong, and how to solve it? Thank you so much in advance!
> --
> Colin

Nov 19 '05 #4
Hi Juan, I did the un-registering and then re-registering, but the problem
is still there.

Colin
"Juan T. Llibre" wrote:
Hi, Colin.

In some cases it not only takes re-registering,
but also *first* un-registering and then re-registering.

Try, first, aspnet_regiis -u and *then* run aspnet_regiis -i.

Let us know whether that works.


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

"Colin" <Co***@discussi ons.microsoft.c om> wrote in message
news:F8******** *************** ***********@mic rosoft.com...
Thank you Juan! I tried the -i, but the problem still there. afterI run the
aspnet_regiis -i (or /i) it tell me Finished installing ASP.NET(1.1.432 2.0).
Itsames install is ok . Any another idea?

--
Colin
"Juan T. Llibre" wrote:
Try running aspnet_regiis -i

instead of running aspnet_regiis /i


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

"Colin" <Co***@discussi ons.microsoft.c om> wrote in message
news:8D******** *************** ***********@mic rosoft.com...
> Hi there,
> Can anyone tell me what is wrong with my VS.NET? Recently I am trying to
> create a new Web project by the VS.NET 2003 in the win2000 prof, however I
> get a message say:"VS.NET has detect that the specified Web server is not
> running ASP.NET version1.1. You will be unable to run ASP.NET Web
> applications."
>
> I have done following to try to get rid this problem.
> 1) remove the framework 2.0 beta from Window "Add/remove programs" and
> registry (I installed the framework 2.0 beta for trying before. Before I
> installed it, my vs.net was working well. I'm not sure if the fw2.0 causes me
> above problem or not?)
> 2) check if the ASP.NET State Service in Serviceis on or not? (yes, on);
> 3) reinstall the framework 1.1 by running "aspnet_reg iis /i";
>
> After I have done above solutions, the problem is still there. Dose anyone
> know what is wrong, and how to solve it? Thank you so much in advance!
> --
> Colin


Nov 19 '05 #5

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

Similar topics

3
3599
by: Andrew | last post by:
I have a problem creating mySQL tables with PHP. I am making an app where a user can create a project. Pressing "submit" on proj_form.php goes to proj_add.php where a couple of things happen. The project's meta information is put into a project table, mysql_insert_id() gets the $proj_ID, and a table named that $proj_ID is created to hold all of that project's tasks. Here is my code to create the table for a project's tasks: // 2)...
3
4577
by: Dave Y | last post by:
Hello, I am new to ASP as well as IIS. I am trying to learn how to create a web application using asp.NET. I have followed the instructions for configuring the IIS settings but when I click on the .sln file to open the project in VS I get the following error: "Unable to open the Web Project 'projectname', the file path C:\InetPub\wwwroot\projectname does not correspond to the URL 'http://localhost/projectname. The two need to map to the...
28
5222
by: Jon Davis | last post by:
If I have a class with a virtual method, and a child class that overrides the virtual method, and then I create an instance of the child class AS A base class... BaseClass bc = new ChildClass(); .... and then call the virtual method, why is it that the base class's method is called instead of the overridden method? How do I fix this if I don't know at runtime what the child class is? I'm using Activator.CreateInstance() to load the...
4
6714
by: Terry | last post by:
I'm building some dll assemblies that have in them the implementation of an abstract class defined in a different assembly. I'm trying to create objects of the type defined in the dlls with "Activator.CreateInstance". Everything was working fine until I started to fill out the class def with some implementation. At some point the CreateInstance was failing with a "MissingMethodException - No parameterless constructor defined for this...
7
1745
by: Kristof Thys via .NET 247 | last post by:
Post a new message to microsoft.public.dotnet.languages.vc http://www.dotnet247.com/247reference/default.aspx Hello, I've been struggling for weeks with this problem, I hope I find some help here...
4
3257
by: CM | last post by:
Hi there: I have a web project which can be open and run without problem. I didn't open the web application for a period and during which I didn't modified any IIS items, but now I cannot open any web project even cannot create a new one. The message for create a new web project is: (Open an oldASP project got similar error.) My system is Windows 2000 Server ---------------------- The default web access mode for this project is set to...
8
3398
by: nick | last post by:
I have a problem and I've been using a cheezy work around and was wondering if anyone else out there has a better solution. The problem: Let's say I have a web application appA. Locally, I set it up as C:\domains\appA. Locally, my IIS root points to C:\domains. I don't point it to C:\domains\appA since if I have an appB under C:\domains I wouldn't be able to get to it. So to access it via my browser I go to localhost/appA.
7
5788
by: George Copeland | last post by:
This is a request for assistance analyzing a problem we are experiencing in our VB6 development environment. All our code is developed in VB6, and our persistance layer is SQL Server. We are planning to convert this project to dot net sometime in the future. Our architecture is an exe project with references to four business object dlls. Also, each one of our tables is encapsulated in a data object dll. The data objects are referenced...
13
3940
by: Lee Newson | last post by:
Hi, I have just written my first application using VB.NET. The app works fine when i am running it within .NET for debugging purposes, however when i try to run the app from the .exe file that .NET creates i get the following error message: "An unhandled exception of type 'System.IO.FileNotFoundException' occurred in VisioTimeline.exe
11
1749
by: brianlanning | last post by:
We have a web application in 2003. The solution contains the project for the web application and five other projects for shared assemblies. We have two issues. The first is that we want to place the entire solution in some other directory like c:\work rather than wwwroot. We can use vss to do a get latest version, but as soon as we open the solution from within visual studio, vs copies the main web application source files to a new...
0
10260
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10102
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10038
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9910
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5354
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
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 we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2850
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.