473,396 Members | 2,055 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Installing & Using Both .NET and .NET 2003

Has anyone tried having both the original .NET and .NET 2003 on their
workstation at the same time? I now need to build and support apps for two
different clients that use different versions so I'm wondering if I can use
the same workstation to build, test, and support apps for both clients.

Thanks

Earl
Nov 20 '05 #1
8 1133
Hi Earl

Although I have recently removed VS2002 (and Framework V1.0), I did have
VS2002 and VS2003 running side-by-side for some time, without problem.

HTH

Charles
"Earl Damron" <ea********@mail.com> wrote in message
news:us**************@TK2MSFTNGP09.phx.gbl...
Has anyone tried having both the original .NET and .NET 2003 on their
workstation at the same time? I now need to build and support apps for two different clients that use different versions so I'm wondering if I can use the same workstation to build, test, and support apps for both clients.

Thanks

Earl

Nov 20 '05 #2
Did you ever have any trouble with VS2002 apps running on servers that
didn't have any VS2003-related upgrades done?

I guess I'm just having nightmares where a tiny change in a VS2002 app
refuses to work on one of my VS2002 servers because some VS2003 dependency
trickled in during my build.

Thanks very much.

"Charles Law" <bl**@thingummy.com> wrote in message
news:ei**************@TK2MSFTNGP11.phx.gbl...
Hi Earl

Although I have recently removed VS2002 (and Framework V1.0), I did have
VS2002 and VS2003 running side-by-side for some time, without problem.

HTH

Charles
"Earl Damron" <ea********@mail.com> wrote in message
news:us**************@TK2MSFTNGP09.phx.gbl...
Has anyone tried having both the original .NET and .NET 2003 on their
workstation at the same time? I now need to build and support apps for

two
different clients that use different versions so I'm wondering if I can

use
the same workstation to build, test, and support apps for both clients.

Thanks

Earl


Nov 20 '05 #3
VS2002 knows nothing of the Framework V1.1, so can't pick up any inadvertent
references to it. In fact, many people have posted (including myself
originally) asking how to get VS2002 to use Framework V1.1 and the
resounding response was that it just cannot be done.

So, on that basis, I would not expect a VS2002 app to be upset about the
absence of Framework V1.1.

HTH

Charles
"Earl Damron" <ea********@mail.com> wrote in message
news:Ot**************@TK2MSFTNGP11.phx.gbl...
Did you ever have any trouble with VS2002 apps running on servers that
didn't have any VS2003-related upgrades done?

I guess I'm just having nightmares where a tiny change in a VS2002 app
refuses to work on one of my VS2002 servers because some VS2003 dependency
trickled in during my build.

Thanks very much.

"Charles Law" <bl**@thingummy.com> wrote in message
news:ei**************@TK2MSFTNGP11.phx.gbl...
Hi Earl

Although I have recently removed VS2002 (and Framework V1.0), I did have
VS2002 and VS2003 running side-by-side for some time, without problem.

HTH

Charles
"Earl Damron" <ea********@mail.com> wrote in message
news:us**************@TK2MSFTNGP09.phx.gbl...
Has anyone tried having both the original .NET and .NET 2003 on their
workstation at the same time? I now need to build and support apps for
two
different clients that use different versions so I'm wondering if I
can use
the same workstation to build, test, and support apps for both

clients.
Thanks

Earl



Nov 20 '05 #4
I may give it a shot then. Thanks very much.

Earl

"Charles Law" <bl**@thingummy.com> wrote in message
news:OZ*************@TK2MSFTNGP11.phx.gbl...
VS2002 knows nothing of the Framework V1.1, so can't pick up any inadvertent references to it. In fact, many people have posted (including myself
originally) asking how to get VS2002 to use Framework V1.1 and the
resounding response was that it just cannot be done.

So, on that basis, I would not expect a VS2002 app to be upset about the
absence of Framework V1.1.

HTH

Charles
"Earl Damron" <ea********@mail.com> wrote in message
news:Ot**************@TK2MSFTNGP11.phx.gbl...
Did you ever have any trouble with VS2002 apps running on servers that
didn't have any VS2003-related upgrades done?

I guess I'm just having nightmares where a tiny change in a VS2002 app
refuses to work on one of my VS2002 servers because some VS2003 dependency
trickled in during my build.

