Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Dim objCatalog As COMAdminCatalog


Message #1 by Greg Partin <GPartin@c...> on Fri, 7 Sep 2001 17:08:56 -0400
you forgot to add the comadmin.dll to your project.
Select Project/References and check the 'COM+ 1.0 Admin Type Library'

m.


-----Original Message-----
From: Greg Partin [mailto:GPartin@c...]
Sent: Friday, September 07, 2001 2:09 PM
To: professional vb
Subject: [pro_vb] Dim objCatalog As COMAdminCatalog


Hi folks,

I'm having trouble creating a COM component in VB.  The following code
bombs:

Dim objCatalog As COMAdminCatalog

The error:

User-defined type not defined

What am I forgetting to include?  I've seen many examples that use this
syntax!

Thank you and much obliged,

Greg



  Return to Index