Problem with lc.exe

Hi,

I do have a problem, if i try to make a finalbuild using a webservice.

It is a 3rd party license problem

Target CompileLicxFiles:
D:\Programme\Microsoft Visual Studio 8\SDK\v2.0\bin\LC.exe /target:frm1921PDLManagement.dll /complist:Properties\licenses.licx /outdir:obj\Release\ /i:"D:\Programme\Developer Express .NET v7.3\Sources\DevExpress.DLL\DevExpress.XtraGrid.v7.3.dll"

Properties\licenses.licx(2): error LC0004: Exception occurred creating type 'DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v7.3, Version=7.3.5.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1' System.ArgumentException: Font 'Arial' does not support style 'Regular'.

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.Dispose(Boolean disposing)
at System.ComponentModel.Component.Finalize()
Done building target "CompileLicxFiles" in project "frm1921PDLManagement.csproj" -- FAILED.

When i make the finalbuild localy on the machine there is no problem.

Starting the same project with fbcmd.exe with the webinterface it does not work.

Is this maybe a missing-rights issue?

i do use the latest FB5 version and .net v2.0

Thanks in advance

Erhan

You may need to install the DevExpress product on the build machine rather than just copying the referenced assemblies. This is because it is common for the licensing code for .net components to load the design time assemblies for checking the license (when loading the licenses.licx file).

HTH