Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File or assembly name Microsoft.mshtml not found
Message
From
15/01/2005 18:53:11
 
 
To
All
General information
Forum:
ASP.NET
Category:
Web control library
Title:
File or assembly name Microsoft.mshtml not found
Miscellaneous
Thread ID:
00977517
Message ID:
00977517
Views:
100
I have included a Web Browser control on my form. When I run that on my development PC all is ok. When I run that on a server running Win2K, I have this error:

File or assembly name Microsoft.mshtml, or one of its dependencies, was not found.

The Web Browser control displays its data ok. But, in order to bring the cursor at the bottom, I am doing this:
    ' Go at the end of the browser
    ' expO1 Browser object
    Private Sub GoEnd(ByVal toBrowser As AxSHDocVw.AxWebBrowser)
        Dim MyDocument As mshtml.HTMLDocument = toBrowser.Document
        MyDocument.getElementById("DivGoTo").scrollIntoView("DivGoTo")
    End Sub
I didn't create a setup to install that EXE on the server. I simply copied the bin directory which is also including the AxInterop.SHDocVw.dll and Interop.SHDocVw.dll files. However, in order to mshtml to work, am I forced to build a setup which would include all the dependencies?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform