解决dll内存溢出问题
@@ -7,4 +7,8 @@
<!--授权-->
<add key="AuthKey" value="mac1541128353672950" />
</appSettings>
+ <runtime>
+ <!--处理严重崩溃异常,如读写受保护的内存错误-->
+ <legacyCorruptedStateExceptionsPolicy enabled="true" />
+ </runtime>
</configuration>