|
Is anyone else using NAnt to build their ASP.NET projects
that reference the Infragistics components? I’m trying to get my
client converted over to using NAnt. They are using two components from
Infragistics, UltraWebMenu and UltraWebChart. When you drop the Infragistics component on a form, the
environment automatically generates the licenses.licx file within your
project. When I use NAnt to build my project, I get the following error:
[license] Creating licenses ...
[license] Infragistics.WebUI.UltraWebNavigator.UltraWebMenu,
Infragistics.WebUI.UltraWebNavigator.v2, Version=2.0.50 00.118, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb:
[license]
file:///C:/Inetpub/wwwroot/LicProject/Lib/Infragistics.WebUI.UltraWebNavigator.v2.dll
BUILD FAILED
Failed to create license for type
'Infragistics.WebUI.UltraWebNavigator.UltraWebMenu'.: NAnt.Core.BuildException:
Failed to create license for type
'Infragistics.WebUI.UltraWebNavigator.UltraWebMenu'. ---> System.Exception: License attribute not found
--- End of inner exception stack trace ---
Server stack trace:
at NAnt.DotNet.Tasks.LicenseGatherer.CreateLicenseFile(LicenseTask licenseTask,
String licenseFile) in c:\Documents and Settings\Administrator\Local
Settings\Temp\tmp279.tmp\src\NAnt.DotNet\Tasks\LicenseTask.cs:line 386 From what I can tell, Infragistics keeps it’s
licensing info in another dll, Infragistics.WebUI.Shared.dll. Might that
be the problem? Is NAnt not compatible with projects referencing
Infragistics? If you have an ASP.NET application that references the
Infragistics components, how did you get yours to work? What version of
NAnt are you running? Thanks for the help. dave bost | director of technology |
solution partners, inc. | o: 630.416.1335 x12 | c: 630.650.9012 |
[EMAIL PROTECTED] |
- RE: [Nant-users] ASP.NET Projects with references to Infragi... Dave Bost
