当前位置:网站首页>CAD secondary development +nettopologysuite+pgis reference multi version DLL
CAD secondary development +nettopologysuite+pgis reference multi version DLL
2022-06-28 06:03:00 【Wolfberry Angelica mutton soup】
Reference multiple versions DLL when , Burst error :
The file or assembly could not be loaded “System.Memory,Version=4.0.1.1 Culture=neutral,
PublicKeyToken=cc7b13ffcd2ddd51” Or one of its dependencies . The system cannot find the specified file .
The file or assembly could not be loaded “System.Text.Encoding.CodePages Version=4.1.1.0,
Culture=neutralPublicKeyToken=b03f5f7f11d50a3a” Or one of its dependencies . The system cannot find the specified file .
The file or assembly could not be loaded “System.Runtime.CompilerServices.Unsafe Version=4.0.4.1, Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a” Or one of its dependencies . The system cannot find the specified file ."
Should be applied in the CAD Under the execution program directory of config(cad.exe.config) Configuration in :
for example :
C:\Program Files\Autodesk\AutoCAD 2023\acad.exe.config
C:\Program Files\ZWSOFT\ZWCAD 2022\zwcad.exe.config
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
<runtime>
<generatePublisherEvidence enabled="false"/>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Text.Encoding.CodePages" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.5" newVersion="6.0.0.5" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>among ,runtime The content in , yes VS Medium app.config The content in


边栏推荐
- How the third-party libraries in cocoapod reference local header files
- 2022年全国职业院校技能大赛“网络安全”竞赛试题官方答案
- 【无标题】
- What is webrtc?
- V4l2 driver layer analysis
- Example of MVVM framework based on kotlin+jetpack
- Socket. Io long Connection Push, version Control, Real - Time Active user volume Statistics
- Enum
- death_ satan/hyperf-validate
- sql及list去重操作
猜你喜欢

Openharmony gnawing paper growth plan -- json-rpc

What is webrtc?

Development trend of mobile advertising: Leveraging stock and fine marketing

pytorch详解

Xcode13.3.1 error reported after pod install

慢内容广告:品牌增长的长线主义

How the third-party libraries in cocoapod reference local header files

Filecoin hacker song developer competition

Working principle of es9023 audio decoding chip

JSP
随机推荐
@Autowired注解为空的原因
慢内容广告:品牌增长的长线主义
Introduction to openscap
Ape pink ape power - Developer activity attack!
lombok @EqualsAndHashCode 注解如何让对象.equals()方法只比较部分属性
Data middle office: six questions data middle office
Differences between overloads, rewrites, abstract classes and interfaces
bash install.sh ********错误
Independent station sellers are using the five e-mail marketing skills, do you know?
Data warehouse: financial / banking theme layer division scheme
容量调度绝对值配置队列使用与避坑
Filecoin黑客松开发者大赛
AutoCAD C# 多段线自相交检测
Data center: Seven Swords of data governance
idea创建类时自动添加注释
脚本语言和编程语言
The length of pytorch dataloader the difference between epoch and iteration
开发者的时代红利在哪里?
easyui下拉框选中触发事件
Cryptography notes