I have VS 2012 running on Windows 7 Premium. I am developing for x86 in VB.Net. The web browser control will navigate to a selected URL correctly but, when I try and hit another url (or even the same one) the navigation fails leaving me with a blank screen.
I am showing an html page in a Windows App with links to reports.
The first report displays but, no link after that will work. I've tried disposing the control and creating a new one. I've navigated to "" and refreshed the control and then called navigate to a local file - does not help.
This is very frustrating. Any help would be appreciated.
Steve