473,796 Members | 2,740 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Installing .Net 2.0 on Win Server 2003

I am trying to install Visual Studios 2005 on my win server 2003. It fails
at the beginning of installation after attempting to install the .Net 2.0
framework. It does not tell me why it fails. Anyone know how to correct
this?

I checked knowledge base, and FAQ's, but could not find anything... Thanks
in advance.
Jan 9 '06 #1
7 6698
check the installlog.txt log file which can be found somewhere inside the
Program Files\<Visual Studio.NET installation directory> . The file contains
extensive installation log details

best
Subin Kushle
gaps http://www.gaps.com.np

"Joe B" <li*******@comm unity.nospam> wrote in message
news:uI******** *****@TK2MSFTNG P12.phx.gbl...
I am trying to install Visual Studios 2005 on my win server 2003. It fails
at the beginning of installation after attempting to install the .Net 2.0
framework. It does not tell me why it fails. Anyone know how to correct
this?

I checked knowledge base, and FAQ's, but could not find anything... Thanks
in advance.

Jan 9 '06 #2
R2 or original? If R2, the install is in the Add/Remove Programs >>
Add/Remove Windows Components.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ****
Think outside the box!
*************** *************** *************** ****
"Joe B" <li*******@comm unity.nospam> wrote in message
news:uI******** *****@TK2MSFTNG P12.phx.gbl...
I am trying to install Visual Studios 2005 on my win server 2003. It fails
at the beginning of installation after attempting to install the .Net 2.0
framework. It does not tell me why it fails. Anyone know how to correct
this?

I checked knowledge base, and FAQ's, but could not find anything... Thanks
in advance.

Jan 10 '06 #3
Hi Joe,

I have the same opinion with Subin, we need some related error message to
isolate this problem.

by the way, have you installed any pre-RTM VS2005 product in your Windows
2003 server? If yes, you need to uninstall those pre-RTM VS2005 product
first, please refer to the following MSDN article for the details:

Uninstalling Previous Versions of Visual Studio 2005
http://msdn.microsoft.com/vstudio/su...ault.aspx#tool
Thanks!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default...sdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.

Jan 10 '06 #4
Thank you for responding,

The error log states:

[01/11/06,12:55:48] Microsoft Visual J# .NET Redistributable Package 1.1:
[2] Error code 1603 for this component means "Fatal error during
installation.
"
[01/11/06,12:55:48] Microsoft Visual J# .NET Redistributable Package 1.1:
[2] Setup Failed on component Microsoft Visual J# .NET Redistributable
Package 1.1
[01/11/06,12:55:49] setup.exe: [2] Unable to open g_szRegkeyMSInt egration in
CSetupManager:: RemoveSetupFile s()
[01/11/06,12:55:49] setup.exe: [2] CSetupManager:: RemoveSetupFile s() failed
in CSetupManager:: RunInstall()
[01/11/06,12:55:49] VS70BaseUI: [2] DepCheck indicates Microsoft Visual J#
..NET Redistributable Package 1.1 is not installed.
I have followed all of the resolutions on the "You recieved as 'Error 1603:
A Fatal error occured during install'" from the support.microso ft.com
website.
I have made sure that i have Full Control permissions to the system account.
I have no other instances of VS on this computer i.e. Beta's or older
versions.
I am not attempting to install this to a "substitute drive"
I am not attempting to install the package to an encrypted file

Thank you for any advice you can give me

Joe
""Gary Chang[MSFT]"" <v-******@online.m icrosoft.com> wrote in message
news:gR******** ******@TK2MSFTN GXA02.phx.gbl.. .
Hi Joe,

I have the same opinion with Subin, we need some related error message to
isolate this problem.

by the way, have you installed any pre-RTM VS2005 product in your Windows
2003 server? If yes, you need to uninstall those pre-RTM VS2005 product
first, please refer to the following MSDN article for the details:

Uninstalling Previous Versions of Visual Studio 2005
http://msdn.microsoft.com/vstudio/su...ault.aspx#tool
Thanks!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default...sdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no
rights.

Jan 12 '06 #5
Hi Joe,

Thanks for the error log message!
[01/11/06,12:55:49] setup.exe: [2] Unable to open g_szRegkeyMSInt egration
in CSetupManager:: RemoveSetupFile s()


It seems your Windows 2004 machine has some problem to access a specific
registry key, maybe like the case which discussed in the following Blog
article, which caused by the Administrators group somehow was only granted
read permission to some of the registry keys under HKEY_CLASSES_RO OT on
some machines, I suggest you can try the workaround in this article first:

How to workaround errors installing .NET Framework 2.0 that are caused by
registry permission problems
http://blogs.msdn.com/astebner/archi...09/449720.aspx
Wish it works!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default...sdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.

