We\'re developing a ASP.Net Web Application project that has a Silverlight 2.0 component. We\'ve referenced the silverlight project in the web application properties, and th
I found the following tag in my project file fixed it:
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
e.g.
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
Maybe VSToolsPath is set before this point on my local machine, but not on the build server.