Hello,
I am receiving the following error when attempting to add a
licenses.licx file to an .exe (using the 07/05 nightly build)...
licenses.licx(11) : error LC0003 : Unabled to resolve type
'SoftwareFX.ChartFX.Chart, ChartFX'
I'm not sure why it can't resolve this type. I get the same error,
even when I use the full assembly name including the version, culture,
etc. I tried poking around in the code but I was unable to locate the
"Unabled" message, so maybe the licenses task uses the lc.exe program?
However, maybe not since when I run lc.exe on the licx file it seems to
work ok.
Here's a snippet from the build script:
<license input="MyProject\licenses.licx"
output="MyProject.exe.licenses" licensetarget="MyProject.exe">
<assemblies>
<lib>
<include name="Build\ChartFX\**\*.dll" />
</lib>
</assemblies>
</license>
I've tried both with and without the <assemblies /> tag, since
all of the assemblies referenced in license.licx are in the GAC. I am
also using the Infragistics component suite and the licenses appear to
be working fine for those assemblies.
Also, I should mention that I am not using a SOLUTION compile since I
am trying to merge our LOB and UI layers into one assembly using nAnt
due to ChartFX's asinine licensing rules (basically, our license
doesn't allow us to reference the ChartFX dll's from a dll). I'm
hoping there's an easy fix, otherwise I'll just have to merge the
projects together. I'm also wondering if there's any way I can just
use my manually generated licenses file in the build...
Thanks in advance,
Rich
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users
- Re: [Nant-users] Problems with ChartFX licensing... Richard Sbarro
- Re: [Nant-users] Problems with ChartFX licensing... Gert Driesen
- Re: [Nant-users] Problems with ChartFX licensing..... Richard Sbarro
- Re: [Nant-users] Problems with ChartFX licensi... Gert Driesen
- Re: [Nant-users] Problems with ChartFX lic... Richard Sbarro