VS2003 and VS2005 on the same machine (WTF)
-
I have VS 2003 and vs 2005 on the same machine with Viasual C# express 2005. Now I can not open and old asp.net(1.1 verion) in Visual 2003.WTF What the Crap- any work around. I am working on some projects on old Vs2003. MY machine is XP-Pro
Tapas Shome System Software Engineer Keen Computer Solutions 1408 Erin Street Winnipeg, Manitoba Canada R3E 2S8 www.keencomputer.com
-
I have VS 2003 and vs 2005 on the same machine with Viasual C# express 2005. Now I can not open and old asp.net(1.1 verion) in Visual 2003.WTF What the Crap- any work around. I am working on some projects on old Vs2003. MY machine is XP-Pro
Tapas Shome System Software Engineer Keen Computer Solutions 1408 Erin Street Winnipeg, Manitoba Canada R3E 2S8 www.keencomputer.com
You'd probably need to set the ASP.NET version for the virtual folder.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*) -
You'd probably need to set the ASP.NET version for the virtual folder.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)Any pointes on that.
Tapas Shome System Software Engineer Keen Computer Solutions 1408 Erin Street Winnipeg, Manitoba Canada R3E 2S8 www.keencomputer.com
-
Any pointes on that.
Tapas Shome System Software Engineer Keen Computer Solutions 1408 Erin Street Winnipeg, Manitoba Canada R3E 2S8 www.keencomputer.com
As Nish said, you should try going to the virtual server in IIS that's hosting your ASP.NET application and make sure that it's set to use version 1.1 (you should have an ASP.NET tab with a dropdown for both 1.1.4322 and 2.0.50727). If that doesn't work you could try re-registering ASP.NET 1.1 via the aspnet_regiis.exe utility found in C:\Windows\Microsoft.NET\Framework\v1.1.4322 (aspnet_regiis.exe -i).
-
As Nish said, you should try going to the virtual server in IIS that's hosting your ASP.NET application and make sure that it's set to use version 1.1 (you should have an ASP.NET tab with a dropdown for both 1.1.4322 and 2.0.50727). If that doesn't work you could try re-registering ASP.NET 1.1 via the aspnet_regiis.exe utility found in C:\Windows\Microsoft.NET\Framework\v1.1.4322 (aspnet_regiis.exe -i).
Thanks, I will try that later
Tapas Shome System Software Engineer Keen Computer Solutions 1408 Erin Street Winnipeg, Manitoba Canada R3E 2S8 www.keencomputer.com
-
I have VS 2003 and vs 2005 on the same machine with Viasual C# express 2005. Now I can not open and old asp.net(1.1 verion) in Visual 2003.WTF What the Crap- any work around. I am working on some projects on old Vs2003. MY machine is XP-Pro
Tapas Shome System Software Engineer Keen Computer Solutions 1408 Erin Street Winnipeg, Manitoba Canada R3E 2S8 www.keencomputer.com
Every version of .NET has a folder in a Windows subdirectory. In there is a program called aspnet_regiis. Run that with the -i option for the version you want to run, I'd set shortcuts for both on your desktop.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Every version of .NET has a folder in a Windows subdirectory. In there is a program called aspnet_regiis. Run that with the -i option for the version you want to run, I'd set shortcuts for both on your desktop.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
I will try that in 2-4 hours, thanks for the help.
Tapas Shome System Software Engineer Keen Computer Solutions 1408 Erin Street Winnipeg, Manitoba Canada R3E 2S8 www.keencomputer.com
-
I will try that in 2-4 hours, thanks for the help.
Tapas Shome System Software Engineer Keen Computer Solutions 1408 Erin Street Winnipeg, Manitoba Canada R3E 2S8 www.keencomputer.com
No worries. This is kind of an ASP.NET question, so if you have any other questions, ask them in that forum.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
No worries. This is kind of an ASP.NET question, so if you have any other questions, ask them in that forum.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Thanks every body, it is working.
Tapas Shome System Software Engineer Keen Computer Solutions 1408 Erin Street Winnipeg, Manitoba Canada R3E 2S8 www.keencomputer.com