我如何将我的 asp.net 核心应用程序部署到 windows 10 物联网设备从 vs 2015 社区版

How can I deploy my asp.net core app to a windows 10 IOT device from vs 2015 community edition

我正在尝试将我的 asp.net 核心网站部署到我的 windows 10 物联网核心设备(raspbery pi 2)。我确信在某些手动过程中有一种方法可以做到这一点,但我所有的谷歌搜索都没有结果。

您需要使用通用 Windows 平台扩展来为 Windows 10 IoT Core 开发应用程序。我认为 Visual Studio 社区中没有。这可能已经改变。

这里有几个链接可以帮助您入门:

https://msdn.microsoft.com/en-gb/windows/uwp/layout/design-and-ui-intro

https://msdn.microsoft.com/en-gb/windows/uwp/get-started/universal-application-platform-guide

https://www.visualstudio.com/en-us/features/universal-windows-platform-vs.aspx

获得 UWP 应用后,您可以扩展框架以使用 .Net Core。这个博客 post 讨论更多:https://blogs.msdn.microsoft.com/dotnet/2016/05/27/making-it-easier-to-port-to-net-core/

希望对您有所帮助。

经过一番谷歌搜索后,我发现我的问题有两方面。

  1. 我安装 VS2015 时没有添加通用 Windows 应用功能

    • 您必须添加工具 1.4.1
    • windows 10 个 SDK(10.0.xxxxx)
  2. 安装Windows物联网核心模板

一旦我这样做了,标准的 Microsoft 文档就可以完美运行。 - https://developer.microsoft.com/en-us/windows/iot/docs/appdeployment