hopefully not a programming question...
-
I need to find an article which lists how to find out what service pack of .net framework 2.0 we have. I also need to find an article which lists all possible problems when upgrading from 2.0 to 3.5 .net framework Now I'm not asking for you to do my work for me as I have found some articles which list possible errors with upgrading but these are just peoples comments in forums. I need some solid documentation to show my manager. :-D Any help would be great, hope this doesnt get flamed! thanks
-
I need to find an article which lists how to find out what service pack of .net framework 2.0 we have. I also need to find an article which lists all possible problems when upgrading from 2.0 to 3.5 .net framework Now I'm not asking for you to do my work for me as I have found some articles which list possible errors with upgrading but these are just peoples comments in forums. I need some solid documentation to show my manager. :-D Any help would be great, hope this doesnt get flamed! thanks
-
Upgrading from 2.0 to 3.5 is painless.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 beta 1 - out now!
((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x)) -
Ah OK. Thanks for the answer. They are quite concerned at our company because when they upgraded from 1.1 to 2.0 there was loads of problems so I need to provide clear evidence there wont be any again!
That's because 2.0 was a replacement for 1.1. 3.5 builds on 2.0 - in other words, you can still continue to use 2.0 assemblies in your projects, even when the project is 3.5.
Deja View - the feeling that you've seen this post before.
-
That's because 2.0 was a replacement for 1.1. 3.5 builds on 2.0 - in other words, you can still continue to use 2.0 assemblies in your projects, even when the project is 3.5.
Deja View - the feeling that you've seen this post before.
So if I reference a 2.0 assembly in my project, then install on a machine that never had 2.0, just 3.5, it's ok?
Cheetah. Ferret. Gonads. What more can I say? - Pete O'Hanlon
-
I need to find an article which lists how to find out what service pack of .net framework 2.0 we have. I also need to find an article which lists all possible problems when upgrading from 2.0 to 3.5 .net framework Now I'm not asking for you to do my work for me as I have found some articles which list possible errors with upgrading but these are just peoples comments in forums. I need some solid documentation to show my manager. :-D Any help would be great, hope this doesnt get flamed! thanks
dir /b %SystemRoot%\microsoft.net\Framework\v?.*
-
So if I reference a 2.0 assembly in my project, then install on a machine that never had 2.0, just 3.5, it's ok?
Cheetah. Ferret. Gonads. What more can I say? - Pete O'Hanlon
3.5 is 2.0 plus the 3.0 extensions plus the 3.5 extensions. 3.0 and 3.5 only added extra libs they didn't replace the core functionality of the older ones and can't be installed on their own as a result.
Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall