设计师不认识 Telerik

发布于 2024-12-12 16:20:15 字数 420 浏览 3 评论 0原文

我在设计器中得到了以下代码(自动生成的),但它有 Telerik 用红色下划线表示

在全局命名空间中找不到类型或命名空间 Telerik(是否缺少程序集引用?)

/// <summary>
/// RadEditorCtrl control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Telerik.Web.UI.RadEditor RadEditorCtrl;

I got the following code in the designer (which was autogenerated) but it has Telerik underlined with a red color that says

The type or namespace Telerik could not be found in the global namespace (are you missing an assembly reference?)

/// <summary>
/// RadEditorCtrl control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Telerik.Web.UI.RadEditor RadEditorCtrl;

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

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

发布评论

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

评论(2

如果没结果 2024-12-19 16:20:15

首先检查:

  • 在解决方案资源管理器中,选择项目。

  • 在“项目”菜单上,选择“添加引用”。

  • “添加引用”对话框打开。

  • 选择指示您要引用的组件类型的选项卡。

  • 在顶部窗格中,选择要引用的组件,然后单击“选择”按钮。按住 CTRL 键的同时单击可选择多个组件。

提示 - 如果您要查找的组件不在列表中,您可以使用“浏览”按钮找到它(您很可能需要这样做)

  • 选择所需的所有组件后,单击“确定”。< /p>

  • 选定的参考文献将显示在项目的“参考文献”节点下。

First check:

  • In Solution Explorer, select the project.

  • On the Project menu, choose Add Reference.

  • The Add Reference dialog box opens.

  • Select the tab indicating the type of component you want to reference.

  • In the top pane, select the component you want to reference, and then click the Select button. Press CTRL while clicking to select multiple components.

Tip - If the component you are looking for is not in the list, you may locate it using the Browse button (which you will more than likely need to do)

  • Click OK when you have selected all the components you need.

  • Selected references will appear under the References node of the project.

柠檬 2024-12-19 16:20:15

对于使用 Telrik 的人来说,最简单的方法是使用他们的升级向导。如果您为项目选择了普通的非 Telerik 选项,则可以对其进行转换并让它自动轻松添加所有必需的引用。

右键单击您的项目并选择 Radcontrols for Asp.net AJAX,然后选择转换为 Telerik Web 应用程序。

在此处输入图像描述

单击“下一步”并选择您想要包含在项目中的模块。我选择以下内容:

在此处输入图像描述

单击完成:

在此处输入图像描述

您应该能够构建项目并正确使用所有工具。

The easiest way to do this for someone who is using Telrik is use their upgrade wizard. If you chose a normal non-telerik option for your project, you can convert it and have it automatically add all required references easily.

Right click on your project and select Radcontrols for Asp.net AJAX and select Convert to Telerik Web Application.

enter image description here

Click Next and select the modules you'd like to include in your project. I select the following:

enter image description here

Click finish:

enter image description here

You should be able to build your project and use all the tools correctly.

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