473,320 Members | 2,073 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,320 software developers and data experts.

.NET 1.1. and 2.0 on the same computer

Hi,

We just closed a release (say, version 7) of our app which was using .NET 1.1 and for the new
release (version 8) we are going to use .NET 2.0. Problem is that we still need to support version 7
for .NET 1.1 and at the same time on the same machine(s) do new development for v. 8 with .NET 2.

If i have both 1.1 and 2 installed how do i switch the current runtime?

Any ideas would be highly appreciated!

Thank you,
MuZZy
Jan 13 '06 #1
7 1952
>If i have both 1.1 and 2 installed how do i switch the current runtime?

Each app will by default use the version it was compiled against so
you shouldn't have to do anything.
Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Jan 13 '06 #2
Mattias Sjögren wrote:
If i have both 1.1 and 2 installed how do i switch the current runtime?

Each app will by default use the version it was compiled against so
you shouldn't have to do anything.
Mattias

Realy? That's cool! Now i need to convince my boss for which i need to show him anything about it on
microsoft website :) Do you know if it's writen anywhere on their website? I didn't find anything
about that ...

Thank you,
MuZZy
Jan 13 '06 #3
I have successfully added VS 2005 to my development machine at work and
regularly move between the two (for both small app programming -
currently in 2.0 - and our enterprise ASPX apps - in 1.1).

Any solution created using .Net 2.0 starts in VS 2005 and any .Net 1.1
solution starts automatically in VS 2003. So you needn't worry about
the two co-existing or VS 2005 trying to 'upgrade' the 1.1 solution.

I don't personally know of any Microsoft site which states this but let
Google be your friend :)

Jan 13 '06 #4
MuZZy <tn*@newsgroups.nospam> wrote in
news:OA**************@tk2msftngp13.phx.gbl:
Realy? That's cool! Now i need to convince my boss for which i need to
show him anything about it on microsoft website :) Do you know if it's
writen anywhere on their website? I didn't find anything about that
...


Here's another one.

http://msdn2.microsoft.com/en-us/library/s80xxs7s.aspx

I found these by searching ".NET side by side execution" on google.

-mdb
Jan 13 '06 #5
MuZZy <tn*@newsgroups.nospam> wrote in
news:OA**************@tk2msftngp13.phx.gbl:
Realy? That's cool! Now i need to convince my boss for which i need to
show him anything about it on microsoft website :) Do you know if it's
writen anywhere on their website? I didn't find anything about that
...


http://msdn.microsoft.com/netframewo...comparison/def
ault.aspx

(watch the wrapping)

This article talks about .NET 1.0 and .NET 1.1 side-by-side execution, but
the answer is basically the same for .NET 1.1 and .NET 2.0. In order to
build/compile .NET 2.0 apps, you should use VS 2005, while in order to
build/compile .NET 1.1 apps, you should use VS 2003. You'll need them both
loaded on your development machine. This isn't a problem as long as you
have the disk space. I have them both loaded, and sometimes I have them
both running at the same time.

-mdb
Jan 13 '06 #6

--
Naraendira Kumar R.R.
~~~~~~~~~~~~~~~~~~~~~~~~~~~
"MuZZy" <tn*@newsgroups.nospam> wrote in message
news:OA**************@tk2msftngp13.phx.gbl...
Mattias Sjögren wrote:
If i have both 1.1 and 2 installed how do i switch the current runtime?

Each app will by default use the version it was compiled against so
you shouldn't have to do anything.
Mattias

Realy? That's cool! Now i need to convince my boss for which i need to
show him anything about it on microsoft website :) Do you know if it's
writen anywhere on their website? I didn't find anything about that ...

Does this help?

http://msdn.microsoft.com/library/de...asp?frame=true
Thank you,
MuZZy

Jan 13 '06 #7
Pondering the eternal question of "Hobnobs or Rich Tea?", Mattias Sjíµ›í±¥n
finally proclaimed:
Each app will by default use the version it was compiled against so
you shouldn't have to do anything.


What happens if the code to be executed is written within a <script>
block rather than compiled and referenced as an assembly?

--
Dylan Parry
http://webpageworkshop.co.uk -- FREE Web tutorials and references

Disclaimer: This post does not represent the opinion of me or my cats.
Jan 20 '06 #8

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

Similar topics

25
by: tnrABC | last post by:
The approximately 100 books below are for sale. Mostly a selection of mathematics (numerical analysis mostly), computing science (graphics, ai, programming techniques, theory, compilers, operating...
5
by: z. f. | last post by:
i need to get the computer name from an aspx page. i use System.Windows.Forms.SystemInformation.ComputerName() and it's working fine, but in second thought, it might not be recomended to use the...
0
by: Daylor | last post by:
hi. i have app that im developing in my computer with vs.net 2003 (offcourse). now, this app is running in other computer in the local intranet. in the other computer i dont have vs.net installed...
12
by: dennist685 | last post by:
How to get an Access database on the web from my own computer I have an Access database project in inetpub/wwwroot/Access2 . I build it, and then press cntrl-F5. - I still get the development...
0
by: py | last post by:
I am trying to execute a batch script on a remote computer. The batch script looks like: @echo off start c:\python24\python.exe c:\a_script.py Here's the setup: Computer A (my computer),...
0
by: Paul Brady | last post by:
I volunteer at a youth ministry agency and help them with their student database. They have two computers, both running Windows XP. Both have Office 2002 installed without Access, except that...
2
by: subsanta | last post by:
My computer has so many problems and ive looked around on the internet and ive managed to fix some of them. I know that i have a few viruses on my computer, but i cant get rid of them, in one case i...
0
by: masalamod | last post by:
http://www.cextube.com/search.php? search=computer++languages&submit=Video+Search http://www.cextube.com/search.php? search=computer++languages&submit=Video+Search ...
0
by: Winder | last post by:
Computer Data Recovery Help 24/7 Data recovering tools and services is our focus. We will recover your data in a cost effective and efficient manner. We recover all operating systems and media....
4
by: =?Utf-8?B?Qm9iQWNoZ2lsbA==?= | last post by:
Hi, I am using Visual Studio 2003. After moving my project to a new development computer my project compiles and works on the new development computer but the program will not work when I...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.