RE: [Nant-users] Pulling in assembly references

2005-04-05 Thread Craig Wagner
mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 12:21 AMTo: Craig Wagner; nant-users@lists.sourceforge.netSubject: RE: [Nant-users] Pulling in assembly references Craig,   AFAIK VS.NET first uses assembly folders to resolve assembly references, and only uses the hintpath as a last resort.   C

RE: [Nant-users] Pulling in assembly references

2005-04-05 Thread Gert Driesen
ey are machine specific), but if not, we should document it I guess.   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig WagnerSent: maandag 4 april 2005 20:42To: nant-users@lists.sourceforge.netSubject: [Nant-users] Pulling in assembly references I'm getting

[Nant-users] Pulling in assembly references

2005-04-04 Thread Craig Wagner
I'm getting different behavior building my solution from within VS.NET compared to building with nant. I'm using 0.85-rc2.   In my .csproj file I have the following reference.           Name = "Aspose.Excel"    AssemblyName = "Aspose.Excel"