我正在做Service Fabric教程,可以在这里找到:
YEAR(posts.creation_date)
我作为管理员启动了PowerShell(在通过OS X在Parallels中运行的Windows 10中)根据说明执行此操作:
https://azure.microsoft.com/en-us/documentation/articles/service-fabric-create-your-first-application-in-visual-studio/
我已经以管理员和正常方式启动了Visual Studio 2015。然后我启动了教程应用程序,但是我收到以下错误:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force -Scope CurrentUser
输出窗口只是这样:
The PowerShell script failed to execute. See the Output window for details.
任何可能出错的想法?
更新:我实际上收到以下错误:
2>Finished executing script 'Set-LocalClusterReady'.
2>Time elapsed: 00:00:03.1922793
2>The PowerShell script failed to execute.
========== Build: 1 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
这很奇怪,因为我已经以管理员身份启动了VS ...
答案 0 :(得分:3)
就我而言,解决方案是我首先需要关闭Visual Studio 而以管理员身份运行。
非常简单的解决烦人的错误。
答案 1 :(得分:1)
我在VS17 RC中遇到此错误以及无法确定应用程序是否已安装在群集上。似乎本地群集的部署存在一些问题。
为我解决的是从Visual Studio安装程序运行 Repair 。
修复后,群集按预期部署,我没有更多错误消息。