Sharepoint 2007 - 自定义 Web 部件部署不起作用

发布于 2024-10-22 08:31:38 字数 240 浏览 1 评论 0原文

我有一个 Sharepoint 2007 的自定义 Web 部件。我正在尝试将其部署到新的 Sharepoint Web 应用程序。我使用 WSPBuilder 和 VS2010 来进行部署。当我检查 Web 应用程序的 wss\VirtualDirectories\ 文件夹时,那里不存在 wpcatalog 文件夹。当我转到 Web 部件库并单击“新建”按钮时,该 Web 部件也不存在。什么可能导致这种行为?还有其他方法可以排除故障吗?

谢谢。

I have a custom webpart for Sharepoint 2007. I am trying to deploy it to a new Sharepoint web application. I am using WSPBuilder with VS2010 to do the deploy. When I examine the wss\VirtualDirectories\ folder for the web app, the wpcatalog folder does not exist there. When I go to the Web Part Gallery and click "New" button, the web part is no there either. What could be causing this behavior? Are there any other ways to troubleshoot it?

Thanks.

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

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

发布评论

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

评论(1

蓝梦月影 2024-10-29 08:31:38

wpcatalog 实际上是一个包含 .webpart 定义文件的文档库。它存储在内容数据库中,而不是文件系统中。

您需要验证该解决方案确实已部署到您的 Web 应用程序,然后根据需要激活任何功能。您可以在中央管理\操作\解决方案管理下验证解决方案部署。

the wpcatalog is actually a document library containing the .webpart definition files. It is stored in the content database, not the file system.

You need to verify the solution is in fact deployed to your web application, and then activate any features if necessary. You can verify the solution deployment under central administration\operations\solution management.

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