Chris-
Your solution cant locate CampaignManagement
so you will have to specify it thru webmap e.g.
<solution solutionfile="ChrisSolution.sln"
configuration="release">
<webmap> <map
url=""
path="c:\inetpub\wwwroot\CampaignManagement\CampaignManagement.csproj"
/> </webmap> </solution>
HTH
Martin
----- Original Message -----
Sent: Friday, December 02, 2005 1:58
PM
Subject: [Nant-users] WebMap Solution
Build Error
Hey Everyone,
We keep getting an odd error when trying to build our solution using the
web map property.
Given, a few days ago, something got hosed in the project and we had to
readd it to the solution. Now whever it builds it says.
Cannot build web project 'http://localhost:/CampaignManagement/CampaignManagement.csproj'. Please use <webmap> to map the given URL to a project-relative path, or specify enablewebdav="true" on the <solution> task element to use WebDAV.
So. We did have to take the project out of the solution and readd it, but it has the same name. Nothing else has changed. anywhere tostart looking at this?
VSS 6.0d, CC.NET 1.0.0.1070, nant .85 R3 Thanks Chris
|