473,748 Members | 8,367 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET 2.0 + VS 2005 running side by side with 1.x and 2003

We have VS.NET 2003, .NET 1.1, and SQL Server 2000 installed locally on each
of our developer workstations. We will need to keep these tools installed
for maintaining old applications, but intend on developing new applications
using ASP.NET 2.0, VS 2005, and SQL Server 2005. Are there any barriers in
running these products side by side assuming we wait to install the live
versions released in a couple weeks?

Thanks in advance.

Mark
Nov 19 '05 #1
5 1156
YEs you can..its called Side-by-side.

Refer Framework setup options for more details
http://msdn.microsoft.com/library/de...tml/vs03f6.asp

Maheshkumar.R
http://spaces.msn.com/members/cyberiafreak

"Mark" <ma**@nojunkmai l.com> wrote in message
news:ep******** ******@TK2MSFTN GP10.phx.gbl...
We have VS.NET 2003, .NET 1.1, and SQL Server 2000 installed locally on each of our developer workstations. We will need to keep these tools installed
for maintaining old applications, but intend on developing new applications using ASP.NET 2.0, VS 2005, and SQL Server 2005. Are there any barriers in running these products side by side assuming we wait to install the live
versions released in a couple weeks?

Thanks in advance.

Mark

Nov 19 '05 #2
The article you posted was specific to .NET 1.0 and .NET 1.1. Is there any
documentation related to these older versions working with the new? I would
hope and assume that it will work, but wanted to see it in print for
planning purposes.

Thanks again.

Mark
"¿ Mahesh Kumar" <cy**********@g mail.com> wrote in message
news:uF******** ******@TK2MSFTN GP10.phx.gbl...
YEs you can..its called Side-by-side.

Refer Framework setup options for more details
http://msdn.microsoft.com/library/de...tml/vs03f6.asp

Maheshkumar.R
http://spaces.msn.com/members/cyberiafreak

"Mark" <ma**@nojunkmai l.com> wrote in message
news:ep******** ******@TK2MSFTN GP10.phx.gbl...
We have VS.NET 2003, .NET 1.1, and SQL Server 2000 installed locally on

each
of our developer workstations. We will need to keep these tools
installed
for maintaining old applications, but intend on developing new

applications
using ASP.NET 2.0, VS 2005, and SQL Server 2005. Are there any barriers

in
running these products side by side assuming we wait to install the live
versions released in a couple weeks?

Thanks in advance.

Mark


Nov 19 '05 #3
re:
Are there any barriers in running these products side by side
Barriers ? No. You can run them all side by side.

Buggy stuff ?

The only one I know of is that when you remove SQL Server Express 2005 ,
you lose SQL Server 2000's client tools and must reinstall them, but no
functionality is lost other than that. Reinstalling the client tools fixes that.

See http://www.aspfaq.com/sql2005/show.asp?id=4

I know you can't connect from SQL Server 2000 to SQL 2005,
but you can connect in the opposite direction.

You might want to ask in the SQL Server Beta newsgroups.

Instructions for accessing them are at :
http://communities.microsoft.com/new...elcomePage.htm

Notice that even though the group's names are marked "private", the username
and password are at that public page, so they're really public and not private.

Note : those beta newsgroups will probably disappear when
the products are shipped [ week of Nov. 7, so hurry up... ;-) ]


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Mark" <ma**@nojunkmai l.com> wrote in message
news:ep******** ******@TK2MSFTN GP10.phx.gbl... We have VS.NET 2003, .NET 1.1, and SQL Server 2000 installed locally on each of our
developer workstations. We will need to keep these tools installed for maintaining old
applications, but intend on developing new applications using ASP.NET 2.0, VS 2005, and
SQL Server 2005. Are there any barriers in running these products side by side assuming
we wait to install the live versions released in a couple weeks?

Thanks in advance.

Mark

Nov 19 '05 #4
Post it in (1) microsoft.publi c.dotnet.framew ork - right place for this right question.
also check it in (2) http://msdn.microsoft.com/netframework/

Even i dont find anything related to new version. I'hve checked in .NET Framework Knowledge Base Articles.

Meanwhile i'll check..

~Mahesh

"Mark" <ma**@nojunkmai l.com> wrote in message news:uM******** *****@TK2MSFTNG P15.phx.gbl...
The article you posted was specific to .NET 1.0 and .NET 1.1. Is there any
documentation related to these older versions working with the new? I would
hope and assume that it will work, but wanted to see it in print for
planning purposes.

Thanks again.

Mark


"¿ Mahesh Kumar" <cy**********@g mail.com> wrote in message
news:uF******** ******@TK2MSFTN GP10.phx.gbl...
YEs you can..its called Side-by-side.

Refer Framework setup options for more details
http://msdn.microsoft.com/library/de...tml/vs03f6.asp

Maheshkumar.R
http://spaces.msn.com/members/cyberiafreak

"Mark" <ma**@nojunkmai l.com> wrote in message
news:ep******** ******@TK2MSFTN GP10.phx.gbl...
We have VS.NET 2003, .NET 1.1, and SQL Server 2000 installed locally on

each
of our developer workstations. We will need to keep these tools
installed
for maintaining old applications, but intend on developing new

applications
using ASP.NET 2.0, VS 2005, and SQL Server 2005. Are there any barriers

in
running these products side by side assuming we wait to install the live
versions released in a couple weeks?

Thanks in advance.

Mark




Nov 19 '05 #5
Don't waste too much time checking.

