Removed the LegacySecurityPolicy, this prevents the application to be started from a networking share, also makes it slower. The Bug where this was reported is #3528518

Need to check if there are any negative side-effects, wouldn't have added this without reason.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1953 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-07-18 13:01:58 +00:00
commit b21aaa24e9
2 changed files with 0 additions and 6 deletions

View file

@ -4,7 +4,4 @@
<supportedRuntime version="v4.0" sku="client"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
<runtime>
<NetFx40_LegacySecurityPolicy enabled="true"/>
</runtime>
</configuration>

View file

@ -4,7 +4,4 @@
<supportedRuntime version="v4.0" sku="client"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
<runtime>
<NetFx40_LegacySecurityPolicy enabled="true"/>
</runtime>
</configuration>