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

ASP.NET 5 beta 8 support

9 Answers 106 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Arie
Top achievements
Rank 1
Arie asked on 18 Oct 2015, 03:07 AM

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

Sort by
0
Davide
Top achievements
Rank 1
answered on 20 Oct 2015, 05:58 AM
I have the same problem...
0
T. Tsonev
Telerik team
answered on 20 Oct 2015, 12:25 PM
Hello,

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
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Davide
Top achievements
Rank 1
answered on 25 Oct 2015, 10:13 PM

Hello,

are there any news?

Regards

Davide

0
Davide
Top achievements
Rank 1
answered on 26 Oct 2015, 08:48 AM

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

0
T. Tsonev
Telerik team
answered on 28 Oct 2015, 09:25 AM
Hi,

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
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Davide
Top achievements
Rank 1
answered on 10 Nov 2015, 07:27 AM

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

 

0
Sebastian
Telerik team
answered on 10 Nov 2015, 08:46 AM
These files shouldn't be located in the /cultures subfolder but rather one level up, Davide, namely:

<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
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Davide
Top achievements
Rank 1
answered on 10 Nov 2015, 08:53 AM

Sorry...

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

Regards
0
Davide
Top achievements
Rank 1
answered on 10 Nov 2015, 08:56 AM
Thanks...
Tags
General Discussions
Asked by
Arie
Top achievements
Rank 1
Answers by
Davide
Top achievements
Rank 1
T. Tsonev
Telerik team
Sebastian
Telerik team
Share this question
or