G
Guest
Hi!
I have a C# Web Application and I am trying to display a simple pop up window
to the user when a certain event occurs.
But when I call Message.Box I get the following error message:
It is invalid to show a modal dialog or form when the application is not
running
in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly
style to display a notification from a service application.
How can I pop up a message box in my web application ?
Any help will be appreciated!
LW
I have a C# Web Application and I am trying to display a simple pop up window
to the user when a certain event occurs.
But when I call Message.Box I get the following error message:
It is invalid to show a modal dialog or form when the application is not
running
in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly
style to display a notification from a service application.
How can I pop up a message box in my web application ?
Any help will be appreciated!
LW