Active Document Container Apps Must Redistribute ACTXPRXY

ID: Q173476


The information in this article applies to:
  • Microsoft Internet Explorer (Programming) versions 3.0, 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, you need to redistribute the Actxprxy.dll with the application. AxRedist.exe contains the Actxprxy.dll.


MORE INFORMATION

The following file is available for download from the Microsoft Download Center. Click the file name below to download the file:

server.exe
For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address
http://www.microsoft.com/downloads/search.asp
and then click How to use the Microsoft Download Center.

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.

Additional query words:

Keywords : kbfile kbsample kbIE300 kbIE400 kbIE401 AXSDKDocObjects
Version : WINDOWS:3.0,4.0,4.01
Platform : WINDOWS
Issue type : kbinfo


Last Reviewed: November 17, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.