Microsoft KB Archive/174088: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 12: Line 12:
<div id="TitleRow">
<div id="TitleRow">


= <span id="KB174088"></span>ACC97: &quot;C:\Windows\System\Shdocvw.dll Cannot Be Added&quot; Error Registering Web Browser Control Through Microsoft Access User Interface =
= <span id="KB174088"></span>ACC97: "C:\Windows\System\Shdocvw.dll Cannot Be Added" Error Registering Web Browser Control Through Microsoft Access User Interface =




Line 100: Line 100:
</li></ol>
</li></ol>


Note that you receive the error message described in the &quot;Symptoms&quot; section.
Note that you receive the error message described in the "Symptoms" section.


</div>
</div>
Line 107: Line 107:
== REFERENCES ==
== REFERENCES ==


For more information about the Web Browser control, search the Help Index for &quot;web sites, Microsoft WebBrowser control,&quot; or ask the Microsoft Access 97 Office Assistant.
For more information about the Web Browser control, search the Help Index for "web sites, Microsoft WebBrowser control," or ask the Microsoft Access 97 Office Assistant.


</div>
</div>

Latest revision as of 11:07, 21 July 2020

Knowledge Base


Article ID: 174088

Article Last Modified on 1/20/2007



APPLIES TO

  • Microsoft Access 97 Standard Edition



This article was previously published under Q174088

Moderate: Requires basic macro, coding, and interoperability skills.


SYMPTOMS

When you try to register the Microsoft Web Browser control by using the ActiveX Controls dialog box, you may receive the following error message:

C:\Windows\System\Shdocvw.dll cannot be added. Either it is not an OLE control or it requires a separate setup utility

RESOLUTION

Use the Regsvr32.exe utility to register the control.

For information about how to obtain Regsvr32.exe, please see the following article in the Microsoft Knowledge Base:

161983 ACC: Regsv32a.exe Available in Download Center

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior


  1. Open the sample database Northwind.mdb.
  2. Create a new, blank form and open the form in Design view.
  3. On the Tools menu, click ActiveX Controls.
  4. In the ActiveX Controls dialog box, select Microsoft Web Browser Control, and then click Register.
  5. In the ActiveX Control dialog box, follow these steps:

    1. In the List Files Of Type box, select Libraries(*.dll).
    2. In the Directories box, browse to C:\Windows\System.
    3. In the File Name box, select shdocvw.dll, and then click Open.

Note that you receive the error message described in the "Symptoms" section.

REFERENCES

For more information about the Web Browser control, search the Help Index for "web sites, Microsoft WebBrowser control," or ask the Microsoft Access 97 Office Assistant.


Additional query words: Shdocvw ActiveX controls c windows system shdocvw dll cannot be added

Keywords: kberrmsg kbprb KB174088