我正在尝试将 TFS 与 git 插件一起用作版本控制,但每当我在另一台机器上,甚至在原始机器上的不同目录中检查它时,我都会收到以下错误和警告。我打开了 NuGet 包还原并将包目录添加到存储库,但它仍然中断。我究竟做错了什么?这是一个使用 VS Express 2012 for Web 开发的 ASP.NET MVC 4 项目。
Warning 13 Could not resolve this reference. Could not locate the assembly "Antlr3.Runtime". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 5 Could not resolve this reference. Could not locate the assembly "DotNetOpenAuth.AspNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 6 Could not resolve this reference. Could not locate the assembly "DotNetOpenAuth.Core, Version=4.1.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 8 Could not resolve this reference. Could not locate the assembly "DotNetOpenAuth.OAuth, Version=4.1.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 7 Could not resolve this reference. Could not locate the assembly "DotNetOpenAuth.OAuth.Consumer, Version=4.1.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 9 Could not resolve this reference. Could not locate the assembly "DotNetOpenAuth.OpenId, Version=4.1.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 10 Could not resolve this reference. Could not locate the assembly "DotNetOpenAuth.OpenId.RelyingParty, Version=4.1.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 1 Could not resolve this reference. Could not locate the assembly "EntityFramework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 2 Could not resolve this reference. Could not locate the assembly "Microsoft.Web.Mvc.FixedDisplayModes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 3 Could not resolve this reference. Could not locate the assembly "Newtonsoft.Json". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 11 Could not resolve this reference. Could not locate the assembly "System.Web.Http.OData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 4 Could not resolve this reference. Could not locate the assembly "System.Web.Optimization". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 12 Could not resolve this reference. Could not locate the assembly "WebGrease". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TimeSheets
Warning 64 The referenced component 'Antlr3.Runtime' could not be found. TimeSheets
Warning 56 The referenced component 'DotNetOpenAuth.AspNet' could not be found. TimeSheets
Warning 57 The referenced component 'DotNetOpenAuth.Core' could not be found. TimeSheets
Warning 59 The referenced component 'DotNetOpenAuth.OAuth' could not be found. TimeSheets
Warning 58 The referenced component 'DotNetOpenAuth.OAuth.Consumer' could not be found. TimeSheets
Warning 60 The referenced component 'DotNetOpenAuth.OpenId' could not be found. TimeSheets
Warning 61 The referenced component 'DotNetOpenAuth.OpenId.RelyingParty' could not be found. TimeSheets
Warning 52 The referenced component 'EntityFramework' could not be found. TimeSheets
Warning 53 The referenced component 'Microsoft.Web.Mvc.FixedDisplayModes' could not be found. TimeSheets
Warning 54 The referenced component 'Newtonsoft.Json' could not be found. TimeSheets
Warning 62 The referenced component 'System.Web.Http.OData' could not be found. TimeSheets
Warning 55 The referenced component 'System.Web.Optimization' could not be found. TimeSheets
Warning 63 The referenced component 'WebGrease' could not be found. TimeSheets