Compile Views in ASP.NET MVC

前端 未结 8 1278
故里飘歌
故里飘歌 2020-11-22 02:54

I want an msbuild task to compile the views so I can see if there are compile time errors at well... compile time. Any ideas?

8条回答
  •  無奈伤痛
    2020-11-22 02:56

    The answer given here works for some MVC versions but not for others.

    The simple solution worked for MVC1 but on upgrading to MVC2 the views were no longer being compliled. This was due to a bug in the website project files. See this Haacked article.

    See this: http://haacked.com/archive/2011/05/09/compiling-mvc-views-in-a-build-environment.aspx

提交回复
热议问题