【发布时间】:2015-02-08 20:51:39
【问题描述】:
当我将我的加载项项目从 .net 3.5 升级到 4.0 时,当 FusLog 想要加载我的加载项程序集时出现此错误:
从文件中提取清单导入时出错 (hr = 0x8013101b)。
我还将它添加到 office exe 配置文件(在我的情况下为 visio.exe.config),但没有任何改变。
<configuration>
<startup>
<supportedRuntime version="v4.0"/>
</startup>
</configuration>
【问题讨论】:
-
也许providing the
skuattribute 也会有帮助?就像例如sku=".NETFramework, Version=v4.0". -
不,与 sku 相同的错误 :(
标签: .net vsto office-interop shim fuslogvw