代码之家  ›  专栏  ›  技术社区  ›  billybob

visual studio 2017-Azure函数出现致命错误

  •  2
  • billybob  · 技术社区  · 7 年前

    1. 创建新的Azure功能项目。 enter image description here
    2. 在下拉列表中选择Azure Functions v2(.NET Core),然后选择Http trigger。 enter image description here
    3. enter image description here

    here . 我还尝试在visualstudio安装程序中添加/删除尽可能多的组件,但没有成功。Azure开发已在Visual Studio安装程序中签入。

    enter image description here

    enter image description here

    当我使用不使用.NET内核的旧版本(v1)时,使用Azure计算仿真器进行调试没有问题。

    1 回复  |  直到 7 年前
        1
  •  6
  •   billybob    7 年前

    好。。。当我们安装/升级Visual Studio 2017时,似乎没有在Visual Studio 2017中安装最新版本的云扩展。

    你得进去 工具 扩展和更新。。。

    然后更新所有云扩展。

    enter image description here

    推荐文章