NetFx40_LegacySecurityPolicy in design-time mode

Posted by Ilya on Stack Overflow See other posts from Stack Overflow or by Ilya
Published on 2010-04-14T11:56:39Z Indexed on 2010/04/17 2:43 UTC
Read the original article Hit count: 1240

Hi,

Is there any way to make legacy design-time code execute with NetFx40_LegacySecurityPolicy switched on?

More spicificaly, is there any way to make DevExpress 8.2 winforms designer work in VisualStudio 2010?

I got errors due to this issue and found no help about design-time mode, just about run-time:

<runtime>
  <NetFx40_LegacySecurityPolicy enabled="true"/>
</runtime>

How should I fix problems with winforms designer?

© Stack Overflow or respective owner

Related posts about security-policy

Related posts about devexpress