This is a migrated thread and some comments may be shown as answers.

RadInput.NET2.dll

3 Answers 123 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 18 Jun 2010, 09:26 PM
I have a cloned 3.5 .net app that is using telerik controls.  I have downloaded the trial version of telerik.  Trouble is this form has RadInput controls and it appears I need a seperate assembly in the bin.  How do I get it??  My forms are erroring out and wont display in design view.

3 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 21 Jun 2010, 09:49 AM
Hi Steve,

In case you use RadControls for ASP.NET AJAX, you do not need a separate assembly for our RadInput controls. Simply make sure that your code is migrated to the ASP.NET AJAX RadInput counterpart following the directions from this topic.

Best regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Steve
Top achievements
Rank 1
answered on 21 Jun 2010, 03:24 PM
Thanks for the response.  Here are the errors im getting.  See attached.
0
Schlurk
Top achievements
Rank 2
answered on 22 Jun 2010, 04:26 PM
If you have included the Telerik.Web.UI assembly into your application (instead of having all of the separate assemblies like in the old version) you also need to make sure that any lingering references to these assemblies are removed from the app. Looking at the errors you have there it would seem as if you have the following statement:

"using Telerik.WebControls.[not sure what goes here]"

at the top of your code-behind page when you should be using:

using Telerik.Web.UI;

I believe this is what is causing your issue and I highly recommend looking at pages such as the one Sebastian linked (there should be one for each control) to see what kind of differences you might encounter when upgrading from the .NET 2.0 assemblies.
Tags
General Discussions
Asked by
Steve
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Steve
Top achievements
Rank 1
Schlurk
Top achievements
Rank 2
Share this question
or