Posted 22 August 2025, 7:37 am EST
We are currently utilizing FpSpread version 17.1.20241.0 in our application. Recently, while instantiating FpSpread with the following line of code:
FpSpread objfpSpread = new FpSpread();
we encountered an error stating: “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.”
This issue has arisen unexpectedly, as the code was functioning properly under the IIS environment until now.
We have ensured that the proper license files,
fp.deploy.gclicx
and fp.dev.gclicx
, are correctly embedded in the project.
We would greatly appreciate any assistance in resolving this error, as it is currently hindering our ability to release the application to clients.
Thank you for your support!