.net – 什么是Microsoft.Contracts以及它来自哪里?

前端之家收集整理的这篇文章主要介绍了.net – 什么是Microsoft.Contracts以及它来自哪里?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有一个自定义SharePoint作业,它在尝试运行时出错.当我看到错误时,我看到:

Could not load file or assembly
‘Microsoft.Contracts,Version=1.0.0.0,
Culture=neutral,
PublicKeyToken=736440c9b414ea16’ or
one of its dependencies. The system
cannot find the file specified.

搜索过我的解决方案,并没有任何参考.这可能来自哪里?

Microsoft.Contracts( CodeContracts)是一个程序集,其中包含“提供一种语言无关的方式来表达.NET程序中的编码假设”.

也许一些外部装配正在搜索这个.

原文链接:https://www.f2er.com/windows/363481.html

猜你在找的Windows相关文章