升级 ASP.NET 的 Telerik RAD 控件
有人可以告诉我如何升级 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
将 RadControls for ASP.NET 更新到另一个版本或许可证
http://www.telerik.com/support/kb/aspnet-ajax/general/updating-radcontrols-for-asp-net-to-another-version-or-license.aspx
Updating RadControls for ASP.NET to another version or license
http://www.telerik.com/support/kb/aspnet-ajax/general/updating-radcontrols-for-asp-net-to-another-version-or-license.aspx
如果您有多个实时站点,我建议将它们全部保留在 Telerik RadControls 的同一版本中。 如果将已编译的程序集部署到站点,并使用站点的 /bin 或服务器的 GAC 中找到的不同版本的 RadControls 进行编译,则会出现错误。 (我猜至少没有程序集重定向)
我在过去的一年中通过以下过程多次升级了 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:
to production
I'm using Visual Studio Web Application Projects only and refer to Telerik.Web.UI.dll in the site's /bin folder.
您将随新版本一起获得发行说明。 只需检查此版本中的新增内容以及该文档的兼容性部分,看看该版本中是否存在任何重大更改(您不会有任何更改,但最好查看一下以双重确保)。 您所需要做的就是将最新的 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.
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.