我有一个部署在Windows Azure上的exsting。但部署失败,出现以下错误。如何修复his
Copying file SqlServerTypes\x64\SqlServerSpatial110.dll to C:\DWASFiles\Sites\<project>\Temp\b3d105f6-8fd0-4093-9957-8174422abded\SqlServerTypes\x64\SqlServerSpatial110.dll failed. Could not find file 'SqlServerTypes\x64\SqlServerSpatial11
试图安装该软件包:Restoring packages for C:\xyz\tip\Services\Platform\WBDataSvc\DataSvc\DataSvc.csprojGET https://api.nuget.org/v3-flatcontainer/microsoft.sqlserver.types/index.json
GET http://tdc1tfsapp01microsoft.s
Corporation Standard Edition (64-bit) on Windows Server 2012 R2 Standard 6.3 (Build 9600: ) (Hypervisor)SELECT clr_name FROM sys.assemblies
microsoft.sqlserver.types, version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd808
我有一个用Visual Studio 2013编写的应用程序,我正在使用一个安装和部署项目来分发它。因此,当用户在已经安装了我的软件的机器上运行安装程序时,它会执行升级。当这种情况发生时,我写的所有内容都会升级得很好。但是,也有一些NuGet引用(SignalR、Owin、Netwonsoft等)不会升级的。即使在项目和清单中更新了包,安装程序也不会用新版本替换旧版本的NuGet .dlls。当我执行新安装并检查程序文件中的.dlls