i got a Powerbuilder (12.5) .net assembly application which dll generated is referenced by an ASP.NET MVC application. Basically, ASP.NET call to PB assembly NVO function with some parameters, then PB retrieves data from DB (SQLServer) through a dataStore and then saves it as PDF, then returns the name of PDF file to ASP.NET MVC app and then Web application send PDF file to user for downloading. In local PC it works nice. but when i deploy into web server it fails:
Error: "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.
I have installed all dll from Runtime Packager. I have sent all dll, xml and pbds that PB gnerate when project is deployed. In IIS everything is rightly configured. So id like to know if someone kwows anything about this error.
thanks in advance