I installed ASP.net MVC 3 on my dev machine yesterday using a web installer, performed a clean reboot, etc.
MVC 3 projects still do not appear in the New Project dialog box, but only in MVC 2. Am I missing a step?
Answer (in this case): make sure that .net 4 execution time is indicated at the top of the new project dialog box during project execution.
If you use Visual Studio 2008, it will not be displayed, since it is available only for VS 2010 / .NET 4. If you use VS 2010 and .NET 4, they should appear if something uncomfortable happens with the installation.
Source: https://habr.com/ru/post/1338760/More articles:how to rate or rate votes - phpHow to analyze heap heaps - heapProviding a custom control with an abstract base class at design time - visual-studioGet and set a (private) property in PHP, like in C #, without using the magic method overloader getter setter - propertiesCryptography: protection against single-player games - authenticationUsing qsort () with class pointers - c ++How to programmatically add an event to a page using the Graph API? - httpCommunicate with stdin / stdout of a child process asynchronously - cRijndael Padding Error - c #How to set log level in glib - cAll Articles