Bert,

I think it would be best to send us a repro for this issue, so we can assure the references are correctly named.

Gert

----- Original Message ----- From: "Bert Jan Lappenschaar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 16, 2004 3:26 PM
Subject: [Nant-users] references to interop dll's



Hi,



I am running into the following problem:



I use a nant script that has produces an exe. It has a references to
Interop.TGXLib.dll and AxInterop.TGXLib.dll (wrapper dll's).

Everything compiles fine.

Now, when I run the program I just compiled, it is looking for dll's
TGXLib.dll and AxTGXLib.dll, but it can't find them because these names
are wrong, it should look for Interop.TGXLib.dll and
AxIntererop.TGXLib.dll.





If I rename my interop dll's to TGXLib.dll and AxTGXLib.dll, everything
works fine.

So the names of the references in the exe are wrong. The part 'interop.'
has dropped off.

Can I set these names somehow in the Nant script  to force it to make
references to 'Interop.TGXLib.dll' instead of 'TGXLib.dll" ? I don't
want to rename files to get it to work.



Maybe in the references tag for the CSC task or something? For example
<includes name="Interop.TGXLib.dll" refid= Interop.TGXLib /> or
something...



Let me now,

Bert-Jan





Bert-Jan Lappenschaar

[EMAIL PROTECTED]

<mailto:[EMAIL PROTECTED]>

Senior ontwikkelaar

DataBalk BV



tel:+31318410135

mobiel: +31651093956










------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to