bungpeng Posted June 13, 2003 Posted June 13, 2003 Is there any problem is I install .NET Framework 1.1, but I am using VS.NET 2002? Will VS.NET 2002 target to this 1.1 Framework? It look like Yes and No... Where can I find detail information of it? In a development team, can I mix both VS.NET 2002 and 2003, but develop same project? Any problem? TQ Quote
a_jam_sandwich Posted June 13, 2003 Posted June 13, 2003 You should be very able to have both frameworks installed at the same time stuff complied in 2002 with continue to use the 1.0 framework unless you specify otherwise with a .config file Andy Quote Code today gone tomorrow!
*Gurus* divil Posted June 13, 2003 *Gurus* Posted June 13, 2003 The .NET 1.1 framework shouldn't affect VS.NET 2002 when it's installed, but if you want to compile stuff with it you'll have to use the command-line tools if you don't have VS.NET 2003. The project file formats for 2002 and 2003 are different, so once one has been opened in 2003 it cannot be read in 2002. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
bungpeng Posted June 14, 2003 Author Posted June 14, 2003 You mean if I do not use Command-line tools, I can't compile it with .NET 1.1? But if there are error message, VS.NET 2002 still show .NET 1.1xxxx... I thought it still will target 1.1? Quote
*Experts* mutant Posted June 14, 2003 *Experts* Posted June 14, 2003 You cant compile Framework 1.1 with VS 2002. You need VS 2003 or use command line compilers. Considering the price you should get yourself that special upgrade for 29$ :) Quote
a_jam_sandwich Posted June 14, 2003 Posted June 14, 2003 A small but great investment :) Andy Quote Code today gone tomorrow!
*Experts* mutant Posted June 14, 2003 *Experts* Posted June 14, 2003 Framework has been improved, more classes, IDE is better, you can write apps for mobile easily, and things like that :) It is a good investment. Quote
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.