I'm working on the project. On my system, when I run the project, it works well, but after uploading it to my domain, when I check, it displays an error, for example:
"Displaying 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 the service application."
Description An unhandled exception occurred during the execution of the current web request. View the stack trace for more information about the error and its occurrence in the code.
Exception Details : System.InvalidOperationException: Displaying a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify a ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
What is the reason for this and how to resolve it?
Please help me...
Thanks.
Darsak
source share