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

Getting Server Error in Development machine Server Error in '/' Application.

4 Answers 174 Views
General Information
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Samridhi
Top achievements
Rank 1
Samridhi asked on 12 Apr 2017, 05:48 AM

While using the code  @(Html.Kendo().Window()  I am getting below error in development machine while the page. instead of getting information message below the control.I am not able to proceed with the development itself.

This error is happening with using Visual studio 2015 or Visual studio 2017.

 

Server Error in '/' Application.

Your trial version of Telerik UI for ASP.NET MVC by Progress has expired. Purchase the commercial version now from www.telerik.com/purchase or extend your trial with 15 more days by contacting trialextend@progress.comDescription: 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.ComponentModel.LicenseException: Your trial version of Telerik UI for ASP.NET MVC by Progress has expired. Purchase the commercial version now from www.telerik.com/purchase or extend your trial with 15 more days by contacting trialextend@progress.com

Source Error: 

Line 67: Line 68: <div id="kendo-modal"> Line 69: @(Html.Kendo().Window() Line 70: .Name("UserDetailDiv") Line 71: .Title("Log Schedules")
Source File: c:\Dev\mainsite\BlueChilli.CTARS.Web\Views\ServiceSchedule\Index.cshtml    Line: 69 

Stack Trace: 

[LicenseException: Your trial version of Telerik UI for ASP.NET MVC by Progress has expired. Purchase the commercial version now from www.telerik.com/purchase or extend your trial with 15 more days by contacting trialextend@progress.com] Kendo.Mvc.Infrastructure.Licensing.KendoLicenseProvider.Validate(Type type, Object instance) +303 Kendo.Mvc.Infrastructure.Licensing.KendoLicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) +13 System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey) +214 System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey) +343 System.ComponentModel.LicenseManager.Validate(Type type) +47 Kendo.Mvc.UI.Fluent.WidgetFactory..ctor(HtmlHelper htmlHelper) +115 Kendo.Mvc.UI.Fluent.WidgetFactory`1..ctor(HtmlHelper`1 htmlHelper) +15

4 Answers, 1 is accepted

Sort by
0
bUb
Top achievements
Rank 1
answered on 18 Dec 2017, 10:21 PM
I am getting the same message from running the examples I received when installing the ASP.NET MVC version.  Should I put the mvc.dll to my paid for vs the one the example came with?
0
Dimo
Telerik team
answered on 21 Dec 2017, 02:01 PM
Hello bUb,

Yes, please use the Kendo.Mvc.dll assembly that came with the commercial product installer. Trial exceptions only appear when using the trial assembly. If you don't have a commercial installer at hand, please download it from "Your Account" > "Products & Subscriptions" at telerik.com.

Regards,
Dimo
Progress 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
bUb
Top achievements
Rank 1
answered on 21 Dec 2017, 03:41 PM
I had to change the reference to kendo.mvc.dll by removing the examples kept in it's own solutions' folder and then add in the paid for dll by browsing to it.  Is there any easier way to go about this?
0
Dimitar
Telerik team
answered on 26 Dec 2017, 07:20 AM
Hello bUb,

I think that is the easiest way for changing references to a dll. Another approach could be to copy the commercial dll and paste it directly where the reference of the trial dll points to, substituting the trial one. I am glad that you managed to resolve the issue faced.


Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Information
Asked by
Samridhi
Top achievements
Rank 1
Answers by
bUb
Top achievements
Rank 1
Dimo
Telerik team
Dimitar
Telerik team
Share this question
or