With the release of ASP.NET 5 beta 8 ...when we upgraded our MVC web application from 7 to 8 we ran into the following error.
Microsoft.AspNet.Diagnostics.DeveloperExceptionPageMiddleware: Error: An unhandled exception has occurred while executing the request
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
This was being caused by the Kendo.Mvc of reference of which we were using the 2015.3.930 release. We are wondering when will there be a release made that will be compatible with the latest beta release since the RC1 is supposed to be released in only a few short weeks from now and we are trying to keep our upgrade project rolling along with these releases.
We are hoping to not have to remove the reference and then switch our control usage from the wrappers back to coding everything in typescript. As this would cause us to have to refactor our controllers to remove the DataSourceRequest usages.
Thanks for any information you can provide.
AJ
9 Answers, 1 is accepted

We're working on upgrading the package to be compatible with Beta 8.
Hopefully, we'll have it ready and running by the end of the week.
Regards,
T. Tsonev
Telerik

Hello,
are there any news?
Regards
Davide

Hello,
i have a problems with "DropDownListFor" and "AutoComplete" :
- Error CS1061 'WidgetFactory<dynamic>' does not contain a definition for 'AutoComplete' and no extension method 'AutoComplete' accepting a first argument of type 'WidgetFactory<dynamic>' could be found (are you missing a using directive or an assembly reference?)
- Error CS1501 No overload for method 'DropDownListFor' takes 0 arguments
How can I fix?
Regards
Davide
I'm glad to announce that the NuGet package and demos have been updated to the latest version. See the updated docs.
Please note that not all widgets are ported yet. We hope to have most of them ready shortly after the RC release.
Regards,
T. Tsonev
Telerik

Hi,
i don't find these file :
<script src="~/lib/kendo-ui/js/cultures/kendo.all.min.js"></script>
<script src="~/lib/kendo-ui/js/cultures/kendo.aspnetmvc.min.js"></script>
My version of "bower.json" is "kendo-ui": "2015.3.1023+SP1".
Where i can find these files?
Regards
<
script
src
=
"~/lib/kendo-ui/js/kendo.all.min.js"
></
script
>
<
script
src
=
"~/lib/kendo-ui/js/kendo.aspnetmvc.min.js"
></
script
>
Additionally, you may be interested in reviewing the demo from the following public github repository which uses our up-to-date Telerik UI for ASP.NET MVC 6 Beta and is built against ASP.NET vNext Beta8.
Best regards,
Sebastian
Telerik

Sorry...
<script src="~/lib/kendo-ui/js/kendo.all.min.js"></script>
<script src="~/lib/kendo-ui/js/kendo.aspnetmvc.min.js"></script>
