<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite xml:lang="ja">PRB: 'Object Has Failed to Load' Error Message from Editor</cite>
(<time>2015-06-23 02:32:20 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://support.microsoft.com/ja-jp/kb/190941/en-us">https://support.microsoft.com/ja-jp/kb/190941/en-us</anchor-external></p></figcaption><blockquote><p>When an ActiveX control without a User-Interface is inserted into a page in Source view, or when Source view is activated for a page that contains a control without a User-Interface, an error message box appears that states the following:</p><p>&gt;An object has failed to load. The object will be displayed as text.</p><p>Source view is attempting to render the control graphically but cannot because the control has not defined a design-time graphical interface for itself.</p><p>When a control without a User-Interface is inserted into a page in Source view from the Toolbox, the error message cannot be avoided. </p><p>To avoid receiving the error message whenever you switch to Source view, add an attribute called &quot;viewastext&quot; to the &lt;object&gt; tag that defines the ActiveX control that does not have a User-Interface. This will prevent Source view from attempting to render the control graphically, for example:</p><p>&lt;OBJECT VIEWASTEXT CLASSID=&quot;clsid:B0A6BAE2-AAF0-11D0-A152-00A0C908DB96&quot;</p><p>ID=SequencerControl1&gt;</p></blockquote></figure></body></html>