Upgrading from the beta
-
I have VS.NET Beta 2 installed on my machine, I have to demo some stuff tomorrow so it is imperative that everything I wrote using Beta 2 remains intact but I want to install the official release of the framework from the Microsoft Windowsupdate site. Will installing the official release tear up all the stuff I wrote using the Beta? Will the Beta 2 VS.NET work with an updated framework on my laptop? *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
-
I have VS.NET Beta 2 installed on my machine, I have to demo some stuff tomorrow so it is imperative that everything I wrote using Beta 2 remains intact but I want to install the official release of the framework from the Microsoft Windowsupdate site. Will installing the official release tear up all the stuff I wrote using the Beta? Will the Beta 2 VS.NET work with an updated framework on my laptop? *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
afronaut wrote: Will installing the official release tear up all the stuff I wrote using the Beta? Yes, the final release is not backwards compatible with the beta's (ie Beta 2 and any other version of the framework cannot co-exist on the same computer). There were some API changes between Beta 2 and the final version so your code would probably not even compile without changes. James