I'm looking into running the Xilium.CefGlue browser in my application. When working with the example client, I notice that if I run the built executable from the file system, everything works fine. It loads up and displays the
google.com website as it's supposed too. However, if I set the client project as the startup project and then launch the debugger, the application starts, but the web page is never displayed. The cursor just keeps spinning too. During all this, I never see any exceptions.
Can someone explain why this is? The reason I'm particularly interested is I am seeing the same behavior when I try to use CefGlue in my application, even when I'm running the app from the file system.
Thanks for the help!
paul