.net 2003 & .net 2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to work in both .net 2003 & .net 2005 on the same machine until all
applications in .net 2003 are converted to .net 2005 has anyone experienced
any problems doing this?
 
Hello 2005Newbie,

What is your problem?
The most significant changes will be with ASP.net projects, windows once
is being affected less

2> I need to work in both .net 2003 & .net 2005 on the same machine
2> until all applications in .net 2003 are converted to .net 2005 has
2> anyone experienced any problems doing this?
2>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
I was asking before I tried it. I have already installed 2005 but now I
need to install 2003 and was trying to find out if it would work before I
break stuff.
 
Hello 2005Newbie,

just install 2003, there is no problem to have them both

2> I was asking before I tried it. I have already installed 2005 but
2> now I need to install 2003 and was trying to find out if it would
2> work before I break stuff.
2>
2> "Michael Nemtsev" wrote:
2>---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
I've developed webapps with 2003 and 2005 concurrently. The only issue
is that and IIS website can only have one version of ASP.NET installed.
It must be 1.1 for visual studio 2003 to work, because it;s closely
tied with IIS. This isn't a problem for 2005 with the file system web
site feature.
 
Hello Michael,

You need manually set required version of ASP.NET for each virtualFolder
in IIS (see properties, on the last tab u can choose ASP.net version)

MH> I've developed webapps with 2003 and 2005 concurrently. The only
MH> issue
MH> is that and IIS website can only have one version of ASP.NET
MH> installed.
MH> It must be 1.1 for visual studio 2003 to work, because it;s closely
MH> tied with IIS. This isn't a problem for 2005 with the file system
MH> web
MH> site feature.
MH>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top