Visual Web Developer Publish 未发布所有必需的文件

发布于 2024-08-10 02:38:05 字数 156 浏览 5 评论 0原文

对于构建无错误的 MVC C# 应用程序,当选择“仅发布运行所需的文件...”时,发布操作(发布配置)将不会复制任何控制器和多个文件。

是的,MVC 1.0 安装在 ASP.net 3.5 SP1 之上,并且 MVC 模板在 VWD 中可见。我很茫然,因为这太简单了。有什么想法吗?

With an MVC C# app that builds error-free, the Publish action (Release configuration) won't copy any of the controllers and several of files when "Publish only files required to run..." is selected.

Yes, MVC 1.0 is installed on top of ASP.net 3.5 SP1, and the MVC templates are visible in VWD. I'm at a loss as this is so simple. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

叫嚣ゝ 2024-08-17 02:38:05

查看每个文件的属性,并确保其声明为更新时复制或始终复制。

它可能被设置为“不复制”

Look at the properties of each file and make certain it states to copy when newer or copy always.

It may be set to "Don't copy"

白鸥掠海 2024-08-17 02:38:05

我自己没有做过 MVC 应用程序,但我确实知道,当您发布普通的 jane asp.net 应用程序时,所有文件都会编译为程序集并放置在应用程序的 bin 文件夹中。

您可能需要检查要发布到的文件夹,看看是否有该 bin 文件夹,并查看其中是否有 .dll。如果没有,这可能是您的问题。

祝你好运,希望这对你有帮助。

I haven't done an MVC application myself, but I do know that when you publish a plain jane asp.net application all of the files are compiled down to an assembly and placed in the bin folder of your application.

You might want to check the folder you're publishing to and see if you have that bin folder and see if you have a .dll inside of there. If not, this could possibly be your problem.

Good luck and hope this helps you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文