This is a migrated thread and some comments may be shown as answers.

[Solved] Version 2009.3.1103.0 backward compatibility

1 Answer 47 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jose Granja
Top achievements
Rank 1
Jose Granja asked on 30 Nov 2009, 03:45 PM
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:

<% 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=neutralPublicKeyToken=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=neutralPublicKeyToken=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

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 02 Dec 2009, 10:02 AM
Hello Jose Granja,

Since the official release we will no longer ship the jQuery UI wrappers. However you can download the complete source from codeplex and build it. You need to build both the jquery ui stuff and Telerik.Web.Mvc.dll because the first refers the second.

Regards,
Atanas Korchev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
Jose Granja
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or