I am attempting to run an existing WPF application on Windows 8 Consumer preview, and I keep getting the error:
System.Security.VerificationException
This application has worked on countless Windows 7, and Windows 8 Dev preview editions with no errors. No changes were made to the code, yet it now crashes on Windows 8 Consumer editions consistantly.
I have searched on the error message itself, and there is no information there. It looks like the 3rd party controls might not be getting approved to run? The stack is pointing to Visifire.Charts.Chart.ctor()
Any ideas?