Thanks very much.

"Charles Law" <bl**@thingummy.com> wrote in message
news:ei**************@TK2MSFTNGP11.phx.gbl...
Hi Earl

Although I have recently removed VS2002 (and Framework V1.0), I did have VS2002 and VS2003 running side-by-side for some time, without problem.

HTH

Charles
"Earl Damron" <ea********@mail.com> wrote in message
news:us**************@TK2MSFTNGP09.phx.gbl...
> Has anyone tried having both the original .NET and .NET 2003 on their > workstation at the same time? I now need to build and support apps

for two
> different clients that use different versions so I'm wondering if I can use
> the same workstation to build, test, and support apps for both clients. >
> Thanks
>
> Earl
>
>



Nov 20 '05 #5
Cor
Hi Charles,

This week on the 7th was a lady Erica Roberts, who was a little bit sad
because she did not get an answer.

I told here that the real webbrowser specialist was mostly only here from
friday till sunday.

It was not that simple, that I could give here an answer and it is something
I never did but intresting.
But because of the change searching for an answer and knowing that you know
it probably direct, I told here that the best she could do to wait some days
and hope that you would see it earlier.

The subject is error and the name you have.

:-)
Cor
Nov 20 '05 #6
Cor
Just to bring it clear
Nov 20 '05 #7
Hello Earl,

Thanks for your post. As you know, .NET Framework has built-in side-by-side
support so that we can have both Visual Studio .NET 2002 and 2003 installed
on a single system without any problem. I have a test system with both
installed and they work properly.

In addition, please be noted that:
"While we fully expect version 1.0 applications to execute in the 1.1
Framework, allowing 1.1 applications to execute in the version 1.0
Framework is much more difficult. Getting this to work involves
considerable forethought on the part of the developer to avoid using new
functionality that is not available in the 1.0 Framework. Applications that
use features that are only found in the 1.1 Framework simply will not
operate in the 1.0 Framework. A list of these features can be found at
http://www.gotdotnet.com/team/changeinfo/Forwards1.0to1.1/default.aspx."

In addition, an application can choose which version of the common language
runtime or of a component it uses by some means say, applicaiton
configuration file. For detailed information, please refer to the following
MSDN articles:

Side-by-Side Execution of the .NET Framework
http://msdn.microsoft.com/library/de...us/dnnetdep/ht
ml/sidexsidenet.asp

Using Side-by-Side Execution
http://msdn.microsoft.com/library/de...us/cpguide/htm
l/cpconside-by-sideexecution.asp?frame=true

Please feel free to let me know if you have any problems or concerns.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 20 '05 #8
* "Earl Damron" <ea********@mail.com> scripsit:
Has anyone tried having both the original .NET and .NET 2003 on their
workstation at the same time? I now need to build and support apps for two
different clients that use different versions so I'm wondering if I can use
the same workstation to build, test, and support apps for both clients.


Should work.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #9

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

Similar topics

1
by: jason | last post by:
I have various small html websites on my windows server 2003 pc, these function quite happily from directories under D:\websites via ports 81, 8081, 8091, 8082 and of course there is the dafault...
2
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...
1
by: Dave Smithz | last post by:
Hi there, Summary: Installing Visual Studio 6 AFTER Visual Studio 2003 trial and Office 2003 - Is it safe? I know this has been asked many times before, but I have seen postings about...
3
by: jaggi | last post by:
Hi all, I downloaded DB2 enterprise edition from partnerworld on ibm.com and unzipped and untarred it and copied it to CD and tried installing on AIX using SMIT. I am getting errors while...
5
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...
5
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...
11
by: DavidW | last post by:
The application installed okay, but attempted installation of SP1 produces an error 1606 ("Could not access network location VS Developers (cannot create group)"). It's hard to believe that any...
5
by: John | last post by:
Hi I have an Outlook add-in solution which includes a setup project. If I install the Outlook add-in by right clicking on the setup project and sleeting Install then the add-in gets installed...
6
by: avcitamer | last post by:
We upgraded our system and problem below occured, pleas help me... Windows 2003 server SP1 When I set a decimal DB field value to "123,32" (using ADODB.recordset ) updated value was ok (123.32)...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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,...
0
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...
0
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.