C:\的Windows \ Microsoft.NET \框架\ v3.5版本\ Microsoft.Common.targets(0,0): 警告MSB3245:无法解析此引用。找不到 程序集“System.Web.Mvc,Version = 2.0.0.0,Culture = neutral, PublicKeyToken = 31bf3856ad364e35,processorArchitecture = MSIL“。检查到 确保程序集存在于磁盘上。如果需要此引用 通过您的代码,您可能会遇到编译错误。
我在构建MVC应用程序时收到此错误消息。
我是否需要在TFS.proj文件中提供任何其他参考路径?
<ItemGroup>
<!-- ADDITIONAL REFERENCE PATH
The list of additional reference paths to use while resolving references. For example:
<AdditionalReferencePath Include="C:\MyFolder\" />
<AdditionalReferencePath Include="C:\MyFolder2\" />
-->
</ItemGroup>
基本上它说某些.dll文件丢失了吗?