473,804 Members | 2,048 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem with ASP.Net version switching: select 1.1.4322

ben
Hi there, I am trying to configure a brand new Windows 2003 server. I
need to move an intranet application onto this server, however, I have
the following problem with ASP.Net.

In the properties for the Default Web Site in IIS, on the ASP.Net tab,
there is only 1 version of .Net available to select for the website: 2.

The application was originally written against 1.1.4322, and I need to
target this version. I have tried running the aspnet_regiis.e xe tool
from C:\Windows\Micr osoft.Net\Frame work\V1.1.4322\ aspnet_regiis.e xe,
but this returns the following error:

Aspnet_regiis.e xe -s W3SVC/1/ROOT/MyApp
An error has occurred (0x8007064e).
The error indicates that this version of ASP.NET must first be
registered on the machine.

I have no idea how to resolve this problem. The folder is there for
1.1.4322, this is a standard installation, why is this version not
already registered?

If anyone can help me resolve this problem, I would be most grateful :)

Regards, Ben Empson

Mar 14 '06 #1
2 3660
(a)
try
aspnet_regiis -i

(b)
download and reinstall the redistributable .

Karl

--
http://www.openmymind.net/

<be*@arrayx.co. uk> wrote in message
news:11******** **************@ j33g2000cwa.goo glegroups.com.. .
Hi there, I am trying to configure a brand new Windows 2003 server. I
need to move an intranet application onto this server, however, I have
the following problem with ASP.Net.

In the properties for the Default Web Site in IIS, on the ASP.Net tab,
there is only 1 version of .Net available to select for the website: 2.

The application was originally written against 1.1.4322, and I need to
target this version. I have tried running the aspnet_regiis.e xe tool
from C:\Windows\Micr osoft.Net\Frame work\V1.1.4322\ aspnet_regiis.e xe,
but this returns the following error:

Aspnet_regiis.e xe -s W3SVC/1/ROOT/MyApp
An error has occurred (0x8007064e).
The error indicates that this version of ASP.NET must first be
registered on the machine.

I have no idea how to resolve this problem. The folder is there for
1.1.4322, this is a standard installation, why is this version not
already registered?

If anyone can help me resolve this problem, I would be most grateful :)

Regards, Ben Empson

Mar 14 '06 #2
Ben havve you come across:-
http://www.denisbauer.com/NETTools/A...nSwitcher.aspx
Patrick

<be*@arrayx.co. uk> wrote in message
news:11******** **************@ j33g2000cwa.goo glegroups.com.. .
Hi there, I am trying to configure a brand new Windows 2003 server. I
need to move an intranet application onto this server, however, I have
the following problem with ASP.Net.

In the properties for the Default Web Site in IIS, on the ASP.Net tab,
there is only 1 version of .Net available to select for the website: 2.

The application was originally written against 1.1.4322, and I need to
target this version. I have tried running the aspnet_regiis.e xe tool
from C:\Windows\Micr osoft.Net\Frame work\V1.1.4322\ aspnet_regiis.e xe,
but this returns the following error:

Aspnet_regiis.e xe -s W3SVC/1/ROOT/MyApp
An error has occurred (0x8007064e).
The error indicates that this version of ASP.NET must first be
registered on the machine.

I have no idea how to resolve this problem. The folder is there for
1.1.4322, this is a standard installation, why is this version not
already registered?

If anyone can help me resolve this problem, I would be most grateful :)

Regards, Ben Empson

Mar 16 '06 #3

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

Similar topics

0
2241
by: Tomas Vera | last post by:
Hello All, I've developed a Commerce Server application and am having deployment problems. The issue is not Commerce Server specific, so I'll ask here, since questions get answered here. The application is developed on a remote machine. My compiler runs locally, but the source files and destination is on the remote machine. The remote machine is running Framework 1.0.3705. This morning I PUP'd the Commerce Server site and deployed it...
0
3003
by: Sebastian Meier | last post by:
Hi everyone, i have the following problem. I tried to import the file ICSharpCode.SharpZipLib.dll into my VS Project. The Result was the following. Warning: Dependence 'ICSharpCode.SharpZipLib, Version=0.5.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' in project 'test' there it cannot be copied the reference 'ICSharpCode.SharpZipLib, Version=0.80.0.1373, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' into the remark...
1
1787
by: Günther Rühmann | last post by:
Hi, I´m not sure if i´m right int this group... My problem: I made a vb .net application that reads from AD via System.Directoryservices.Directoryentry. The appliocation enumerates group members. It works fine on W2k - machines. It works on a WinNT 4 - server, too, but it stops with a runtime error on any Windows 4.0 Workstation. The error is: System.Runtime.InteropServices.COMException 0x800500F. at...
16
7392
by: Brad | last post by:
After compiling my asp.net project I'm receiving a "BC31011 - Access is denied" error when attempting to run or debug. The only thing that seems to resolve problem is IISReset. After a reset my project runs fine for several compiles then the error starts up again...and another iisreset. I seem to recall a similar issue a long time back which required turning off indexing, which I have had off since (I just re-checked to confirm it is...
9
2155
by: Günther Rühmann | last post by:
Hi, I´m not sure if i´m right int this group... My problem: I made a vb .net application that reads from AD via System.Directoryservices.Directoryentry. The appliocation enumerates group members. It works fine on W2k - machines. It works on a WinNT 4 - server, too, but it stops with a runtime error on any Windows 4.0 Workstation. The error is: System.Runtime.InteropServices.COMException 0x800500F. at...
3
1967
by: fong01 | last post by:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it Server stack trace: at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket() at...
0
1265
by: Marcus Kwok | last post by:
I am having a weird problem with my DataGrid that is bound to an ArrayList. My situation is as follows: I have two DataGrids on a modal form. The top grid populates an ArrayList from a file, then the datagrid is bound to it, and it works fine. The bottom DataGrid is bound to a different ArrayList that holds the same type as the first ArrayList. Both DataGrids are set to Read-Only. The user selects a row from the top DataGrid, then...
2
2422
by: Budhi Saputra Prasetya | last post by:
Hi, I managed to create a Windows Form Control and put it on my ASP .NET page. I have done the suggestion that is provided by modifying the security settings. From the stack trace, I would assume that the code throws exception when it is trying to retrieve the processes list that has certain name. Below is the code that I use to retrieve the processes. Process processes = Process.GetProcessesByName("xxxx");
0
2068
by: Budhi Saputra Prasetya | last post by:
Hi, I still have the same problem with embedding Windows Control. I'll just requote what I posted last time: I managed to create a Windows Form Control and put it on my ASP .NET page. I have done the suggestion that is provided by modifying the security settings. From the stack trace, I would assume that the code throws exception when it
0
9716
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9595
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10604
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
10354
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...
0
6870
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5536
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
5675
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4314
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
3
3005
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.