Bugs item #1178862, was opened at 2005-04-07 15:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1178862&group_id=31650

Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: TDNeumann (timneumann)
Assigned to: Nobody/Anonymous (nobody)
Summary: Ambiguous Reference Problem...

Initial Comment:
I am having a problem with a build...

I have a solution that contains two projects. Each of 
those projects contain references to .dll's. In order to 
facilitate a simplified deployment method, the company 
has made the decision to put these .dll's into a folder in 
each project. After they are placed in the folder a 
reference is then added for that .dll and the reference is 
pointed to the .dll within the folder. In one instance 
the .dll in question is used in two projects and the same 
process of adding to a folder and locally referencing is 
repeated in each project.

Within VS.NET 2003 the solution builds fine and there 
is no problem with the references.

However when building this solution in NAnt I am 
receiving the following error:

error BC30560: 'SqlHelper' is ambiguous in the 
namespace 'Microsoft.ApplicationBlocks.Data"

I suspect it has something to do with the conversion 
from assembly references to project references, but I 
am not sure and have not been able to resolve the issue.

I have included a sample project (scaled down) that 
repeats the issue and is representative of what is 
happening in the original project.

Thanks...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1178862&group_id=31650


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to