Wrox Programmer Forums
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 11th, 2003, 08:24 AM
Registered User
 
Join Date: Sep 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default .NET Framework v1.1

Hello,

Is it possible for Visual Studio .NET 2002 to work with .NET Framework v1.1?
I know it comes with .NET Framework v1.0. I unistalled it, and installed v1.1 instead. Now VS can't find the compilers and the libraries. Is there anyway to fix that problem? Or VS 20002 can cooperate only with the 1st version of the Framwork?

Any answers wil be very appreciated.
 
Old September 11th, 2003, 09:56 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

I don't think you can tell VS 2002 to work with Framework v1.1. I just looked around VS 2002 and found nothing, also been looking on MSDN site and haven't seen anything else.

Here's the thing however. I just discovered something interesting yesterday. I have both framework 1.0 and 1.1 on my development machine. I also have VS 2002 and 2003. When framework 1.1 gets installed, it configures IIS to run all ASP.Net applications against framework 1.1. So even though I'm developing and compiling in framework 1.0, the ASP.Net applications are running on 1.1 without a problem. If I put in 1.1 specific code I would get design-time errors. If I put in forward-INcompatible code in my application I would get run-time failures.

Regarding non-ASP.Net applications, I have read that when you have both frameworks installed, .Net will figure out if your application can run on 1.1 (app is forward compatible). If it can, it does. If not, it reverts back to 1.0. This is of course a problem for you because you removed 1.0.

Question for you is: Why install 1.1 if you aren't developing in VS 2003 yet? Or more importantly, why remove 1.0 seeing as you can't run VS 2002 on framework 1.1? (But I guess you didn't know that until you uninstalled it! :))
 
Old September 11th, 2003, 05:12 PM
Registered User
 
Join Date: Sep 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks a lot! I searched in Microsoft's Visual Studio Newsgroups and found out that indeed VS 2002 can be used only with V1.0, as VS 2003 can be used only with v1.1 So I re-installed v1.0.

Never mind, I can use v1.1 by compiling from the console.
 
Old September 17th, 2003, 10:18 PM
Registered User
 
Join Date: Sep 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Marco.net Send a message via MSN to Marco.net
Default

Framework 1,1 has much change in security is having that to study some many errors

Marco Aurelio - São Paulo/SP/Brazil
DotNet Programmer





Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual Studio .NET 2003 with .NET 2 Framework testsubject VS.NET 2002/2003 1 July 27th, 2006 03:25 PM
running .net apps w/o installing .net framework connect2sandep General .NET 2 June 24th, 2005 04:45 AM
not able to uninstall .net 2003 v1.1 maniaug81 .NET Web Services 0 February 17th, 2005 04:36 AM
COM+ component - unauthorized access on V1.1 .NET jdmc C# 1 September 29th, 2003 09:51 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.