Note that there are some explanatory texts on larger screens.

plurals
  1. PORazor Intellisense Not Working VS2010 SP1Rel MVC3 from WPI Win7 x64
    text
    copied!<p>I have Visual Studio 2010 /SP1 / MVC 3 (With April Tools Update) installed on a machine with a fresh install of Windows 7 64-bit Professional. </p> <p>I do not have resharper installed. I never installed an RC or Beta of anything on this new OS Install. </p> <p>My install steps were as follows:</p> <ol> <li>Install Visual Studio Professional. </li> <li>Install Web Platform Installer.</li> <li>Install Visual Studio SP1 from WPI.</li> <li>Install Microsoft ASP.net MVC 3 (with April Tools Update)</li> <li>Install Productivity Power Tools</li> </ol> <p>Help > About Microsoft Visual Studio shows: </p> <p>Microsoft Visual Studio 2010 Version <strong>10.0.40219.1 SP1Rel</strong></p> <p>Microsoft .NET Framework Version <strong>4.0.30319 SP1Rel</strong></p> <p>System.Web.Mvc.dll file version shows: <strong>3.0.20105.0</strong></p> <p>Once installed I did the following:</p> <ol> <li>Open Visual Studio.</li> <li>File > New Project</li> <li>Choose "ASP.Net MVC 3 Web Application".</li> <li>On the "New ASP.NET MVC 3 Project" dialog. I chose "Internet Application", "Razor" View Engine. Hit OK.</li> </ol> <p>Within the project here is the behavior:</p> <ol> <li>Open any cshtml file and Razor @blocks are not highlighted.</li> <li>Intellisense gives html snippets as options in and outside of razor blocks but does not recognize Html helpers or models etc within them.</li> <li>The project builds.</li> <li>You can run the project and everything works when built. Razor views are rendered normally.</li> </ol> <p>Does anyone know a definitive set of prerequisites to have Razor Intellisense working? Something I can diff between the other Win7 64-bit machines that have Razor Intellisense working and the 2 that have this issue? Registry entries? Are there any Visual Studio logs that can help debug this? After hours of frustration and reading every Razor Intellisense post and question I have run across without coming up with anything that works I am just hoping for some new thoughts on what to troubleshoot/try next.</p> <p>Thanks for any help on this.</p>
 

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