In ASP.NET application run on remote hosting server i get this error: Could not load type \'mshtml.IHTMLDocument\' from assembly \'myassembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null\'
Was wondering if someone could give me some direction on this. I\'ve spent a decent amount of time on it and don\'t seem to be getting anywhere:
I\'ve had this code working for at least a year and today it threw an exception that i haven\'t been able to figure out why its happening. Its a Forms.WebBrowser that hits a generic site first and the
I\'m using an IHTMLTxtRange object instance to replace the current user\'s selection in the browser. Today, i came across the following problem. This is my markup:
IE9 appears to have broken my mshtml com based WebBrower html editor in my 32-bit winforms .net 3.5 application. (It has to be set to开发者_如何学JAVA 32-bit due to an activex USB device controller I
I have a situation whe开发者_运维技巧re I would like to use some methods available via the IHTMLDocument7 interface shipped with IE9. In particular the getElementsByTagNameNS() method because I want t
I use an IE object in my app, so I have to use mshtml to interact with the IE\'s document. But I have several problems:
I\'m making a toolbar on C# for IE and I need to access a certain frame within the website. On my initial tests, I\'m just trying to cycle through the frames and have a MessageBox popup with the name
I am using Microsoft HTML Objects library in my project, and the problem is, that I always get an exception when I try to start in VS debugger (I got COMException with E_FAIL HRESULT). When I start ap
Having been told msHtml mustn\'t be copied with my own clickonce app, I would like to: Detect if the client\'s computer has msHtml.dll installed and if yes, be able to use it in my application