ProgID and VB 6 references dialog
- From: "Scott" <the_Fixer@xxxxxxxxxxxxx>
- Date: Wed, 18 May 2005 12:20:02 -0700
I have functionality that I have to be used with a legacy VB 6 application. A
assembly has been created that contains a class that implements an interface
with the neccessary methods. The ProgID attribute has been used, note code
example below:
<ProgId("TheName.Testing"), _
ClassInterface(ClassInterfaceType.None), _
Guid("5xxEC844C-xxxx-466d-AF6D-8D73DE080896")> _
Public Class TestCOM
Implements ITestCOM
In VB 6 References dialog, the namespace of the assembly that has been
exposed to COM is displayed rather then the ProgID. Is this the correct
behavior or am I missing something?
Thanks
.
- Follow-Ups:
- Re: ProgID and VB 6 references dialog
- From: Mattias Sjögren
- Re: ProgID and VB 6 references dialog
- Prev by Date: Re: Getting LogonUser & CreateProcessAsUser to work....
- Next by Date: Re: ProgID and VB 6 references dialog
- Previous by thread: Microsoft Document Imaging issue
- Next by thread: Re: ProgID and VB 6 references dialog
- Index(es):
Relevant Pages
|