Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you look up your template directory for Visual Studio, and check out the template: </p> <p>MvcWebApplicationProjectTemplatev3.0.cs.zip </p> <p>(VS Install dir)\Common7\IDE\ProjectTemplates\CSharp\Web\1033</p> <p>The thing to look at here is this line:</p> <pre><code>&lt;WizardExtension&gt; &lt;Assembly&gt;Microsoft.VisualStudio.Web.Mvc.3.0, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&lt;/Assembly&gt; &lt;FullClassName&gt;Microsoft.VisualStudio.Web.Mvc.UserInterface.MvcTemplateWizard&lt;/FullClassName&gt; &lt;/WizardExtension&gt; </code></pre> <p>So they have got a custom Wizard working here. these questions look to be similar:<br> <a href="https://stackoverflow.com/questions/1016593/blank-asp-net-mvc-template">Blank Asp.net MVC template</a><br> <a href="https://stackoverflow.com/questions/4783513/how-to-write-an-mvc3-project-template-that-will-offer-option-razor-or-aspx-views">How to write an MVC3 Project Template that will offer option Razor or .aspx views</a></p> <p>Basically, they say the wizard isn't open source but you could potentially write your own custom wizard.</p> <p>EDIT:<br> here are a couple of page that tell you how to create your own wizard:<br> <a href="http://msdn.microsoft.com/en-us/library/ms185301.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/ms185301.aspx</a><br> <a href="http://www.codeproject.com/KB/system/create_VS_wizard.aspx" rel="nofollow noreferrer">http://www.codeproject.com/KB/system/create_VS_wizard.aspx</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload