Assembly mshtml not found

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
 
T

Tim Anderson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top