Problems upgrading to from 1.0 -> 1.1
-
Ok guys, I've been wrestling with this for a while now and am not getting anywhere. I just can't get MS Visual Studio to recognize my 1.1 .NET SDK update. I'm on a win 2K machine and have VS .NET professional installed (which installs the 1.0 SDK be default). When I try installing the 1.1 SDK over the 1.0, VS .NET doesn't recognize the update. It says (under help->About Microsoft Development Environment) that I have the 1.0 framework installed. I get no errors when installing the 1.1 SDK, and am installing the 1.1 runtimes first, before the sdk. Ive tried uninstalling 1.0 SDK, and then reinstalling 1.1. When I did this MS Visual Studio gives me errors and says I need to reinstall VS. Any ideas? At the very least can someone give me the order in which I should install/uninstall everything? I may end up just moving to a different/fresh machine and starting over. Thanks for any help Dave Ratti
-
Ok guys, I've been wrestling with this for a while now and am not getting anywhere. I just can't get MS Visual Studio to recognize my 1.1 .NET SDK update. I'm on a win 2K machine and have VS .NET professional installed (which installs the 1.0 SDK be default). When I try installing the 1.1 SDK over the 1.0, VS .NET doesn't recognize the update. It says (under help->About Microsoft Development Environment) that I have the 1.0 framework installed. I get no errors when installing the 1.1 SDK, and am installing the 1.1 runtimes first, before the sdk. Ive tried uninstalling 1.0 SDK, and then reinstalling 1.1. When I did this MS Visual Studio gives me errors and says I need to reinstall VS. Any ideas? At the very least can someone give me the order in which I should install/uninstall everything? I may end up just moving to a different/fresh machine and starting over. Thanks for any help Dave Ratti
Are you using Visual Studio 2002? Visual Studio 2002 only targets NET 1.0 .You can not use the .NET 1.1 from within Visual Studio 2002. To build a .NET 1.1 App you have two options: 1. Use Visual Studio to write and organize your files and then use the command line compiler on the 1.1 SDK folder to build your app (but remember that NET 1.1 introduces some code-breaking changes to NET 1.0) 2. Upgrade to Visual Studio 2003
-
Are you using Visual Studio 2002? Visual Studio 2002 only targets NET 1.0 .You can not use the .NET 1.1 from within Visual Studio 2002. To build a .NET 1.1 App you have two options: 1. Use Visual Studio to write and organize your files and then use the command line compiler on the 1.1 SDK folder to build your app (but remember that NET 1.1 introduces some code-breaking changes to NET 1.0) 2. Upgrade to Visual Studio 2003
-
I heard it was $29 for all non academic versions... and dont worry, I have not seen any breaking between compiling for each other, then again I dont touch a DB if u even paid me. leppie::AllocCPArticle(Generic DFA State Machine for .NET);