Hi All,
I have One Solution Sol_Online in my team project, If i build the solution on my machine it builds fine with no errors but when i use the BuildType and Run the Build it gives me the error below:-
Solution: Sol_Online.sln, Project: PMS.WSS.CSIP.Utility.csproj, Compilation errors and warnings
c:\build\Eval P1\TestBuild_Dev\Sources\Online\Development\Main Branch\Source\Desktop Modules\PMS.WSS.DNN.Modules.CSIPFeedback\PMS.WSS.DNN.Modules.CSIPFeedback.csproj(132,11): error MSB4019: The imported project "C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
I checked Microsoft.WebApplication.targets file on my system it is present , So Wht i am Guessing is that when i am using a build_Type in my TFS Explorer and running a build , because it is build on my server machine this file is not present there? Am i right ....M not sure.
Also any ideas how can i fix it....