Assembly in GAC is not copied to output in project that references a project that references the GAC assembly with CopyLocal=true
问题 I have a "Project A" that references System.Web.Mvc with CopyLocal=TRue. System.Web.Mvc is in the GAC both on my local maching and on the buildserver. I also have a "Project B" that references "Project A" in the output for "Project B" System.Web.Mvc is not copied to during the build. I suspect that this is because it is in the GAC. Is this true? And can I do something to make MSBuild copy it to the output folder? I read the answer from Muse VsExtensions in this thread, which talks about only