Assembly mshtml not found

  • Thread starter Thread starter Sven Gnagi
  • Start date Start date
S

Sven Gnagi

Hi,

I referenced Microsoft.mshtml in one of my projects.
(Visual studio .NET 2003) The application is running fine
on the developing machine, but when I distribute it to
other machines with framework 1.1 installed, I always get
the error message
"File or assembly name Microsoft.mshtml, or one of its
dependencies, was not found"
Is there anything else I have to distribute with the
application ? I thought mshtml was already included in
framework 1.1 .....

thx ,

Sven
 
Sven Gnagi said:
Hi,

I referenced Microsoft.mshtml in one of my projects.
(Visual studio .NET 2003) The application is running fine
on the developing machine, but when I distribute it to
other machines with framework 1.1 installed, I always get
the error message
"File or assembly name Microsoft.mshtml, or one of its
dependencies, was not found"
Is there anything else I have to distribute with the
application ? I thought mshtml was already included in
framework 1.1 .....

No, you have to deploy the (large) mshtml assembly. It is installed with
VS.Net but not with dotnetfx.exe.

Tim
Free htmleditor component:
http://www.itwriting.com/htmleditor/index.php
 
Back
Top