I use VS2010 in my work, and as a test for moving forward, I install VS2012.
After this step, all the projects that were correct stopped working (already compiled or still built VS2010).
Dozens of places throw an exception: System.Security.VerificationException. This exception also comes from the .NET 3.5 or .NET 4 library. It throws an exception in the XAML InitializeComponents, etc.
What is it? Why does installing a new structure violate all existing projects?
How to solve the problem without erasing VS2012 and .NET 4.5?
Thanks for the suggestions.
source share