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