>I am using the <solution> task to perform automated build on a binary that 
>uses >some 3rd party tools 
>(Dev Express, ChartFX).  This builds without problems in VS.net, but I obtain 
>>"error LC0003 : Unabled to resolve type...." when executed within NAnt.  Has 
>anyone had similar problems or solutions?

I was in that place just sometime ago. Apparently .NET licensing isn't that 
well read/standardized.
If you are using the solution task, the licx files should get auto-compiled 
AFAIK from Gert. The problem seems to be that lc.exe is not finding the 
specified dlls. So either you can add an element that lets you add more 
locations for NAnt to search thru or the license task.

e.g.
         <license input="Source\Main\licenses.licx" target="GateCycleMain.exe" >
            <assemblies basedir="bin">
               <include name="*.dll"/>
            </assemblies> 
         </license>
If you have the time, just read my exp with 3PL (3rd party libs) 
http://madcoderspeak.blogspot.com/2005/10/resolving-assembly-references-in-net.html
 - Shameless self advertisement :) but might contain something that might be 
useful.. I hope


Gishu

HS^�隊X���'���u��jg����z÷¥¢™ï¿½ï¿½ï¿½!jY^���+a����z�'�j�������'���������y��m秵��v�0�v�ڙZ�f�������z���t��+f=#–'$��޶�ek(m������q����z��z�'�j)��Z�۬z�&j)b�
      b��Z�۬z�%��l���q����z�m��?�X���(��~��zw��X������b��?����ǫ

Reply via email to