Forum member

simonl

2 posts

Posts by simonl

  1. NCrunch Build fails when building MVC views

    Great thanks Remco, that has fixed the problem. Sorry, I had spotted that option earlier but forgot to try it! Cheers for the quick response. Simon.

  2. NCrunch Build fails when building MVC views

    The build fails if an MVC web project is set to build views, and a view references a dependency in a project reference. To recreate: Create a new MVC 3 project, called MvcApplication1 Create a new ClassLibrary project, called ClassLibrary1 Add a project reference to ClassLibrary1 from MvcAppli…