How To Create a COM+ Application Proxy That Installs Only Type Library Files (292184)
The information in this article applies to:
- Microsoft COM+ 1.0, when used with:
- the operating system: Microsoft Windows 2000 SP2
- the operating system: Microsoft Windows XP
- Microsoft COM+ 1.5, when used with:
- the operating system: Microsoft Windows 2000 SP2
- the operating system: Microsoft Windows XP
This article was previously published under Q292184 SUMMARY
COM+ application proxies usually install the component dynamic link libraries (DLLs) on client computers because the DLLs contain the type library files that are needed to support the component's interfaces in addition to the component code. Only the type library that is contained in the DLL is used on the client computer; the component code is not used. The objects still run on the remote COM+ server as expected.
This article explains how you can have a COM+ application proxy install only a type library file (.tlb) that supports your component interfaces instead of the entire DLL. This file contains only the type library and none of the component code.
REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
255973 FIX: Exporting Application Proxy in COM+ Gives Export Application Error
Modification Type: | Minor | Last Reviewed: | 6/29/2004 |
---|
Keywords: | kbhowto KB292184 |
---|
|