Jan 13 '06 #6
Thank you for your help. That Blog solved my problem. You saved me from a
rather large headache...

Sincerly Joe
""Gary Chang[MSFT]"" <v-******@online.m icrosoft.com> wrote in message
news:CL******** ******@TK2MSFTN GXA02.phx.gbl.. .
Hi Joe,

Thanks for the error log message!
[01/11/06,12:55:49] setup.exe: [2] Unable to open g_szRegkeyMSInt egration
in CSetupManager:: RemoveSetupFile s()


It seems your Windows 2004 machine has some problem to access a specific
registry key, maybe like the case which discussed in the following Blog
article, which caused by the Administrators group somehow was only granted
read permission to some of the registry keys under HKEY_CLASSES_RO OT on
some machines, I suggest you can try the workaround in this article first:

How to workaround errors installing .NET Framework 2.0 that are caused by
registry permission problems
http://blogs.msdn.com/astebner/archi...09/449720.aspx
Wish it works!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default...sdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no
rights.

Jan 13 '06 #7
You are welcome, Joe, I am glad to help you on this issue.:)

Have a nice weeekend!
Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default...sdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.

Jan 14 '06 #8

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

Similar topics

2
15230
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000 Personal disk from the SQL Server 2000 Enterprise kit as this is reported here on the MSDN web site to be the version that is supported on Windows XP. In fact so many of you kind people confess to having succeeded in doing it. I have tried...
3
1571
by: John S | last post by:
Hi, I'm trying to install VS.Net onto a server running Win 2003 and Sharepoint Portal. The machine has had the latest updates applied from the Windows Update Site. Each time I run the installation, it gets almost to the end and then fails. The error says:
5
1632
by: Sagaert Johan | last post by:
hi I have the following problem: I have a C# application that uses an activeX . I installed the application and the NET 1.1 Runtimes on a clean pc When running the application i discover that the activeX events do not fire. I installed VS NET 2003 on that machine.(in an attempt to start debuggging) Now the activeX events fire again (application works as expected ).
2
1303
by: Stefan | last post by:
I have a problem deploying a ASP.Net app on a 2003 Enterprise server. After installing the application I get 404's when I try to access the aspx pages on the server (not other pages like html or stylesheets). I installed IIS after the .Net runtime and ran aspnet_regiis afterwards. I checked, that the .aspx extension is mapped to the aspnet_isapi.dll for all verbs. Still no luck. An example W3C log entry is:
2
1615
by: J | last post by:
hi, I'm having a problem installing a service created in vb.net 2003 on a windows 2000 server. I have installed the service on a few XP machines with out any problems...but the 2 servers (win 2000 server sp4) I have triend have the same error (both are on diffrent domains and have framework v1.1 installed; 1 is a domain controler, the other is not) An exception occurred during the Install phase. System.ComponentModel.Win32Exception:...
5
2295
by: JR | last post by:
Here's the scenerio: HAD: Entire Windows 2000 domain multiple servers Internal Web Server - Windows 2000 NAS Server - Windows 2000 Internal Web Application (On Web server) utilizing .ASP scripts to access shared directories through mapped drives on NAS Server. (And yes, I know UNC paths should have been used, but I didn't actually write this, just trying to follow someone else)
1
1145
by: palmtreefrb | last post by:
Can this be done? Or should I uninstall vs2005 and SQL Server 2005 dev? Thanks
0
1712
by: Leko | last post by:
I am installing SQL server 2000 on windows 2003 and getting an error of SQL_Latin1_General_CP1_CI_AS -m -q -T4022-T3659 An error occured when trying to start this service (1053) I am installing SQL under the domain admin login so I do not think rights is an issue. Also the admin is in the domain administratiors
6
1866
by: nild | last post by:
Hello i have a strange problem. I'm using LogonUser to impersonate the user under which my program must run. On Win XP or Server 2003 it works. But on 2000 it doesn't. So i found out, to set SE_TCB_NAME privileg - it doesn't work. Then i read somewhere that this only work for local users and not domain users and so the changes in the domain policy don't work. But the strangest thing i've found out after some tests: LogonUser works...
5
1762
by: John | last post by:
Hi When I try to install a published app using a url like http://www.mydomain.com/publish.htm, it starts the download but then comes up with the eror given at the end below. I am installing the app on an sbs 2003 (windows 2003 + ISA 2000) server. I suspect ISA 2000 is the problem but don't know where and how to give proxy credentials in the whole publishing and installing process. Any help to fix this will be appreciated. Thanks
0
9535
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
10467
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...
1
10201
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
10021
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
6802
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
5454
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...
1
4130
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
3744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2931
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.