Chào bạn Hùng!
Mình đã làm theo hướng dẫn nhưng khi gõ lệnh vào cad 2018 thì báo lỗi là "nil" ah. Mình cũng có sửa theo ý bạn ở file acad.exe nhưng cũng không ăn thua mong bạn chỉ giáo ah.
cảm ơn bạn nhiều
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
<!--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence-->
<runtime>
<generatePublisherEvidence enabled="false"/>
<loadfromremotesources enabled="true" />
</runtime>
<appSettings>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
</appSettings>
</configuration>
Mình đã làm theo hướng dẫn nhưng khi gõ lệnh vào cad 2018 thì báo lỗi là "nil" ah. Mình cũng có sửa theo ý bạn ở file acad.exe nhưng cũng không ăn thua mong bạn chỉ giáo ah.
cảm ơn bạn nhiều
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
<!--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence-->
<runtime>
<generatePublisherEvidence enabled="false"/>
<loadfromremotesources enabled="true" />
</runtime>
<appSettings>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
</appSettings>
</configuration>