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

TelerikMvcWebMail application, 'Telerik.UI.for.AspNet.Mvc5.Trial'

3 Answers 239 Views
Installer and VS Extensions
This is a migrated thread and some comments may be shown as answers.
Dimitry
Top achievements
Rank 1
Dimitry asked on 31 Jan 2019, 11:15 AM

I have problem with running the  TelerikMvcWebMail application .

I opened application with VS 2017

When try run it , the following error  occurs: “Unable to find version '2018.3.911' of package 'Telerik.UI.for.AspNet.Mvc5.Trial'.”

When I tried the install/update the (the package source Telerik.com defined and have connection to the server https://nuget.telerik.com/nuget)  I also got the error:

Severity Code Description Project File Line Suppression State
Error NuGet Package restore failed for project TelerikMvcWebMail: Unable to find version '2018.3.911' of package 'Telerik.UI.for.AspNet.Mvc5.Trial'.  https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet/: Error downloading 'Telerik.UI.for.AspNet.Mvc5.Trial.2018.3.911' from 'https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet/'.  The ServicePointManager does not support proxies with the https scheme.  https://api.nuget.org/v3/index.json: Package 'Telerik.UI.for.AspNet.Mvc5.Trial.2018.3.911' is not found on source 'https://api.nuget.org/v3/index.json'.  https://nuget.telerik.com/nuget: Unable to load the service index for source https://nuget.telerik.com/nuget.  An error occurred while sending the request.  The request was aborted: The request was canceled.  This method is not supported by this class.. 0

Can you help me please to solve the problem?

 

3 Answers, 1 is accepted

Sort by
0
Izabel
Telerik team
answered on 31 Jan 2019, 03:26 PM
Hello Dimitry,

Sorry for the caused inconvenience!

Could you please restart your Visual Studio and try once again to install/update your package?

In case the problem still exists, please write back to us.

We are looking forward to hearing back from you!


Regards,
Izabel
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Dimitry
Top achievements
Rank 1
answered on 06 Feb 2019, 09:33 AM

Hello ,

Thank you for prompt answer. 
I made the restart and it helped.
Now when i run the application i got the following error:

Multiple types were found that match the controller named 'Home'. This can happen if the route that services this request ('{controller}/{action}/{id}') does not specify namespaces to search for a controller that matches the request. If this is the case, register this route by calling an overload of the 'MapRoute' method that takes a 'namespaces' parameter.

The request for 'Home' has found the following matching controllers:
Kendo.Mvc.Examples.Controllers.HomeController
TelerikMvcWebMail.Controllers.HomeController

 

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.InvalidOperationException: Multiple types were found that match the controller named 'Home'. This can happen if the route that services this request ('{controller}/{action}/{id}') does not specify namespaces to search for a controller that matches the request. If this is the case, register this route by calling an overload of the 'MapRoute' method that takes a 'namespaces' parameter.

The request for 'Home' has found the following matching controllers:
Kendo.Mvc.Examples.Controllers.HomeController
TelerikMvcWebMail.Controllers.HomeController

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace: 

[InvalidOperationException: Multiple types were found that match the controller named 'Home'. This can happen if the route that services this request ('{controller}/{action}/{id}') does not specify namespaces to search for a controller that matches the request. If this is the case, register this route by calling an overload of the 'MapRoute' method that takes a 'namespaces' parameter. The request for 'Home' has found the following matching controllers: Kendo.Mvc.Examples.Controllers.HomeController TelerikMvcWebMail.Controllers.HomeController] System.Web.Mvc.DefaultControllerFactory.GetControllerTypeWithinNamespaces(RouteBase route, String controllerName, HashSet`1 namespaces) +146 System.Web.Mvc.DefaultControllerFactory.GetControllerType(RequestContext requestContext, String controllerName) +561 System.Web.Mvc.DefaultControllerFactory.System.Web.Mvc.IControllerFactory.GetControllerSessionBehavior(RequestContext requestContext, String controllerName) +53 System.Web.Mvc.MvcRouteHandler.GetSessionStateBehavior(RequestContext requestContext) +132 System.Web.Mvc.MvcRouteHandler.GetHttpHandler(RequestContext requestContext) +33 System.Web.Mvc.MvcRouteHandler.System.Web.Routing.IRouteHandler.GetHttpHandler(RequestContext requestContext) +10 System.Web.Routing.UrlRoutingModule.PostResolveRequestCache(HttpContextBase context) +9965975 System.Web.Routing.UrlRoutingModule.OnApplicationPostResolveRequestCache(Object sender, EventArgs e) +82 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +141 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +48 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +71

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3282.0

 

Please HELP 

Regards

D

0
Izabel
Telerik team
answered on 07 Feb 2019, 12:15 PM
Hi Dimitry,

We have opened a new ticket on your behalf for the issue in your application.

You can look for updates in the new ticket here - https://www.telerik.com/account/support-tickets/view-ticket?threadid=1386829.

Regards,
Izabel
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Installer and VS Extensions
Asked by
Dimitry
Top achievements
Rank 1
Answers by
Izabel
Telerik team
Dimitry
Top achievements
Rank 1
Share this question
or