升级 ASP.NET 的 Telerik RAD 控件

发布于 2024-07-25 03:52:16 字数 192 浏览 14 评论 0原文

有人可以告诉我如何升级 Telerik ASP.NET 控件吗? 我目前使用的是 Q3 2008 版本,我最近刚刚购买了 Q1 2009 SP1 版本。 如何升级我的项目? 我需要卸载旧的并安装新的还是只安装新的? 另外我的项目如何升级? 另外,我“活跃”的项目怎么样? 我是否只需要上传新的 DLL 并更改我的 web.config? 任何指导都会很棒!

Can someone tell me how I go about upgrading the Telerik ASP.NET controls? I am currently using the Q3 2008 release and I just recently bought the Q1 2009 SP1 release. How do I upgrade my projects? Do I need to uninstall the old one and install the new one or just install the new one? Also how do my projects get upgraded? Also, what about my projects that I have "live"? Do I just need to upload the new DLLs and and change my web.config? Any guidance would be great!

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

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

发布评论

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

评论(4

春夜浅 2024-08-01 03:52:16

如果您有多个实时站点,我建议将它们全部保留在 Telerik RadControls 的同一版本中。 如果将已编译的程序集部署到站点,并使用站点的 /bin 或服务器的 GAC 中找到的不同版本的 RadControls 进行编译,则会出现错误。 (我猜至少没有程序集重定向)

我在过去的一年中通过以下过程多次升级了 RadControls:

  1. 在开发计算机中完全安装新的 RadControls 版本
  2. 用新版本替换项目中的 Telerik.Web.UI.dll版本。
  3. 重新编译并测试。 有惊喜,尤其是控件的外观和感觉。 皮肤也可能会发生变化,并且您可能会引用不再存在的皮肤,从而导致错误。
  4. 同时部署新编译的dll和Telerik.Web.UI.dll
  5. 开发计算机卸载旧的 Radcontrols 版本

我仅使用 Visual Studio Web 应用程序项目,并参考站点的 /bin 文件夹中的 Telerik.Web.UI.dll。

If you have multiple live sites I recommend keeping them all in the same version of Telerik RadControls. If you deploy compiled assemblies to your sites, and you compile with different version of RadControls that is found in the site's /bin or the server's GAC, you'll get an error. (At least without assembly redirects, I guess)

I have upgraded RadControls multiple times in the past year with the following process:

  1. Full install of the new RadControls version in the dev machine
  2. Replace Telerik.Web.UI.dll in your projects with the new version.
  3. Recompile and test. There are surprises, especially in the look&feel of controls. Skins can change too, and you may have references to skins that do not exist anymore, causing an error.
  4. Deploy newly compiled dlls and the Telerik.Web.UI.dll at the same time
    to production
  5. Uninstall older Radcontrols version from the dev machine

I'm using Visual Studio Web Application Projects only and refer to Telerik.Web.UI.dll in the site's /bin folder.

你又不是我 2024-08-01 03:52:16

您将随新版本一起获得发行说明。 只需检查此版本中的新增内容以及该文档的兼容性部分,看看该版本中是否存在任何重大更改(您不会有任何更改,但最好查看一下以双重确保)。 您所需要做的就是将最新的 DLL 放入 GAC 并更改 Web.Config 文件,然后测试您的应用程序。 如果一切看起来都是这样,那么在制作中也做同样的事情。 如果您在 dll 项目中使用 telerik dll。 尝试在 Web 配置中添加程序集重定向条目。

You would have got a Release note along with the the New version. Just check for the whats new in this release and compatibility section of that document and see is there any breaking changes present in the release(You will not have any , but its good to have a look to double ensure). All you need to do is to put the latest DLL to the GAC and change the Web.Config file, and test your application. If every thing looks , do the same thing in the Production as well. In case if you are consuming the telerik dll in the dll projects . Try adding Assembly redirect entry in the web config.

清引 2024-08-01 03:52:16

Telerik TV 上还有多个视频向您展示如何手动和自动升级使用 RadControls 的项目:

http://tv.telerik.com/search?q=upgrade

希望有所帮助。

There are also several videos on Telerik TV that show you how to manually and automatically upgrade projects that use the RadControls:

http://tv.telerik.com/search?q=upgrade

Hope that helps.

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