If your MVC project is divided in to multiple area projects and if you are using portable areas feature of MVCContrib, and if the view pages are stronly typed, intellisense on the view pages might not work.
Only way I was able to make this work is
a. Copy the main web.config file in to the area project
b. Copy the Views\Web.Config in to the areas project under views folder
c. Do not select 'Copy Local' option on System.Web.MVC dll.
No comments:
Post a Comment