部署到 SharePoint 时 ObjectDataSource 找不到类型

发布于 2024-08-30 20:44:55 字数 333 浏览 5 评论 0原文

将包含 ASP.NET 页面的功能部署到我们的开发 SharePoint 服务器时,我收到以下错误:

System.InvalidOperationException:找不到 ObjectDataSource“odsYears”的 TypeName 属性中指定的类型。

我们的 .dll 正在部署到 GAC,我们的页面正在部署到 12 hive 中相应的 Features 目录。我们的 Sandbox SharePoint 服务器上没有收到此错误。我反汇编了 .dll 以确保该类正在部署并且一切看起来都正常。

有谁知道为什么这不适用于我们的 SharePoint 环境之一?

谢谢。

I'm receiving the following error when deploying a feature containing ASP.NET pages to our development SharePoint servers:

System.InvalidOperationException: The type specified in the TypeName property of ObjectDataSource 'odsYears' could not be found.

Our .dll is being deployed to the GAC and our pages are being deployed to the the respective Features directory in the 12 hive. We are not receiving this error on our Sandbox SharePoint server. I disassembled the .dll to be sure the class was being deployed and everything looked ok.

Does anyone have any ideas on why this would not work on one of our SharePoint environments?

Thanks.

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

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

发布评论

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

评论(2

不奢求什么 2024-09-06 20:44:55

发现错误,我需要在 SharePoint web.config 文件的“程序集”节点中添加对 .dll 的引用 - 以防其他人遇到此问题。

Found the error, I needed to add a reference to our .dll in the "assemblies" node of the SharePoint web.config file - in case anyone else comes across this.

冷情 2024-09-06 20:44:55

默认情况下,ObjectDataSource 在 web.config 的 SafeControls 部分中处于禁用状态。

ObjectDataSource is by default disabled in the SafeControls section of the web.config.

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