Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Using automation causes a Run-Time Error when only the Microsoft Access Runtime is installed on a computer


View products that this article applies to.

Symptoms

When you use Automation to create a new object in a Microsoft Access run-time application on a computer that does not have the full version of Access installed, you receive the following error message:
Runtime error -2147023181

Automation error: Connection to type library or object library for remote process has been lost.

↑ Back to the top


Cause

The CreateObject call is not supported in the run-time environment because the Access runtime requires a file to be supplied on the command line.

↑ Back to the top


Status

This behavior is by design.

↑ Back to the top


More information

Steps to Reproduce the Behavior

  1. Install an Access run-time solution on a computer that does not have Access installed.
  2. Install Microsoft Excel, Microsoft Word, or some other Microsoft Visual Basic for Applications (VBA) enabled application.
  3. Open the application that you installed in step 2.
  4. Press ALT+F11 to start the Visual Basic Editor.
  5. In the Visual Basic Editor, type the following line in the Immediate Window:
    Set oApp=CreateObject("Access.Application")
  6. Press ENTER.

    Note that you receive the error message that is mentioned in the "Symptoms" section of this article.

↑ Back to the top


Keywords: KB295179, kbprb, kberrmsg, kbvba, kbprogramming

↑ Back to the top

Article Info
Article ID : 295179
Revision : 7
Created on : 6/8/2004
Published on : 6/8/2004
Exists online : False
Views : 335