I recently added a hotfix to ASP.NET AJAX controls (2008.1.619) to the bin folder of my app as described in
http://www.telerik.com/support/kb/article/b454K-kad-b454T-a.aspx
How do i make my visual Studio toolbox use the new dll?
I manually replaced the files in the ProgRamFiles/Telerik/Bin folder and updated them in GAC.
The intellisense in my aspx page shows "'unrecognized tag prefix or device filter 'telerik' "
Please help
http://www.telerik.com/support/kb/article/b454K-kad-b454T-a.aspx
How do i make my visual Studio toolbox use the new dll?
I manually replaced the files in the ProgRamFiles/Telerik/Bin folder and updated them in GAC.
The intellisense in my aspx page shows "'unrecognized tag prefix or device filter 'telerik' "
Please help
5 Answers, 1 is accepted
0

newbie
Top achievements
Rank 1
answered on 25 Jun 2008, 08:24 PM
I had to delete the tab from my Visual Studio and add the items again using the new dll.
I also have to always put my telerik.Charting.dll in my bin folder.
Is this approach correct or is there any other appropriate way of doing this?
I also have to always put my telerik.Charting.dll in my bin folder.
Is this approach correct or is there any other appropriate way of doing this?
0
Hello newbie,
Indeed, this is the correct approach. Alternatively, you can uninstall the old version and install the new one. This will add the new controls into the toolbox.
Greetings,
Konstantin Petkov
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Indeed, this is the correct approach. Alternatively, you can uninstall the old version and install the new one. This will add the new controls into the toolbox.
Greetings,
Konstantin Petkov
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

Nate
Top achievements
Rank 1
answered on 22 Sep 2008, 02:08 PM
I'm also getting the "unrecognized tag prefix" error. I can uninstall/install the controls and is works fine for an undetermined amount of time then starts getting the error again. Any idea on what is gettting corrupted to cause this.
TIA
TIA
0
Hello Nate,
The only reason the new installation may resolve the problem is probably because upon installing you get the same version of that control in the Toolbox as the one in your project's Bin folder. You may also need to add the Telerik.Charting into the Bin to resolve the Intellisense issue.
I hope this helps.
Sincerely yours,
Konstantin Petkov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
The only reason the new installation may resolve the problem is probably because upon installing you get the same version of that control in the Toolbox as the one in your project's Bin folder. You may also need to add the Telerik.Charting into the Bin to resolve the Intellisense issue.
I hope this helps.
Sincerely yours,
Konstantin Petkov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Nate
Top achievements
Rank 1
answered on 23 Sep 2008, 01:57 PM
That worked!! Thanks