asp.net mvc userinteractive problem
Posted
by niao
on Stack Overflow
See other posts from Stack Overflow
or by niao
Published on 2010-03-17T21:45:47Z
Indexed on
2010/03/17
21:51 UTC
Read the original article
Hit count: 321
Greetings, in my mvc application when I try to connect to wcf service I get this error
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.
The problem only occurs on production server (Win2008, IIS7). On my development server (WinXp, IIS6) it works ok. Additionally. I can connect from asp.net mvc development to wcf production service. I can't do this od production server (asp mvc production to production wcf service)
© Stack Overflow or respective owner