OnTheAnvil Posted December 11, 2004 Posted December 11, 2004 I have Visual Studio 2002 and for a long time I've been running it with .Net 1.0. I finally installed .Net 1.1 but Visual Studio is still compiling (as far as I can tell) with .Net 1.0. I there something I need to do to tell Visual Studio to run with 1.1 or do I need to buy 2003 or something more drastic. Thanks, OnTheAnvil Quote
Administrators PlausiblyDamp Posted December 11, 2004 Administrators Posted December 11, 2004 VS 2002 compiles against the 1.0 framework, 2003 against the 1.1 framework. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
OnTheAnvil Posted December 11, 2004 Author Posted December 11, 2004 Thats what I was worried about. Thanks for the reply. Quote
donnacha Posted December 12, 2004 Posted December 12, 2004 It is not possible to change the version it is compiled with, but I think it is ok to run on version 1.1 as it will fallback internally. Quote Hamlet
rustyd Posted December 14, 2004 Posted December 14, 2004 Add a config file to your application directory Here is a link to a previous post about using the 1.1 framework. http://www.xtremedotnettalk.com/showthread.php?t=86640 Quote rustyd
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.