Discussion:
No creatable public component detected
(too old to reply)
Zak Milas
2005-05-27 17:37:06 UTC
Permalink
I created this deamon program in VB6 that access Outlook and Access Database.
Today I had recompille/run because there were some changes made to accomadate
the Outlook 2003 SP1 error message. When I recompille/run I am getting a
little pop-up error window that reads "No creatable public component
detected". Could some one help with that. Thank you
Michael Cole
2005-05-30 00:19:15 UTC
Permalink
Post by Zak Milas
I created this deamon program in VB6 that access Outlook and Access
Database. Today I had recompille/run because there were some changes
made to accomadate the Outlook 2003 SP1 error message. When I
recompille/run I am getting a little pop-up error window that reads
"No creatable public component detected". Could some one help with
that. Thank you
Did you at any stage check the Help file? That message box generally
includes a "Help" button, and even text that says to "Press F1 for More
Information", and guess what - it explains exactly what the problem is.

Check the Project Type - you are trying to make an ActiveX project when it
has no exposed classes.

--
Regards,

Michael Cole

Loading...