Hi,
We have a Winforms application that uses Syncfusion libraries for building its UI layer.
Syncfusion Essential Studio licensed version 10.2.0.75 is what is being used.
The application builds fine using Visual Studio as well as from command line using MSbuild.exe.
When building the same .sln using Jenkins hosted on the same machine, using MSBuild plugin, the build fails with the following error:
licenses.licx(1): error LC0004: Exception occurred creating type
'Syncfusion.Windows.Forms.Grid.GridControl, Syncfusion.Grid.Windows, Version=10.204.0.75,
Culture=neutral, PublicKeyToken=3d67ed1f87d44c89'
System.InvalidOperationException: Showing a modal dialog box or form when the
application is not running in UserInteractive mode is not a valid operation.
Specify the ServiceNotification or DefaultDesktopOnly style to display a
notification from a service application
Any help to the above would be greatly appreciated.