Surendra Sharma

Surendra Sharma

Search This Blog

Wednesday, October 21, 2015

How to fix Intelligence problem in VS 2012 with MVC 4 project

I have just started working on my first MVC project and I come to know that my intelligence is not working in MVC 4 project. I didn’t found any answer for MVC 4 project on internet.

If you are facing intelligence problem in MVC 4 project, try your luck by placing yellow highlighted lines in <appSettings> section in web.config file.

  <appSettings>
    <add key="EmailReminder.FromAddress" value="name@server.net" />
 
    <add key="webpages:Version" value="2.0.0.0" />
    <add key="webpages:Enabled" value="false" />
     
  </appSettings>
 
At least it worked for me. :)

Please leave your comments or share this tip if it’s useful for you.

No comments:

Post a Comment