by BradA via Brad Abrams on 8/2/2006 7:10:33 PM
A customer recently asked a set of questions about .NET Framework deployment that I suspect are very common across corporation today. I thought these might help some of you... Let me know what other questions you have, or better yet, what other resources you have found!
Yes... there are a few known and documented breaking changes, but my and large apps just work after a bit of testing..
Technically, no.. There is a config file way to make a 1.1 app run on 2.0... in fact if only 2.0 is installed all 1.1 apps run on 2.0.. But if you can recompile on 2.0 and more importantly at least smoke-test the app on 2.0, it is a good idea to do that...
Yes, users can do this, but the recommendation is to keep the version of the .NET Framework that the app was built and tested against...
See the MSDN docs for a discussion about Side by Side and deployment.
Yes, we provide a “system” .NET Framework with each OS version... For example, Windows Server 2003 ships with .NET Framework 1.1 and Vista ships .NET Framework 2.0 and .NET Framework 3.0..
Original Post: .NET Framework Deployment Questions
The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.