473,795 Members | 3,005 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Remove VS2002 after VS2003 Upgrade

I recently upgraded to Visual Studio.Net 2003. I'm a bit hesitant to
remove VS2002.Net in fear of the removal messing up 2003. However, I
need the disk space but don't want the hassle of restoring, etc. Has
anyone had any experience removing 2002 following a 2003 upgrade? It is
Enterprise Developer if that matters. Thanks.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 21 '05 #1
1 1701
Hello,

Removing VS 2002 shouldn't cause any problems--and if it does, please post
here and let us know! :)

Here are a couple things to keep in mind, though:
-- If you open a solution created with Visual Studio .NET 2002 in Visual
Studio .NET 2003 and save the solution, you can no longer open the solution
in Visual Studio .NET 2002.
-- Although it is possible to target version 1.0 of the common language
runtime from Visual Studio .NET 2003, it is highly recommended that you use
Visual Studio .NET 2002 for that instead.

Hope this helps,
Molly

---
Molly Bostic
NET Developer Platform User Education

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

--------------------
From: thdevdex <th******@dbcod ers.com>
Subject: Remove VS2002 after VS2003 Upgrade
Newsgroups: microsoft.publi c.dotnet.genera l
Date: Fri, 26 Sep 2003 14:25:59 -0700

I recently upgraded to Visual Studio.Net 2003. I'm a bit hesitant to
remove VS2002.Net in fear of the removal messing up 2003. However, I
need the disk space but don't want the hassle of restoring, etc. Has
anyone had any experience removing 2002 following a 2003 upgrade? It is
Enterprise Developer if that matters. Thanks.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Jul 21 '05 #2

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

Similar topics

1
1277
by: Bob | last post by:
I have both VS2002 and VS2003 installed on the same machine and have no problems creating an ASP.NET application in VS2003. When I try to create one in VS2003 I get an "internal server error". If I open Windows Explorer, and create a new folder under C:\Inetpub\wwwroot and then open IIS Manager and set the folder property to CREATE I can then create a ASP.NET appliaction in that folder. Any ideas as to what I need to do to get VS2003...
3
1516
by: TLin2100 | last post by:
I have been away from .NET development for 18 months. I recently installed VisualStudio 2003. I have no trouble compiling and running new C# ASP.Net projects, but when I try to open and run one of the ASP.Net projects I wrote under VS2002, I get the following error: "Unable to start debugging on the web server. Project is not configured to be debugged."
3
1801
by: Darrin | last post by:
Hello, I see that VS2005 and the new framework 2.0 is out to the public now. Wondering about some things. When you install the new framework 2.0 can a person still use visual studio 2003 or do you need to use Visual Studio 2005? If you can use the new framework 2.0 with VS2003 are there any benifits?
10
1873
by: Skip | last post by:
Can anybody tell me if there is a list/discussion anywhere about possible problems/issues/differences when upgrading a desktop app from VS2002 to VS2003? I have an app that uses datagrid/dataview with databound combobox involving code that can either set the ComboBox value based on a value in the datagrid, or set the value in the datagrid based on the selected item in the ComboBox. It worked fine when built with VS2002 but doesn't with...
1
1170
by: Skip | last post by:
I just converted a solution from Visual Studio 2002 to Visual Studio 2003 and was somewhat curious about the change in file sizes. The .msi install file generated by VS2002 was 264K but increased to 485K when generated by VS2003. On the other hand, when I .zip the solution folder for archiving, the ..zipped size for VS2002 was 7898K but dropped to 4661K when generated by VS2003.
3
1082
by: MSNews | last post by:
I have a requirement to use simple project files which were created on 2003 on 2002 version of .NET. This is because the customer site does not yet have 2003 but the course projects were written in 2003. I have loaded the 1.1 framework on vs2002 but need to know if there is a simple or otherwise way to change the project somehow to make it load on 2002? TIA
1
225
by: thdevdex | last post by:
I recently upgraded to Visual Studio.Net 2003. I'm a bit hesitant to remove VS2002.Net in fear of the removal messing up 2003. However, I need the disk space but don't want the hassle of restoring, etc. Has anyone had any experience removing 2002 following a 2003 upgrade? It is Enterprise Developer if that matters. Thanks. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded...
15
4235
by: Joseph Geretz | last post by:
OK, I'll admit it up front - I just don't get it. Here's our previous VS2003 development model. Developers develop the WS solution on their own workstations, using their own IIS web servers mapped to the local devleopment folder. Project compiles to a subfolder .\bin. To deploy, the asmx page and bin subfolder are copied to the production server. So now I upgrade to VS2005. OK, so except for the name, everything is changed. No more...
5
1556
by: Just D. | last post by:
All, Who played with that? Is it possible to use VB.NET and C# projects in one solution in VS2002/2003? Or this feature appeared only in VS2005? If yes, then what kind of traps are on this way? I see that I can add a VB.NET class library project to my VS2003 solution, I can add a reference to my existing project in C#, I even can add USING to C# source code, although it already doesn't have any intellisense comparing to all other...
0
9673
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
9522
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
10448
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
10217
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
10167
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,...
1
7544
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5440
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
4114
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
2922
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.