FILE: Active Document Container Apps Must Redistribute ACTXPRXY

Last reviewed: January 19, 1998
Article ID: Q173476
The information in this article applies to:
  • Microsoft ActiveX SDK, version 1.0
  • Microsoft Internet Client SDK, versions 4.0, 4.01
  • Internet Explorer (Programming), versions 4.0, 4.01

SUMMARY

Active Document container applications will fail to display an Active Document in-place on machines that do not have Office 97 or Internet Explorer installed. When distributing an Active Document container, it is necessary to redistribute the Actxprxy.dll with the application. Actxprxy.dll can be obtained from the self-extracting executable, Axredist.exe.

The following file is available for download from the Microsoft Software Library:

 ~ AxRedist.exe (size: 11060822 bytes) 

For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q119591
   TITLE     : How to Obtain Microsoft Support Files from Online Services

MORE INFORMATION

Actxprxy.dll must be installed on a system in order for local server (EXE) Active Document objects to open in place in Active Document containers. Actxprxy.dll provides out-of-process marshalling for the Active Document interfaces; if it doesn't exist and isn't registered, out-of-process containers will fail to perform the necessary interface negotiation to open the Active Document server. This isn't a problem on machines with Internet Explorer 3.0, Office 97, or any more recent version of those two products installed. If a developer deploys their own Active Document container on systems without Internet Explorer or Office 97 installed, they will need to redistribute Actxprxy.dll.

AxRedist.exe contains the ActiveX redistributables for the ActiveX SDK. Axredist.exe is a self-extracting executable file. To extract the files contained in Axredist.exe, copy the file to a subdirectory of your choice and extract the files by typing: "axredist.exe -d". NOTE: Failing to use the -d option causes these files to extract into a flat-file structure rather than into their proper subdirectories. Axredist.exe contains the file Aprxdist.exe, which installs Actxprxy.dll (see the Readme.txt file contained in AxRedist for more information on installing this DLL). Axredist.exe is available for Windows 95 and Windows NT 4.0 only (same file).

This DLL is also available as part of a redistributable package, which is part of the ActiveX SDK.

Keywords          : AXSDKDocObjects
Technology        : kbInetDev
Version           : WINDOWS:1.0,4.0,4.01
Platform          : WINDOWS
Issue type        : kbfile
Solution Type     : kbsample


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 19, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.