Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File or assembly name Microsoft.mshtml not found
Message
De
15/01/2005 18:53:11
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Librairie contrôle Web
Titre:
File or assembly name Microsoft.mshtml not found
Divers
Thread ID:
00977517
Message ID:
00977517
Vues:
99
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform