"Telerik.Web.UI.dll or one of its dependencies requires a later version of the .NET Framework than the one specified in project"
If I will add the dll despite the warning I get another error during compilaton:
"SMDiagnostics.dll or one of its dependencies is built by a runtime newer than the currently loaded runtime and cannot be loaded"
Which version of Telerik.Web.UI.dll will work with Framework 3.5?
5 Answers, 1 is accepted
The reason for getting this error is that Telerik.Web.UI.dll v. 2011.2.915.40 targets .NET 4.0.
For a project that targets .NET 3.5 you should use Telerik.Web.UI.dll v. 2011.2.915.35. It can be found in the Bin35 folder in the product installation directory.
I hope this helps. If you need any further assistance, do not hesitate to come back to us.
Best regards,
Chavdar,
the Telerik team
I have web application with target framework 4.0.
If I will use Telerik.Web.UI.dll (version 2009.3.1314.35) will it throw any error?
Thanks In advance.
Since the Microsoft .NET Framework 4.0 is backward-compatible with applications that were built with the .NET Framework versions 1.1, 2.0, 3.0, and 3.5, you should not experience any problems in an application that targets Microsoft .NET Framework 4.0 and references Telerik.Web.UI.dll that targets Microsoft .NET 3.5.
However, I would recommend you to use the controls that target the latest framework version in order to take advantage of the improvements and new features, introduced in this version.
Best regards,
Chavdar,
the Telerik team
Hi,
Currently we have Asp.net application and we are using Telerik controls and some places we are using asp.net controls.
Now we want convert our UI to Responsiveness UI, I know your latest controls are supporting Responsiveness UI and touch devices also.
Please correct me if my understanding not correct.
Please let me know how we can achieve this, will your latest controls (ASP.NET AJAX Controls) give us full Responsiveness UI
and touch feature for touch devices.
Is there any demo or documentation is available for "how to convert Asp.net old application to Responsiveness UI asp.net application"
Thanks in advance.
Amit
Hello Amit,
Our controls work one mobile and touch devices as well. A lot of them (and the number increases with each release) provide responsive capabilities already, but that alone does not make a page responsive. Ultimately, it is the layout the developer creates should be responsive.
What I would advise is that you go through the following resources to see how our tools can help you achieve this:
- http://www.telerik.com/help/aspnet-ajax/mobile-support-and-responsiveness.html - general information on creating responsive pages
- http://www.telerik.com/help/aspnet-ajax/responsive-adaptive-elastic-capabilities.html - a list with the controls capabilities so you can see how they can fit your layout.
I hope this helps you get started.
Regards,
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.