Could not load file or assembly 'Telerik.Web.UI, Version=2010.3.1109.40, Culture=neutral,
PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's
manifest definition does not match the assembly reference. (Exception from HRESULT:
0x80131040)":"Telerik.Web.UI, Version=2010.3.1109.40, Culture=neutral, PublicKeyToken
=121fae78165ba3d4
Telerik.Web.UI
.xml and Telerik.Web.UI
.dll were different versions. Hope this helps someone.We have wrapped the .Net TreeList control for our application. Once the ASP page is loaded and starts execution, we get on error stating that the ClientSettings.ClientEvents handlers are undefined. We have tried declaring the event handlers in the TreeList declaration of the TreeList in the .ascx file and setting the event handlers at run time in the .ascx.vb file.
We tried registering the client scripts which I don’t like having to place an entire function in a string. We have placed the reference function in the .ascx file and in a separate file which is then included in the outer .aspx file.
We have just upgraded to the latest version last week. I’m not sure what version. From Visual Studio, the Telerik About menu doesn’t display version information, just an advertisement.
What is the proper method of creating a user control with client side event handlers? We found several similar questions posted, but none of the answers appear to work for this version.
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below. |