G
Guest
I have a Windows Forms application developed in .NET Framework 1.1 which has
a Microsoft Web browser embedded in a Form and is using mshtml to do some
changes on the loaded html file.
One of the user gets the following error while running that form.
"Could not load type mshtml.HTMLDocument from assembly, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null"
I have copied the Microsoft.mshtml.dll file into the application folder and
it has the Version number 7.0.3300.0.
The user is running on Windows 2000 SP4 and has IE version 6.0.2800.1106.
Is there something else that needs to be registered or copied?
a Microsoft Web browser embedded in a Form and is using mshtml to do some
changes on the loaded html file.
One of the user gets the following error while running that form.
"Could not load type mshtml.HTMLDocument from assembly, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null"
I have copied the Microsoft.mshtml.dll file into the application folder and
it has the Version number 7.0.3300.0.
The user is running on Windows 2000 SP4 and has IE version 6.0.2800.1106.
Is there something else that needs to be registered or copied?