473,786 Members | 2,366 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Reinstall .NET version 2002 on NT4 SP6A - impossible?

Hello -

Glad this newsgroup is here. I'd like to compare notes and see if someone
else has experienced this problem and if there is a workaround for it
(besides new OS and VS.NET version).

Background: Installed version 2002 of Visual Studio .NET Academic on NT4
SP6A system about a year and a half ago, worked perfectly at that time.
Used it quite a bit up until about July. About a month ago had a potentially
disasterous uninstall of another program when it took the ATAPI driver out
without replacing it (I know - major bonehead move) making the hard drive
unbootable. Did a repair, got back in, OS boots just fine again, but
anything having a tie-in with DCOM (such as MDM in Visual Studio) needed to
be reinstalled. Various add-on services were wiped in the process of
rescue - Diskeeper, Norton AV, MSInstaller - and each of these reinstalled
without issue.

Now the tricky part: Visual Studio repair hit a brick wall because it says I
need to reinstall Service Pack 6A. OK, I humored it - reinstalled Service
Pack 6A (the high-encryption version available on-line rather than the one
on the VS CDs) and then the other various hotfixes that needed to be
reinstalled again after that - maybe 50 megs worth - so far the OS still
boots fine with no issues. But Visual Studio still says I need to reinstall
Service Pack 6A before continuing. Been there, done that. So I uninstalled
the entire VS.NET package and am now looking at what to do next.

I know pretty well where the path is pointing - new OS (XP Pro probably) and
the "new improved" VS.NET version - but I'm cheap. And I know this
combination of NT4 SP6A and VS.NET v.2002 works so I'd like to squeeze a
little more use out of it. My question has to do with what may have changed
in some update or other that the Visual Studio installer is seeing. I've
looked in the logs that the installer left in the TEMP directory, and the
message indicates that the version is higher than baseline. That should not
prevent repair or installation, seems to me.

Anyone seen this one? TIA for any insight shared.

YC
Jul 21 '05 #1
1 1698
Me again, replying to my own post - I found out what was hanging it up. I'm
posting this here for the benefit of someone who might have the same problem
in the future.

The MDAC 2.7 DLLs were of mixed version, most from 1999 (put there by the
Visual Studio update disc) and a few from 2001 (probably left there from an
SQL Server installation I had on this machine briefly). As a consequence of
this incompatability between DLLs, MDAC 2.7 would not initialize making the
Visual Studio installation balk. Since the installation of the update would
not overwrite newer DLLs, the whole process was stuck in a vicious circle.

I looked for, and found, a newer version of the 2.7 MDAC package on the
Microsoft website (new as of December 2002) which overwrote all of the
affected DLLs. Once I did that, the Visual Studio installation went without
a hitch. I now have a functional VS.NET once agian.

YC

"Young Coot" <re***@newsgrou p.OnlyPlease> wrote in message
news:u1******** ******@tk2msftn gp13.phx.gbl...
Hello -

Glad this newsgroup is here. I'd like to compare notes and see if someone
else has experienced this problem and if there is a workaround for it
(besides new OS and VS.NET version).

Background: Installed version 2002 of Visual Studio .NET Academic on NT4
SP6A system about a year and a half ago, worked perfectly at that time.
Used it quite a bit up until about July. About a month ago had a potentially disasterous uninstall of another program when it took the ATAPI driver out
without replacing it (I know - major bonehead move) making the hard drive
unbootable. Did a repair, got back in, OS boots just fine again, but
anything having a tie-in with DCOM (such as MDM in Visual Studio) needed to be reinstalled. Various add-on services were wiped in the process of
rescue - Diskeeper, Norton AV, MSInstaller - and each of these reinstalled
without issue.

Now the tricky part: Visual Studio repair hit a brick wall because it says I need to reinstall Service Pack 6A. OK, I humored it - reinstalled Service
Pack 6A (the high-encryption version available on-line rather than the one
on the VS CDs) and then the other various hotfixes that needed to be
reinstalled again after that - maybe 50 megs worth - so far the OS still
boots fine with no issues. But Visual Studio still says I need to reinstall Service Pack 6A before continuing. Been there, done that. So I uninstalled the entire VS.NET package and am now looking at what to do next.

