c# - 将 Windows Azure 项目升级到 2.2

标签 c# .net azure

我有一个基于相当旧的 1.8(2012 年 10 月)SDK 的 Windows Azure 项目。我需要将其升级到 2.2 SDK 才能在 Visual Studio 2013 中使用它。

当我进行升级时,项目无法编译,我得到

CloudServices58 : Cannot load imported module named 'Connect.'  C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Windows Azure Tools\2.2\Microsoft.WindowsAzure.targets  

我在 Configuration Errors upgrading from Azure 1.6 to 1.7 中发现了一条类似的错误消息但答案与我无关。

知道错误的含义以及如何解决它吗?

最佳答案

Windows Azure Connect 已弃用。您可以保留旧的 SDK 版本,也可以将 Connect 升级到点到站点 VPN:https://azure.microsoft.com/documentation/articles/vpn-gateway-point-to-site-create/

关于c# - 将 Windows Azure 项目升级到 2.2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21914330/

相关文章:

c# - 当作为 Windows 服务运行时,如何让程序自己截屏?

.net - 如何将对象列表转换为对象在 VB.net 中实现的接口(interface)列表?

c# - 如何获得 LINQ to SQL submitchanges 的百分比?

c# - 不明确的方法重载

.net - 如何在.NET中针对不同环境使用不同的.settings文件?

authentication - Windows Azure 基本身份验证

node.js - azure 网站上出现 404 错误

Azure 日志分析 : Error while configuring custom data

c# - 订阅另一种形式的按钮点击

c# - 更改库中的委托(delegate)签名以省略参数不会破坏使用它的应用程序