请帮助我使用 sharepoint 中的 rad 控件

发布于 2024-08-02 02:43:19 字数 189 浏览 3 评论 0原文

我想在共享点中使用 rad 编辑器

我尝试在共享点中安装 Tellerik 控件,但收到此错误

“无法加载文件或程序集‘Telerik.Web.UI\’或其依赖项之一。系统找不到指定的文件”。

谁能帮我找出这个错误。

如果有人知道如何在 sharepoint 中使用 rad 编辑器,请告诉我

I want to use rad editor in sharepoint

I have tried to install tellerik controls in sharepoint and i am getting this error

"Could not load file or assembly 'Telerik.Web.UI\,' or one of its dependencies. The system cannot find the file specified".

could anyone help me in trying to figure out this error.

Please let me know if any one know how to use rad editor in sharepoint

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

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

发布评论

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

评论(2

相对绾红妆 2024-08-09 02:43:19

您需要声明页面的程序集。
看看这篇帖子,它展示了如何执行您的操作需要。

您应该将其添加到您的页面中:

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

祝您好运。

You need to declare the assembly for your page.
Take a look at this post, it shows how to do what you need.

You should add this to your page:

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

Good luck with it.

小猫一只 2024-08-09 02:43:19

尝试将dll文件添加到bin文件夹中

Try adding the the dlls files in the bin folder

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