Hi:
Yesterday I downloaded Kendo UI for a trial. I was able to install without any errors that I could see, but when I try to run the demo in VS2010 SP1 I have the following issues:
1: Message at start: "Attaching the script debugger to process ... iexplore.exe on machine ... failed. A debugger is already attached. There are no other VS or Dev Server instances running. This error is not crucial as I can proceed with the demos.
2. When I navigate to the Treeview with remote data demo, the only thing I see above the sources after delay is "Request Failed" with a retry button.
3. It appears some of the sources are missing including these references from Index.cshtml:
<link href="@Url.Content("~/Content/shared/suite.css")" rel="stylesheet">v
<a href="@(Url.RouteUrl("RazorDefault", new { controller = "Suite", suite = "web" }))" class="imgPlate"><img src="@Url.Content("~/Content/shared/demos-web.png")" /></a> (both the class and the png are missing. In fact the Content folder is empty.)
4. In the grid binding to local data at line 3 in c:\Program Files (x86)\Telerik\Kendo UI for ASP.NET MVC Q1 2013\wrappers\aspnetmvc\Examples\Areas\razor\Views\web\grid\local_data.cshtml, the code @(Html.Kendo().Grid(Model)... gets a "The system cannot find the file specified" error.
Except for the first item, the errors are the same whether I start in VS or just click on the demo link in the windows menus.
The simpler examples mostly work, but what I need Kendo UI for is databinding against remote data, mostly with the grid and treeview, so I really need working examples of these,. It appears that the demo that comes in the Kendo MVC MSI has not been properly QAed. Or possibly there is some other cause on my machine. Is there another source of these demos that I can try? or can you help me resolve these issues?
Thanks,
Terry
Yesterday I downloaded Kendo UI for a trial. I was able to install without any errors that I could see, but when I try to run the demo in VS2010 SP1 I have the following issues:
1: Message at start: "Attaching the script debugger to process ... iexplore.exe on machine ... failed. A debugger is already attached. There are no other VS or Dev Server instances running. This error is not crucial as I can proceed with the demos.
2. When I navigate to the Treeview with remote data demo, the only thing I see above the sources after delay is "Request Failed" with a retry button.
3. It appears some of the sources are missing including these references from Index.cshtml:
<link href="@Url.Content("~/Content/shared/suite.css")" rel="stylesheet">v
<a href="@(Url.RouteUrl("RazorDefault", new { controller = "Suite", suite = "web" }))" class="imgPlate"><img src="@Url.Content("~/Content/shared/demos-web.png")" /></a> (both the class and the png are missing. In fact the Content folder is empty.)
4. In the grid binding to local data at line 3 in c:\Program Files (x86)\Telerik\Kendo UI for ASP.NET MVC Q1 2013\wrappers\aspnetmvc\Examples\Areas\razor\Views\web\grid\local_data.cshtml, the code @(Html.Kendo().Grid(Model)... gets a "The system cannot find the file specified" error.
Except for the first item, the errors are the same whether I start in VS or just click on the demo link in the windows menus.
The simpler examples mostly work, but what I need Kendo UI for is databinding against remote data, mostly with the grid and treeview, so I really need working examples of these,. It appears that the demo that comes in the Kendo MVC MSI has not been properly QAed. Or possibly there is some other cause on my machine. Is there another source of these demos that I can try? or can you help me resolve these issues?
Thanks,
Terry