Bugs item #1237756, was opened at 2005-07-13 15:02
Message generated for change (Comment added) made by abolourian
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1237756&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
Status: Open
Resolution: None
>Priority: 3
Submitted By: Ali Bolourian (abolourian)
Assigned to: Nobody/Anonymous (nobody)
Summary: Solution task fails compiling ...

Initial Comment:
In VS.NET 2003 Project A has a reference to assmebly 
X that is depending to .NET 1.0 and I don't have .NET 
1.0 on my machine. This project compiles and works 
with no problem both in NAnt and VS.NET.

Now project B in a different solution has a reference to 
assembly A, this project fails to build. the error is:
Error resolving module references of 'A.dll'.
    File or assembly name X.dll, or one of its 
dependencies, was not found.

Thanks,
Ali B

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

>Comment By: Ali Bolourian (abolourian)
Date: 2005-07-14 11:17

Message:
Logged In: YES 
user_id=921564

I found out that module X had some dependencies to other 
modules and they didn't show up even in Reflector and 
therefore didn't come with X to project A's set of bin files. So 
project B fails to build because

module = Assembly.LoadFrom(moduleName);

fails to load X in 
NAnt.VSNet.ReferencesResolver.AppendReferencedModulesL
ocatedInGivenDirectory()

So now the main problem is that:
If a module has any hidden dependencies on X, VS.NET 
builds B successfully and NAnt doesn't.

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

Comment By: Ali Bolourian (abolourian)
Date: 2005-07-13 15:06

Message:
Logged In: YES 
user_id=921564

By the way, project B builds successfully in VS.NET but not 
in NAnt.

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to