简体   繁体   English

无法在Visual Studio 2015(ASP.NET 5 Web应用程序)中打开发布对话框

[英]Can't open Publish dialog in Visual Studio 2015 (ASP.NET 5 web application)

We have an ASP.NET web application already deployed to Azure. 我们已经部署了一个ASP.NET Web应用程序到Azure。 I'm trying to create a new development virtual machine (using VirtualBox). 我正在尝试创建一个新的开发虚拟机(使用VirtualBox)。 Everything seems to work fine. 一切似乎都正常。 I can run the project locally, but when I click on Publish, I just get a comment in the Output window: " The build has been canceled ". 我可以在本地运行该项目,但是当我点击Publish时,我只是在Output窗口中收到一条评论:“ 构建已被取消 ”。

The same project using the same version of Visual Studio 2015 Update 1 can be deployed without any problem from the other development PCs (they are NOT virtual machines, don't know if it matter or not). 使用相同版本的Visual Studio 2015 Update 1的同一项目可以在没有其他开发PC的任何问题的情况下部署(它们不是虚拟机,不知道它是否重要)。

I use the latest version of all extensions installed. 我使用已安装的所有扩展程序的最新版本。 I have 'repaired' my Visual Studio Installation, just in case. 我已经“修复”了我的Visual Studio安装,以防万一。

Any suggestions? 有什么建议么?

Note : I just tried to publish a new, empty ASP.NET 5 Web Application. 注意:我刚刚尝试发布一个新的空ASP.NET 5 Web应用程序。 I got the same "The build has been canceled" message. 我得到了相同的“构建已被取消”的消息。

The problem seems to be VirtualBox (or Visual Studio 2015 in VirtualBox). 问题似乎是VirtualBox(或VirtualBox中的Visual Studio 2015)。 I can't publish any website from any VirtualBox VM but I can publish all of them from the PC where the VM is running. 我无法从任何VirtualBox VM发布任何网站,但可以从运行VM的PC中发布所有网站。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 尝试发布ASP.NET核心Web应用程序时Visual Studio 2015崩溃 - Visual Studio 2015 crashes when attempting to publish ASP.NET core Web Application 如何从 Visual Studio 2015 社区版打开新的“ASP.NET Web 应用程序”? - How to open new "ASP.NET Web Application" from visual studio 2015 community edition? Visual Studio 2015 ASP.NET Web应用程序中的本地数据库 - Local database in visual studio 2015 ASP.NET web application ASP.NET web 应用程序无法在 Visual Studio 2019 中发布 - ASP.NET web application fail to publish in Visual Studio 2019 无法调试在Visual Studio 2015上开发并托管在IIS上的asp.net Web应用程序 - Can't debug my asp.net web app developped on visual studio 2015 and hosted on IIS 是否可以在Visual Studio 2015的其他端口中发布asp.net Web API? IIS不是IIS Express - Is it possible to publish asp.net web api in a different port in Visual Studio 2015 ? IIS not IIS Express MSB4018错误Visual Studio 2015 ASP.Net和错误将Web应用程序发布到Azure - MSB4018 Error Visual Studio 2015 ASP.Net and Error Publish Web App to Azure 将visual.net 2015中的asp.net 5发布到linux - Publish asp.net 5 from visual studio 2015 to linux 在 Visual Studio 2015 中通过 FTP 发布 ASP.NET 网站 - Publish ASP.NET website by FTP in Visual Studio 2015 如何在Visual Studio 2012中的命令行上将ASP.NET网站或Web应用程序发布到文件系统 - How to publish an ASP.NET web site or web application to a file system on the command line in Visual Studio 2012
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM