or
I have an application that was given to my by someone else and it's using telerik controls.
the application is originally written in VS2010 framework 4.
when i try to open it on my end, i keep getting errors saying "failed to create designed "Error Creating Control - RadScriptManager1Failed to create designer 'Telerik.Web.UI.RadScriptManager, Telerik.Web.UI, Version=2011.1.519.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4'"
the telerik.web.ui.dll file is in my "bin" folder.
am i missing something? is there a way to get the site to work without having to buy these controls? what do i do?


<telerik:RadGrid ID="approval" runat="server" AutoGenerateColumns="False" CellSpacing="0" GridLines="None" AllowFilteringByColumn="true" onneeddatasource="approval_NeedDataSource" OnItemCommand="approval_ItemCommand" OnInit="approval_Init" ><MasterTableView allowpaging="True" datakeynames="Id" AllowSorting="true" name="claims" commanditemdisplay="Bottom" AllowFilteringByColumn="true">protected void approval_Init(object sender, EventArgs e){ GridFilterMenu menu = approval.FilterMenu; int i = 0; while (i < menu.Items.Count) { if (menu.Items[i].Text == "NoFilter" || menu.Items[i].Text == "Contains" || menu.Items[i].Text == "DoesNotContain" || menu.Items[i].Text == "EqualTo" || menu.Items[i].Text == "GreaterThan" || menu.Items[i].Text == "LessThan") { i++; } else { menu.Items.RemoveAt(i); } }}var fileApi = function (asyncUpload) {$.extend(this, {_processFiles:...$.each(files, function (index, file) {var row = index == 0 ? context.initialRow : module._appendRow(context.initialRow.id);module.trigger("FileSelected", row, input, file.name, (index + 1) == context.progress.totalFiles);context.map.push({ file: file, row: row });});...}}