I have someone else\'s WPF-based .NET 3.5 app that I\'m attempting to update to .NET 4.5. The code ran fine under .NET 3.5, and I\'m running Visual Studio 2013 Express on Wi
One (not very educational) workaround would be to start a new 4.5 project, and copy-paste the relevant pieces of code from the old one.