Posted 28 September 2017, 3:03 pm EST
[activereports_archive]I have an automated NANT script that checks out code files from source safe and basically builds the project from scratch. When I build my project in the VS .NET 2003 IDE, there are no errors that occur and the evaluation marks are gone. However, when I build from using NANT, I get the following error:
c:\usba\builds\vss\USBAMain\licenses.licx(1) : error LC0003 : Unabled to resolve type ‘DataDynamics.ActiveReports.ActiveReport, ActiveReports’
It seems to me that it can’t find the ActiveReports license. I know that it is licensed correctly on this machine because I can print without the evaluation marks. I’ve also run the ‘Create Web.Config file’ and the XML was generated successfully.
I have a licenses.licx file that contains the following string:
DataDynamics.ActiveReports.ActiveReport, ActiveReports
Is this the correct string? I’m at a loss for what I can do to fix this issue.
[/activereports_archive]