我正在尝试发布一个ASP.NET MVC3应用程序,但是我收到了
------ Publish started: Project: MyProject, Configuration: Debug Any CPU ------
Not allowed to begin a design-time build at this time for publish. Please try again later.
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========我以前成功地发表过……我甚至尝试重新启动Visual Studio,然后重启整个PC!
有什么想法吗?
发布于 2016-06-10 02:31:56
老实说,我不确定为什么会失败,但我重新启动了VS2010,就像@Keven Coulombe建议的那样,之后发布通过了。我的猜测是,这可能会在调试其他项目之后发生,并让VS打开更长的时间(对我来说,这大约是一周)。
https://stackoverflow.com/questions/6603764
复制相似问题