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

[Solved] MVC3 Template for VS2010

2 Answers 109 Views
Installer and VS Extensions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jan Waiz & Daniel Nauck mono-project.de
Top achievements
Rank 1
Jan Waiz & Daniel Nauck mono-project.de asked on 26 Feb 2011, 10:50 PM
I am working with Visual Studio 2010, Windows 7 - all patches installed.

Just download and install the latest patch for mvc3: "Telerik_Extensions_for_ASPNET_MVC_2010_3_1318_OpenSource.zip" by manually copying the files in the zip into the telerik-install directory which overrides existing files and add a mv3-folder in binarys.

Building a new Project from the new template "ASP.NET MVC 3 Web Application". I am wondering, that there are no entries in the web.config.

Is that a fauled in the template?

2 Answers, 1 is accepted

Sort by
0
Jan Waiz & Daniel Nauck mono-project.de
Top achievements
Rank 1
answered on 26 Feb 2011, 10:56 PM
sorry - addon:

So i am not able tu use Controls like telerik menu like this:

<% Html.Telerik().Menu()
       .HtmlAttributes(new { @class = "MenuTelerik" })
       .Name("Menu")
       .Orientation(MenuOrientation.Horizontal)
       .Items(menu =>
       {
           menu.Add().Text("MenuItem1").Action("Index", "Home");
           menu.Add().Text("MenuItem2").Action("Index", "Home");
       })
       .Render();
  %>

because there are some missing web.config-Entrys.

There is also no reference to the Telerik.Web.Mvc.dll

At least: The Template did not install a full functional environment that enables me to use telerik.
0
Atanas Korchev
Telerik team
answered on 28 Feb 2011, 08:10 AM
Hi Jan Waiz & Daniel Nauck mono-project.de,

 You need to use the installer in order to get proper Visual Studio integration. ASP.NET MVC 3 project templates were introduced with the 2010.3.1318 installer.

Regards,
Atanas Korchev
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Installer and VS Extensions
Asked by
Jan Waiz & Daniel Nauck mono-project.de
Top achievements
Rank 1
Answers by
Jan Waiz & Daniel Nauck mono-project.de
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or