I use in work VS2010, and as a test for moving forward I install VS2012.
After this step all projects which were correct before stops working (already compiled, or still builded by VS2010).
Dozen of places rises an exception: System.Security.VerificationException. This exception also goes from library on .NET 3.5 or .NET 4. It rises an exception in XAMLs InitializeComponents, etc.
What is it? Why installation of new framework breaks all exisiting projects?
How to solve it without erasing VS2012 and .NET 4.5?
Thanks for suggestions.