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?
source
share