Immerse yourself in Visual Studio as an administrator in Windows 7 to interact with Internet Explorer

I am using SHDocVw.InternetExplorerClass to clear a webpage. It works fine in XP, but when I try to run it in Windows 7, I get an error message:

The interface is unknown. (Exception from HRESULT: 0x800706B5)

When I start the visual studio in administrator mode, it works fine, but the published application should also start in administrator mode, which is unacceptable.

Is there a way around the launch of the application in administrator mode?

+3
source share
1 answer

SHDocVw.InternetExplorerClass ? HTTP- System.Net.WebClient HttpWebRequest? . SHDocVw.InternetExplorerClass , , JavaScript VBScript.

+2

All Articles