I have read the list of breaking changes listed at Application Compatibility in the .NET Framework 4.5. It seems like the biggest issue with migrating a .NET 4.0 application to .NET 4.5 would be that a .NET 4.5 application can't run on XP. If I can be assured that this will never be necessary, what are the biggest concerns in migrating a distributed application from .NET 4.0 to .NET 4.5 ? Are any of the listed issues more significant than they appear to be?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not constructive by Hans Passant, Tichodroma, WATTO Studios, Kris, dove Oct 17 '12 at 11:22
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
It's usually risky to migrate a an app even when there are no known compatibility issues. In this case when there are known breaking changes I would avoid the migration. A simple test won't reveal specific cases where the application could behave differently. |
|||||||
|