hoang
hoang

Reputation: 1917

How to install "Web Application Project support" for Visual Studio 2010?

My root problem is that I get the following error message from my CruiseControl server :

errorMSB4019: The imported project "C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" was not found.

I know all i have to do to workaround this issue is to copy the files to the folder but I just can't found anyone having thoses files and based on this thread I tried to "explicitly install the Web Application Project support on my machine" BUT I don't have such an option from the Microsoft Visual Studio 2010 Professional Setup tool ...

Does anyone managed to install this component ? Otherwise where can I found the content of the following folder : C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\ ?

Upvotes: 2

Views: 3670

Answers (1)

hoang
hoang

Reputation: 1917

As Scordo said :

You'll find those files on a developer machine where VS 2010 is installed. But on a 64 bit system the files are located here: C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications

Upvotes: 1

Related Questions