开发者

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

开发者 https://www.devze.com 2023-01-12 16:32 出处:网络
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\\WebApplicatio

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 ? O开发者_JS百科therwise where can I found the content of the following folder : C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\ ?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消