.net - Silverlight System.Security.VerifictionException after Branching in VS -


i verificationexception after branching solution. folderstructure ordered this:

 - dev  - -- main  - releases  - -- v1.x.x  - -- ... 

if build & start solution in dev/main branch works fine. after branching solution in release/v.1.x.x , starting here get:

system.security.verificatonexception: operation destabilize runtime. 

i have read kinds of posts dealing exception nothing helped.

some background information: .net 4.0, visualstudio2012, silverlight 5, infragistics library

i found problem. nevertheless thank research.

in main application there 2 silverlight applications refers assembly system.windows.interactivity in 2 different paths 2 different versions. :(


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -