-
CJ7
-
mmystery
vb.net .net-2.0 runtime-error shdocvw
I have an application with a parent MDI an several child forms. Now, I have decided to use axwebbrowser to show some content in the main parent form. The axwebbrowser is loaded when the application as soon as it’s loaded. When added, VS automatically created the two interop dlls (interop.shdocvw.dll and axinterop.shdocvw.dll).The application is targeted on .net 2 and with x86 architecture, and the VS is resided on Win7 64bit.So far so good, and in several systems it works correctly. Even though,
-
locster
.net internet-explorer webbrowser-control shdocvw axwebbrowser
We have a Windows Forms app that hosts a web application from http://localhost (on a port selected at runtime) in a WebBrowser control which mostly works fine. Within the webapp there is a ‘help’ link that pops up a new window, and we handle this by listening to the NewWindow event and showing the help URL in another WebBrowser control within another Form/Window, this also mostly works fine. The problem is that the html help files are generating script errors which cause annoying popup error mes
-
AndyD273
vb.net shdocvw
I’m using SHDocVw.InternetExplorerClass to scrape a webpage. It works fine in XP, but when I try to run it in windows 7 I get an error:The interface is unknown. (Exception from HRESULT: 0x800706B5)When I run visual studio in administrator mode it works fine, but the published application has to be run in administrator mode too, which isn’t acceptable.Is there any way to get around running the application in administrator mode?