ASP.NET 1.1/VS.NET 2003 and ASP.NET 2.0/VS.NET 2005
coexist happily in the same boot partition.

The .net framework 1.1 and vs.net 2003 have to be
installed before installing .net 2.0 and vs.net 2005, though.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"¿ Mahesh Kumar" <cy**********@g mail.com> wrote in message
news:Oa******** ******@TK2MSFTN GP15.phx.gbl...
Post it in (1) microsoft.publi c.dotnet.framew ork - right place for this right question.
also check it in (2) http://msdn.microsoft.com/netframework/

Even i dont find anything related to new version. I'hve checked in .NET Framework
Knowledge Base Articles.

Meanwhile i'll check..

~Mahesh

"Mark" <ma**@nojunkmai l.com> wrote in message news:uM******** *****@TK2MSFTNG P15.phx.gbl...
The article you posted was specific to .NET 1.0 and .NET 1.1. Is there any
documentation related to these older versions working with the new? I would
hope and assume that it will work, but wanted to see it in print for
planning purposes.

Thanks again.

Mark
"¿ Mahesh Kumar" <cy**********@g mail.com> wrote in message
news:uF******** ******@TK2MSFTN GP10.phx.gbl...
YEs you can..its called Side-by-side.

Refer Framework setup options for more details
http://msdn.microsoft.com/library/de...tml/vs03f6.asp

Maheshkumar.R
http://spaces.msn.com/members/cyberiafreak

"Mark" <ma**@nojunkmai l.com> wrote in message
news:ep******** ******@TK2MSFTN GP10.phx.gbl...
We have VS.NET 2003, .NET 1.1, and SQL Server 2000 installed locally on

each
of our developer workstations. We will need to keep these tools
installed
for maintaining old applications, but intend on developing new

applications
using ASP.NET 2.0, VS 2005, and SQL Server 2005. Are there any barriers

in
running these products side by side assuming we wait to install the live
versions released in a couple weeks?

Thanks in advance.

Mark



Nov 19 '05 #6

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

Similar topics

2
1067
by: wl | last post by:
Hi, I'm currently useing VS.NET 2003 (and thus framework 1.1) but I now have the VS 2005 beta. Has anyone installed both side by side without problems ? I would hate to have problems with my running VS.NET 2003 (and ASP.NET pages) because I want to play around with a beta. Any comment/experience is welcome !
3
2314
by: Shapper | last post by:
Hello, I am starting 2 new projects to deliver in January 2006. I want to create them in Asp.Net 2.0 using Visual Studio 2005. All my clients web sites are Visual Studio 2003 projects in Asp.Net 1.1 / VB.NET. These web sites use Access Databases and NOT Microsoft SQL 2000. In the future I will need to make a few changes now and then to this web sites.
2
1040
by: Jack Richardson | last post by:
I am wondering if there is a way to install VS 2005 to run side by side with VS 2003. I would like to begin development using 2005, but do not want to disrupt my current development projects in 2003. I am thinking that 2005 will maintain compatability with earlier VS versions, but I don't want any surprises. Thanks In Advance, J
3
1081
by: Rene | last post by:
I just got my copy of VS 2005 and getting ready to install it but I am not sure if the installation of VS 2005 is going to override my 2003 installation. Ideally, I would like to have the two versions running at the same time and slowly upgrade my 2003 apps to 2005. Anybody knows if by installing the VS 2005 will erase my 2003 version? One more thing, I *upgrading*, this is not a full version of VS 2005 which is why I am afraid it...
10
1108
by: Shane Story | last post by:
Is 2005 worth the upgrade? Some time ago, I read it was really slow. Is this true? Any thoughts would be appreciated. Also, how easy is it to upgrade from 2003 app to 2005? Does it break everything in typical, MS "Sorry, that's your problem" style? Thanks, Shane
9
2754
by: wandii | last post by:
Hi, I have written couple of projects which include several crystal reports in VS.net 2003 (VB.Net) and company would like to move to VS 2005. What does it take to convert to Visual Studio.Net 2005? Can the 2003 project just be opened up in 2005? Will that convert it. The interface for 2005 very different from 2003. I got the VS 2005 professional edition - can 2003 and 2005
6
3253
by: donet programmer | last post by:
I have an app that I created in ASP.NET 1.1 using VS.NET 2003. Does anybody know if its possible to compile this application using VS.NET 2005 in .NET 1.1 ( I don't want to compile on .NET 2.0 since my company's web servers are still running .NET 1.1). Thanks
5
1372
by: =?Utf-8?B?bWFyaw==?= | last post by:
I have been using VS 2005 since its introduction. Prior to that I used VS 2003...For Windows Applications Programming. Recently, I had need to develop a simple web form application which I did in VS 2005. Then I tried to deploy it on a server that was running ASP.NET1.1 and not ASP.NET 2.0. It would not run. I was informed that it could not be made to run. I tried several hacks and work-arounds and failed.
1
1294
by: =?Utf-8?B?QU1lcmNlcg==?= | last post by:
I've upgraded from VS 2003 to VS 2005. I can run VS 2003 and VS 2005 side by side with one problem. With VS 2003, the Office XP EULA now pops up and I have to accept it or VS 2003 will shut down. Prior to installing VS 2005, I never got the EULA when running VS 2003. I dont get the EULA with VS 2005. It appears that the 2005 upgrade and subsequent automatic updates created this problem. I've searched and I have found a registry...
0
9530
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
9363
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...
0
9238
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8237
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6793
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
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4593
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...
0
4864
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2775
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.