Wednesday, September 4, 2013

Intelligence not working in Visual Studio 2012 ASP.NET MVC 3 project razor view

To fix the issue add /Modify the key as specified below . Close the all pages in solution and reopen the page

now you can get it .

 

image

   1: <appSettings>
   2:    <!--<add key="webpages:Version" value="1.0.0.0" />-->
   3:    <add key="webpages:Version" value="1.0" />
   4:    <add key="ClientValidationEnabled" value="true" />
   5:    <add key="UnobtrusiveJavaScriptEnabled" value="true" />
   6:  </appSettings>