472,779 Members | 1,989 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

dotnet framework 2.0

If I download the 2005 beta express versions and install them, will the .NET
framework 2.0 (beta) replace the existing 1.1 (non-beta) that's on my
machine? What I mean is will I have two versions side by side - i.e. is the
beta marked as 'this version is not allowed to replace an existing one' but
a non-beta isn't marked with that, is what I'm trying to get at.

And if 1.1 is installed over the top of 1.0, then does it replace it, and if
so, does an application developed with 1.0 still run against 1.1? When 2.0
(non-beta) is out, will it then replace 1.1 and will 1.1 applications still
run against it?

Thanks
Nov 16 '05 #1
7 1329
Bonj,

No, they will not replace each other. The versions of the framework
(even the betas) all have different version ids, and run side-by-side.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Bonj" <benjtaylor at hotpop d0t com> wrote in message
news:ef**************@TK2MSFTNGP11.phx.gbl...
If I download the 2005 beta express versions and install them, will the
.NET framework 2.0 (beta) replace the existing 1.1 (non-beta) that's on my
machine? What I mean is will I have two versions side by side - i.e. is
the beta marked as 'this version is not allowed to replace an existing
one' but a non-beta isn't marked with that, is what I'm trying to get at.

And if 1.1 is installed over the top of 1.0, then does it replace it, and
if so, does an application developed with 1.0 still run against 1.1? When
2.0 (non-beta) is out, will it then replace 1.1 and will 1.1 applications
still run against it?

Thanks

Nov 16 '05 #2
Wes
Hello Bonj

No they will work fine side-by-side. I have been running C# Express for a few months along with VS 2003 and I have been doing development in both with no problems.

HTH
Wes Haggard
http://weblogs.asp.net/whaggard/

If I download the 2005 beta express versions and install them, will
the .NET framework 2.0 (beta) replace the existing 1.1 (non-beta)
that's on my machine? What I mean is will I have two versions side by
side - i.e. is the beta marked as 'this version is not allowed to
replace an existing one' but a non-beta isn't marked with that, is
what I'm trying to get at.

And if 1.1 is installed over the top of 1.0, then does it replace it,
and if so, does an application developed with 1.0 still run against
1.1? When 2.0 (non-beta) is out, will it then replace 1.1 and will
1.1 applications still run against it?

Thanks


Nov 16 '05 #3
So if I take an application developed against 1.0 and run it on a computer
that has already got 1.1, but don't install 1.0 aswell, will the app still
run?
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:uZ**************@TK2MSFTNGP12.phx.gbl...
Bonj,

No, they will not replace each other. The versions of the framework
(even the betas) all have different version ids, and run side-by-side.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Bonj" <benjtaylor at hotpop d0t com> wrote in message
news:ef**************@TK2MSFTNGP11.phx.gbl...
If I download the 2005 beta express versions and install them, will the
.NET framework 2.0 (beta) replace the existing 1.1 (non-beta) that's on
my machine? What I mean is will I have two versions side by side - i.e.
is the beta marked as 'this version is not allowed to replace an existing
one' but a non-beta isn't marked with that, is what I'm trying to get at.

And if 1.1 is installed over the top of 1.0, then does it replace it, and
if so, does an application developed with 1.0 still run against 1.1? When
2.0 (non-beta) is out, will it then replace 1.1 and will 1.1 applications
still run against it?

Thanks


Nov 16 '05 #4
I believe you need 1.0 installed to run a 1.0 developed app.

--
"SpongeBob SquarePants"
"Who lives in a pineapple under the sea?"

Small Note: If you want to learn how to fix/do something, I'll point you to
it, but if you want me to do your work for you, it will cost you $50 USD per
hour - your choice.

"Bonj" <benjtaylor at hotpop d0t com> wrote in message
news:Oo*************@TK2MSFTNGP12.phx.gbl...
So if I take an application developed against 1.0 and run it on a computer
that has already got 1.1, but don't install 1.0 aswell, will the app still
run?
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote
in message news:uZ**************@TK2MSFTNGP12.phx.gbl...
Bonj,

