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

Grid control error

1 Answer 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Arun
Top achievements
Rank 1
Arun asked on 21 Jun 2013, 05:52 AM
Hi,
       I often have the error(Error Creating Control - RadGrid1Could not load file or assembly 'Telerik.Web.UI, Version=2013.1.220.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The system cannot find the file specified.) .When I use the rad grid control,But the control is showing in the browser when i run the application.Please give me the solution.


Thanks,
Arun.

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 25 Jun 2013, 12:22 PM
Hello,

This error could be seen if in the web.config or the GAC you have reference to a version of the controls that is different from the version of the assembly files in the project. Make sure that you have referenced the same version as the dll files in your project or remove the PublicKeyToken, Version, and Culture properties from the assembly registration.

You could also find additional information on this error and steps for avoiding it in this article.

I hope this information would be useful to you.

Regards,
Viktor Tachev
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Arun
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or