I want to create one project in Visual studio which use material design for its default User Interface. What are the steps that I have to follow to make this project.
What I have done is:
Created project
i. using asp.net web application
ii. using asp.net 4.5.2 MVC template
Installed MaterialSkin using Nuget Package Manager.
Now what I want is I want next other steps from here to completely install Material design.
I have my solution explorer image:
I get this error when trying to create a new ASP.NET and ASP.NET MVC project in Visual Studio 2015 professional
Any one with a solution on how to fix this
I'm playing around with MVC 5 RC 1 in Visual Studio 2013 RC. Works very well.
Now I upgraded an existing MVC 4 project in VS 2012 to MVC 5 the same way as described here
Any known workaround or ideas to get highlighting back?
Microsoft released a new version of ASP.NET Web Tools for VS 2012. After installing syntax highlighting is back again.
http://blogs.msdn.com/b/webdev/archive/2013/11/18/announcing-release-of-asp-net-and-web-tools-2013-1-for-visual-studio-2012.aspx
Installing VS 2012 Update 4 was not enough.
I'd like to get started with ASP.NET MVC 5 using Visual Studio 2012. I've installed the "ASP.NET And Web Tools 2013 for Visual Studio 2012, but this "only" gives me an "Empty ASP.NET MVC 5 Project" template.
For MVC4 web projects, I can select different kinds of Web applications (like "Standard", "Internet", "Intranet" etc.). And I've seen screenshots with similar options for Visual Studio 2013.
Are there any project templates (for VS2012) which allow me to do the same for MVC5 applications?
It seems that "currently" there is only included the Empty Project template, and MS officially hasn't released all other templates for VS2012. For ASP.NET MVC 5 you can use the scafolding to add the Controllers, Views etc. This is the same for WebAPI templates.
ASP.NET MVC 5 template
We added a new MVC 5 template. It references
the latest MVC 5 NuGet packages, and you can use scaffolding to add
controllers and views.
Also see the RELEASE NOTES
Not sure if you are interested in this answer, but I have a tutorial that will not only get your empty MVC 5 project working with Bundling, a controller, jQuery, jQuery UI, Modernizr and more, but it will walk you through installing Zurb's Foundation 5, a responsive Framework which I have working with Sass in MVC 5. It's all here:
http://httpjunkie.com/2013/158/install-zurbs-foundation-5-in-net-mvc-5/
The problem many have ran into is that Visual Studio 2012 only allows you to start from a blank MVC 5 project, so I will help you get the NuGet installed which is pretty similar to the instructions in the NuGet package with a few minor changes; however, it does not take into consideration that you will be installing from Visual Studio 2012 using a Blank MVC 5 project. If you would like to use Foundation 5 with MVC 4 Web Application template just omit the Bootstrap uninstall and the NuGet package should work fine, but if you need to use MVC 5 and you don’t have Visual Studio 2013, you will need to build the Home Controller, Bundling class, modify the Global.asax.cs as well as other quirky little things. So lets get started.
I spent a good part of a few hours getting it all working.
I just ran across this and going through it now. It seems to be spot on as well as really answering the posters question.
http://httpjunkie.com/2013/340/develop-mvc-5-with-asp-net-identity-in-visual-studio-2012/
Use VS2013 express, which has the latest templates, generate the scaffolded project (not empty), then go back to VS2012 and do your work.
I recently installed a fresh copy of Windows 7 ultimate, because of one reason: The windows recent update to .Net framework 4.5 made my MVC 3 and 4 disappear off the New -> Website template list and only exists in New -> Project option in Visual studio 2012 Pro. I never had this before, it's only the recent "Security" updates and few others all related to .Net framework 4.5 made this magical thing to happen. I don't understand why? Before the Windows "Security" update of 4.5 I was able to see all the MVC templates (3,4) off the New -> Website Template, leaving only two Web option related to Razor 1 and Razor 2, and others few others completely unrelated to MVC.
Please don't direct me to these links,
http://social.msdn.microsoft.com/Forums/vstudio/en-US/efe91261-c52a-44bd-9fe7-199d86ed9733/visual-studio-2012-not-displaying-net-framework-45-or-mvc-project-templates
and Visual Studio 2012 - no MVC project template, no 4.5
Because I have already tried those.
FYI: Re-installation, completely removed and re-installed a fresh copy, uninstalled all Visual studios 2008, 2010, 2012, and then re-installed one by one, and rebooted after every installation, Did not work.
Everything has to do with the Latest windows Update! Anyone else have this problem?