Telerik blogs

As many of you know yesterday ASP.NET MVC 2 RC was released. We did our best to make Telerik Extensions for ASP.NET MVC compatible with that release and I am glad to announce that you can now download the updated bits from here (open source) or here (licensed).

Changes

There are a few things that changed:

  1. We are now producing two dll files – one for ASP.NET MVC 1 and one for ASP.NET MVC 2. The files differ only in their version:
    For ASP.NET MVC 1 applications you should use Binaries\Mvc1\Telerik.Web.Mvc.dll. Its assembly version ends with 135 (which means MVC v1 .NET 3.5) e.g. 2009.3.1218.135.
    For ASP.NET MVC 2 applications you should use Binaries\Mvc2\Telerik.Web.Mvc.dll. Its assembly version ends with 235 (which means MVC v2 .NET 3.5) e.g. 2009.3.1218.235.
  2. Web asset versioning is only using the first three fields from the assembly version – e.g. 2009.3.1218. This was important so we don’t ship the same CSS and JavaScript files twice.
  3. New solution configurations have been defined so you can build the ASP.NET MVC 2 build. Those are “Debug-MVC2-NET35” and “Release-MVC2-NET35”.

Important!!! This build is only compatible with ASP.NET MVC 2 RC. It does not support with ASP.NET MVC 2 Beta. The required assembly version is 2009.3.1218.235.

 

The online documentation is not updated yet to reflect those important changes. Also we only ship ASP.NET MVC 1 examples.


About the Author

Atanas Korchev

 is Team Leader in Kendo UI Team

Comments

Comments are disabled in preview mode.