I needed to change a string in the Telerik.Web.UI.dll, so i recompiled the DLL. I translated the text "No records to display" in the radgrid to Dutch, so nothing big.
Compilation went ok, but when i copied the new dll into the bin-folder of my web application i got the following exception
System.InvalidOperationException:
Assembly 'Telerik.Web.UI, Version=2008.1.515.0, Culture=neutral,
PublicKeyToken=29ac1a93ec063d92' contains a Web resource with name
'Telerik.Web.UI.Ajax.Ajax.js', but does not contain an embedded
resource with name 'Telerik.Web.UI.Ajax.Ajax.js'.
Any clue what i can do about this? Thanks in advance!