473,394 Members | 1,887 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,394 software developers and data experts.

Compatibility between differnet .NET versions

Hi

I have tried searching around but can't seem to get a definitive answer

1. Is it possible to have .NET 1.1 and .NET 2.0 installed on the same PC and
I can then develop and deploy applications in either of theswe two versions
without fear of any cross over (e.g. a .NET2 application links to a
dependency on the .NET1 framework)...?

2. Is it possible to have SQL Server 2000 and SQL Server 2005 installed on
the same PC, again to use seperately between the two .NET versions as
detailed above.

Thanks for any help / suggestions.
Jul 17 '07 #1
4 1414
Hi,
As I understand, the 1.1 and 2.0 framework can co-exist on the same machine
at the same time.You would find following msdn links useful:
http://msdn2.microsoft.com/en-us/library/s80xxs7s.aspx
http://msdn2.microsoft.com/en-us/lib...1c(vs.71).aspx
--
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.

"Stephen Ritchie" wrote:
Hi

I have tried searching around but can't seem to get a definitive answer

1. Is it possible to have .NET 1.1 and .NET 2.0 installed on the same PC and
I can then develop and deploy applications in either of theswe two versions
without fear of any cross over (e.g. a .NET2 application links to a
dependency on the .NET1 framework)...?

2. Is it possible to have SQL Server 2000 and SQL Server 2005 installed on
the same PC, again to use seperately between the two .NET versions as
detailed above.

Thanks for any help / suggestions.
Jul 17 '07 #2
Yes, both are possible. All of the .Net versions can be installed on the
same machine, and each successive version ships with the earlier versions
included.

As for SQL Server 2000 and SQL Server 2005, each service can have a
different instance running on the same machine. If you install SQL Server
2005 after installing SQL Server 2000, it will detect the SQL Server 2000
instance and set itself up with a named instance.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"Stephen Ritchie" <St************@discussions.microsoft.comwrote in
message news:85**********************************@microsof t.com...
Hi

I have tried searching around but can't seem to get a definitive answer

1. Is it possible to have .NET 1.1 and .NET 2.0 installed on the same PC
and
I can then develop and deploy applications in either of theswe two
versions
without fear of any cross over (e.g. a .NET2 application links to a
dependency on the .NET1 framework)...?

2. Is it possible to have SQL Server 2000 and SQL Server 2005 installed on
the same PC, again to use seperately between the two .NET versions as
detailed above.

Thanks for any help / suggestions.

Jul 17 '07 #3
Cheers :)
"Kevin Spencer" wrote:
Yes, both are possible. All of the .Net versions can be installed on the
same machine, and each successive version ships with the earlier versions
included.

As for SQL Server 2000 and SQL Server 2005, each service can have a
different instance running on the same machine. If you install SQL Server
2005 after installing SQL Server 2000, it will detect the SQL Server 2000
instance and set itself up with a named instance.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"Stephen Ritchie" <St************@discussions.microsoft.comwrote in
message news:85**********************************@microsof t.com...
Hi

I have tried searching around but can't seem to get a definitive answer

1. Is it possible to have .NET 1.1 and .NET 2.0 installed on the same PC
and
I can then develop and deploy applications in either of theswe two
versions
without fear of any cross over (e.g. a .NET2 application links to a
dependency on the .NET1 framework)...?

2. Is it possible to have SQL Server 2000 and SQL Server 2005 installed on
the same PC, again to use seperately between the two .NET versions as
detailed above.

Thanks for any help / suggestions.


Jul 17 '07 #4
hmmm good.. i too know that both versions co- Exists.. But when i
tried to install .Net 2.0 in a machine which is already having 1.1..
it is trying to uninstall the previous version of .Net..
so any settings need to be changed for this one

Sk
http://dotnetscoups.blogspot.com

On Jul 17, 5:42 pm, Stephen Ritchie
<StephenRitc...@discussions.microsoft.comwrote:
Cheers :)

"Kevin Spencer" wrote:
Yes, both are possible. All of the .Net versions can be installed on the
same machine, and each successive version ships with the earlier versions
included.
As for SQL Server 2000 and SQL Server 2005, each service can have a
different instance running on the same machine. If you install SQL Server
2005 after installing SQL Server 2000, it will detect the SQL Server 2000
instance and set itself up with a named instance.
--
HTH,
Kevin Spencer
Microsoft MVP
Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
"Stephen Ritchie" <StephenRitc...@discussions.microsoft.comwrote in
messagenews:85**********************************@m icrosoft.com...
Hi
I have tried searching around but can't seem to get a definitive answer
1. Is it possible to have .NET 1.1 and .NET 2.0 installed on the same PC
and
I can then develop and deploy applications in either of theswe two
versions
without fear of any cross over (e.g. a .NET2 application links to a
dependency on the .NET1 framework)...?
2. Is it possible to have SQL Server 2000 and SQL Server 2005 installed on
the same PC, again to use seperately between the two .NET versions as
detailed above.
Thanks for any help / suggestions.- Hide quoted text -

- Show quoted text -

Jul 18 '07 #5

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

Similar topics

46
by: Jon Perez | last post by:
Can one run a 1.5 .pyc file with the 2.x version interpreters and vice versa? How about running a 2.x .pyc using a 2.y interpreter?
1
by: Jason Mobarak | last post by:
Greetings! Say that it's desirable to provide backwards compatibility for methods of an object, consider the case where... class Foo: def bar (self, a, b): pass ....is a defined class...
13
by: Derek | last post by:
As I understand it there is a good amount of link compatibility among C compilers. For example, I can compile main.c with GCC and func.c with Sun One and link the objects using either linker (GNU...
70
by: py | last post by:
I have function which takes an argument. My code needs that argument to be an iterable (something i can loop over)...so I dont care if its a list, tuple, etc. So I need a way to make sure that...
150
by: tony | last post by:
If you have any PHP scripts which will not work in the current releases due to breaks in backwards compatibility then take a look at http://www.tonymarston.net/php-mysql/bc-is-everything.html and...
2
by: Calvin KD | last post by:
Does anyone know if there's any issues involving versions of .Net Framework, Visual Studio and HTTP which might cause a compatibility problem? We currently using VS1.1 for our web apps (C#) and the...
2
by: Carlo | last post by:
I recently started in a new position, and I inherited an application written in VB6 that uses a bunch of DLLs and OCX controls. Version Compatibility is set to Binary at the project level, but since...
1
by: Simon Woods | last post by:
Hi I have a dll ('dll-X') which runs on top of (dependent upon) several other dlls. My build environment has a folder structure binaries compat-libs
17
by: osama178 | last post by:
Hi, What does it mean for an object to be binary compatible? And why aren't STL objects binary compatible? Any insights, links, resources for further reading are greatly appreciated. Thanks.
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
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
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...

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.