构建和重建失败。 在输出中,我可以看到根项目的构建(所有其他项目直接或间接依赖的项目)失败,并出现以下错误:
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2399,5): warning MSB3290: Failed to create the wrapper assembly for type library "IWshRuntimeLibrary". Access denied (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
IWshRuntimeLibrary 是“ Windows脚本宿主对象模型”类型库的一部分。它位于 wshom.ocx 中,可以在%SYSTEMROOT%\ System32 respectivley %SYSTEMROOT%\ syswow64 中找到。
IWshRuntimeLibrary的引用在visual studio中用黄色感叹号标记。
非常感谢任何帮助。