i’ve downloaded the mvc3 source code and am trying to add it to an existing project so i can debug. I get the following compile error – The referenced assembly System.Web.WebPages.dll was not found. If this assembly is produced by another one of your projects, please make sure to build that project before building this one. Do these dlls not come with the source code?
Share
Inside the
mvc3-rtm-sources.zipyou have downloaded there are 2 folders:It is the
webpagesfolder that contains the WebMatrix stuff (System.Web.Helpers, System.Web.Razor, System.Web.WebPages, …). So make sure you have compiled those projects first.