I know pretty well where the path is pointing - new OS (XP Pro probably) and the "new improved" VS.NET version - but I'm cheap. And I know this
combination of NT4 SP6A and VS.NET v.2002 works so I'd like to squeeze a
little more use out of it. My question has to do with what may have changed in some update or other that the Visual Studio installer is seeing. I've
looked in the logs that the installer left in the TEMP directory, and the
message indicates that the version is higher than baseline. That should not prevent repair or installation, seems to me.

Anyone seen this one? TIA for any insight shared.

YC

Jul 21 '05 #2

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

Similar topics

1
7269
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at school. When I tried to open it in the lab, I got a message saying I couldn't open it because it was created with a newer version. Evidently the lab is using Visual Studio.Net 2002. My professor doesn't just want the executable file, he wants...
2
4049
by: D. Nii | last post by:
Hi there, I have a web application that recently got redesigned and now makes use of Response.Redirect . The "new" application is hosted on Win2000 and works for all kinds of clients using IE 5.0 + and different operating systems (Win2000, WinXP, WinME, Win98). Functions that use the Response.Redirect no longer work for clients using NT 4.0 SP6a IE 5.5 or IE 6.0.
6
1865
by: Plumer | last post by:
Good morning everyone, I am having difficulty distributing a Release version of an application. System info C# DOTNET, MDE 2002, Version 7.0.9466 .Net Framework, version 1.0.3705 My Desktop Operating system (as reported by Control Panel.System) is: Windows XP, Version 2002
4
1781
by: mdavidjohnson | last post by:
My copy of Visual Studio .NET 2002 became corrupted. Repair didn't work so I tried remove and reinstall via the Start menu. Removal seemed to proceed normally but when I tried to reinstall I got: "A failed installation has been detected. Press OK to uninstall the product. Then retry installing." So I tried removal via the Control Panel's Add/Remove programs. I got the same message when I tried to reinstall.
4
7188
by: Br | last post by:
We're using an Access2000 ADP with an SQL2000 back-end. Because SQL2000 was released after Access2000 you need to be running Access2000 SP1 (2 or 3) for it to work properly. Is there an easy way for the ADP to determine programatically wether the correct service pack is installed (or if they are using a newer version such as 2002/2003)? Ta.
1
241
by: Young Coot | last post by:
Hello - Glad this newsgroup is here. I'd like to compare notes and see if someone else has experienced this problem and if there is a workaround for it (besides new OS and VS.NET version). Background: Installed version 2002 of Visual Studio .NET Academic on NT4 SP6A system about a year and a half ago, worked perfectly at that time. Used it quite a bit up until about July. About a month ago had a potentially disasterous uninstall of...
4
1899
by: Prem | last post by:
I would like to reinstall the enterprise manager of sql server 2000, and i have currently sql server 2000 SP4 installed on it. I googled on it, and read that installation of enterprise manager is possible from the setup disk, however, this is not possible: it rejects because of the service pack. How can I reinstall enterprise manager, without haveing to uninstall sql completely? Thanks Prem
1
1115
by: Klaus Aschenbrenner | last post by:
Hi! 2 questions: 1. Can I run Visual Studio C++ 2005 on NT 4.0 SP6a? 2. Can I create applications for NT 4.0 SP6a with Visual Studio C++ 2005? Thanks Klaus Aschenbrenner
5
1572
by: jamcompany via AccessMonster.com | last post by:
Hi , I'm wondering it there is a way to notify users of the need to use a different version of Access (2003). I have an Access 2003 mde file that can't be opened by Access 2000-2002 users. I would like to pop up a message (instead of the Access error message that it does not recognize the format), telling the user that they need to be running Access 2003. A background note - I am developing in 2002/2003 format on a machine running...
0
9647
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
9491
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
10357
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
10163
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
9959
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
5397
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
5532
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3668
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
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.