No, they will not replace each other. The versions of the framework
(even the betas) all have different version ids, and run side-by-side.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Bonj" <benjtaylor at hotpop d0t com> wrote in message
news:ef**************@TK2MSFTNGP11.phx.gbl...
If I download the 2005 beta express versions and install them, will the
.NET framework 2.0 (beta) replace the existing 1.1 (non-beta) that's on
my machine? What I mean is will I have two versions side by side - i.e.
is the beta marked as 'this version is not allowed to replace an
existing one' but a non-beta isn't marked with that, is what I'm trying
to get at.

And if 1.1 is installed over the top of 1.0, then does it replace it,
and if so, does an application developed with 1.0 still run against 1.1?
When 2.0 (non-beta) is out, will it then replace 1.1 and will 1.1
applications still run against it?

Thanks



Nov 16 '05 #5
should just work

"Bonj" <benjtaylor at hotpop d0t com> wrote in message
news:Oo*************@TK2MSFTNGP12.phx.gbl...
So if I take an application developed against 1.0 and run it on a computer
that has already got 1.1, but don't install 1.0 aswell, will the app still
run?
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in message news:uZ**************@TK2MSFTNGP12.phx.gbl...
Bonj,

No, they will not replace each other. The versions of the framework
(even the betas) all have different version ids, and run side-by-side.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Bonj" <benjtaylor at hotpop d0t com> wrote in message
news:ef**************@TK2MSFTNGP11.phx.gbl...
If I download the 2005 beta express versions and install them, will the
.NET framework 2.0 (beta) replace the existing 1.1 (non-beta) that's on
my machine? What I mean is will I have two versions side by side - i.e.
is the beta marked as 'this version is not allowed to replace an existing one' but a non-beta isn't marked with that, is what I'm trying to get at.
And if 1.1 is installed over the top of 1.0, then does it replace it, and if so, does an application developed with 1.0 still run against 1.1? When 2.0 (non-beta) is out, will it then replace 1.1 and will 1.1 applications still run against it?

Thanks



Nov 16 '05 #6
Anybody else to have the decider? It's one a-piece...


Nov 16 '05 #7
Bonj wrote:
Anybody else to have the decider? It's one a-piece...


A 1.0 app should work with the 1.1 or 2.0 runtime. YMMV. Just as as app
designed for Windows 95 should normally run on XP, sometimes it doesn't.

-cd
Nov 16 '05 #8

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

Similar topics

1
by: Alex | last post by:
Dear colleagues I am going to deploy dotnet framework in our company. For this I need to do a risk assessment of dotnet framework. Thus I have following question: Is there an available risk...
0
by: Carlos Eduardo Peralta | last post by:
Hello dotnet friends: I want to know if there is a way to install a dotnet application with the dotnet framework and the mdac packs that verify if any of that last 2 are install in the system. I...
0
by: Helge Jensen | last post by:
Having posted in microsoft.public.dotnet.framework.sdk and microsoft.public.dotnet.framework.wmi without receiving any response, I posthere on the off-chance that someone who isn't following those...
6
by: varkey.mathew | last post by:
Dear all, Bear with me, a poor newbie(atleast in AD).. I have to authenticate a user ID and password for a user as a valid Active Directory user or not. I have created the IsAuthenticated...
3
by: Rich | last post by:
Hello, I created a small dotnet exe on a workstation with VS.Net. When I tried loading this app on another workstation (win2k), an error message said I was missing some dll. If I load the...
3
by: Rena | last post by:
Hi all, 1. My application with launch condition checking the client PC has .net framework 1.1.4322, but i have tried that if there are .net 2.0 installed it seems not work well as expected....
1
by: Mark Sandfox | last post by:
I am running a 2003 webserver that has DotNet 1.1 installed. I have tried several times to install DotNet FrameWork 2.0 and the SDK. Although the programs are there they are not recognized by the...
9
by: Jim | last post by:
With .net having been around for a while now, does anyone know what the uptake of major software houses is in using .net for Windows Application development? e.g. have the likes of Adobe, MS,...
21
by: Edward | last post by:
Hi All, I feel frustrated with one of my Customers who wants me to ensure that a dotnet web site I am building for them must be compatible to Apple's Safari browser! Safari is buggy and it...
3
by: Chuck | last post by:
Hello, Does Dotnet 2.0 Framework still have the security hole that Dotnet 1.1 Framework had regarding HTTP-Post method for web services? TIA
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

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.