473,946 Members | 28,048 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Assembly mshtml not found

Hi,

I referenced Microsoft.mshtm l 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.mshtm l, 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
Nov 15 '05 #1
1 3731
"Sven Gnagi" <sv*******@hotm ail.com> wrote in message
news:0b******** *************** *****@phx.gbl.. .
Hi,

I referenced Microsoft.mshtm l 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.mshtm l, 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
Nov 15 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2217
by: Rob | last post by:
Hello, I have a C# file that I want to build into a dll assembly. The big problem I have in doing this are the 2 required references in the file. One reference is to the Interop Assembly SHDocVW, and the second reference is to mshtml . The code for the C# file begins as follows:
2
3764
by: DotNetShadow | last post by:
Hi Guys, I have been reading heaps of information in regards to MSHTML object being used in .NET applications, windows and UI-less. I have read the walkall samples and tried various techniques with MSHTML. My biggest problem seems to be running MSHTML in asp.net application and looping elements in the document. Example:
0
1406
by: Joergen Bech | last post by:
Trying to implement my own webforms designer to be hosted in a WinForms environment. Basically: I know that mshtml is used in the VS.Net 2003 WebForms designer, but the HTML behind the scenes is not the same as what is found on the HTML tab, i.e. <asp:CheckBox id=" ... would be translated to something like
4
3321
by: Lars-Erik Aabech | last post by:
Hi! I've been walking in extacy since reading the article about test automation with IE in the latest MSDN mag. (http://msdn.microsoft.com/msdnmag/issues/05/10/TestRun/default.aspx) After a while, I had to find an issue I couldn't solve. (Of course) If an ASP.NET page uses the smartnav option, the document you get from IE only contains the viewstate input etc, the scripts and an IFrame.
3
2771
by: DotNetShadow | last post by:
Hi Guys, I have been reading heaps of information in regards to MSHTML object being used in .NET applications, windows and UI-less. I have read the walkall samples and tried various techniques with MSHTML. My biggest problem seems to be running MSHTML in asp.net application and looping elements in the document. Example:
14
4500
by: Nak | last post by:
Hi there I'm trying to use the Microsoft Web Browser within a strong names .NET assembly that I have written. Unfortunately I am getting the following linker problem as the Interop DLL that was created does not have a strong name, "Unable to emit assembly: Referenced assembly 'Interop.SHDocVw' does not have a strong name"
4
14323
by: Brian Henry | last post by:
My project references Microsoft.MSHTML.Dll. It works perfectly fine on the development machine, but on the release machines that are in production use it says when you try to load a form that uses the reference "System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File...
0
273
by: Eric | last post by:
Hello, I was looking at the sample HTMLEditor provided by Microsoft at: http://windowsclient.net/articles/htmleditor.aspx I downloaded this example and found that I am missing Microsoft.MSHTML which the sample references. My development platform is Vista 64Bit. When I open the dialog for Add Reference, I see a warning triangle with
1
8726
by: michelqa | last post by:
Hi, I'm doing a kind of control picker like the one in spy++ but for html document. When the control picker is over an IFRAME, the mshtml function ElementFromPoint return an IFrame element. How can I identify this particular frame/iframe in the frame collection??? I can only select frame in the framecollection by using
0
10149
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9974
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11548
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
11319
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10679
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9872
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6315
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4927
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3523
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.