Silverlight project builds in VS2008 but fails when using MSBuild
- by Tom
Hi,
We have 2 Silverlight projects in the same solution; SLGlobalResource and SLData. SLData references SLGlobalResource (using references add reference projects).
When we build it in debug within VS2008, everything builds fine and all is good.
But when we build it using:
msbuild TheSolution.sln /p:Configuration=Debug /t:rebuild
SLData…