This question is locked. New answers and comments are not allowed.
Hi,
I installed the version 2009.3.1103.0 of Telerik MVC and I've been having some compatibility trouble! Everytime I try to use Html.jQuery()..... I have an exception thrown up. For example when I try to use this:
I get this exception:
In the section MVC I didn't find the example about form layouts that there used to be! Is that normal? I can't use those components anymore? And if I can't use them how I configure my project so I can use jquery with all it's functionality? Because when I try to use
the datepicker function of JQuery like that
I get the error that datepicker is not a function! But the $ var comes from my script register from telerik.mvc
Everything is getting quite confusing, can anyone help me out?
thank you,
jose
I installed the version 2009.3.1103.0 of Telerik MVC and I've been having some compatibility trouble! Everytime I try to use Html.jQuery()..... I have an exception thrown up. For example when I try to use this:
| <% Html.jQuery().DatePicker().Name("PPDateofBirth").AllowYearChange(true).Render(); %> |
I get this exception:
| Could not load file or assembly 'Telerik.Web.Mvc, Version=2009.2.812.0, 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) |
| 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.Web.Mvc, Version=2009.2.812.0, 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) |
In the section MVC I didn't find the example about form layouts that there used to be! Is that normal? I can't use those components anymore? And if I can't use them how I configure my project so I can use jquery with all it's functionality? Because when I try to use
the datepicker function of JQuery like that
| $("#PDatePicker").datepicker(); |
I get the error that datepicker is not a function! But the $ var comes from my script register from telerik.mvc
Everything is getting quite confusing, can anyone help me out?
thank you,
jose