MsgBox Error

C

Chiu Hung Jung

Hi, everyone

I use MsgBox("message") function, but error as follows:

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.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: 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.

I don't understand, how can I solve the problem.

Thanks for help!


CHJ
 
A

abacnet

Hello,

This is an ASP.NET newsgroup and I guess you have a web application.
MsgBox("message") is mainly used for a windows desktop application. If you
want to show a pop up message on a web application you can use a Javascript
function.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

MsgBox in ASP.NET? 1
MsgBox 2
msgbox 4
msgbox 1
MSGBOX PROBLEM 3
MSGBOX Example 2
Weird ASP.NET 2.0 Error 1
Window Services XML Export Error 1

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top