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

Error Creating Control - RadGrid

2 Answers 145 Views
Grid
This is a migrated thread and some comments may be shown as answers.
MSQ
Top achievements
Rank 1
MSQ asked on 08 Jan 2020, 11:20 PM

I've created a new web project using 'Telerik Web Site', added an existing web page (.aspx) which had a RadGrid added to it.

When I open up this page in Design, I get the following error. The Bin folder was created by the project and does have all DLLs including Telerik.Web.UI/Design

Error Creating Control - RadGrid

Unknown server tag:RadGrid

Error: Could not load file or assembly 'RadGrid.Net2' or one of its dependencies.

2 Answers, 1 is accepted

Sort by
0
MSQ
Top achievements
Rank 1
answered on 08 Jan 2020, 11:27 PM

A bit more info..

The web.config file does contain he following tag:

           <controls>
                <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" />
            </controls>

0
MSQ
Top achievements
Rank 1
answered on 09 Jan 2020, 12:15 AM
Never mind, I have figured it out.
I need to install the older version of controls to make it to work
Tags
Grid
Asked by
MSQ
Top achievements
Rank 1
Answers by
MSQ
Top achievements
Rank 1
Share this question
or