Silverlight running in IE kiosk mode
        Posted  
        
            by JimmySavile
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JimmySavile
        
        
        
        Published on 2010-04-29T08:51:31Z
        Indexed on 
            2010/04/29
            8:57 UTC
        
        
        Read the original article
        Hit count: 546
        
Hi,
We are having a weird problem where by we are running a silveright application in IE8 kiosk mode, the shortcut is added to windows startup. The silverlight app runs on localhost. It all works fine until you reboot, IE displays "navigation to the webpage was canceled" when it loads. Yet the shortcut works fine, if you close IE and manually go into the startup folder and run the shortcut, or run the same shortcut from the desktop.
I assume there is some sort of timing issue but have no idea what. Tried using 127.0.0.1 instead of localhost incase DNS hadn't been properly initialised at that point or something. Maybe an IIS initialisation problem?
Anyone have any ideas?
Thanks for your time
© Stack Overflow or respective owner