Posted on Mar 24, 2009
(permalink)
Yes. It is complaining about that the Telerik library it was compiled with does not match the library we have installed (3.5).
Here is the error:
Could not load file or assembly 'Telerik.Framework, Version=3.2.1616.2, Culture=neutral, PublicKeyToken=dfeaee0e3978ac79' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Telerik.Framework, Version=3.2.1616.2, Culture=neutral, PublicKeyToken=dfeaee0e3978ac79' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
If you would be willing to share the source, I can try and compile it with 3.5 to see if it works.
Pete