Sunday, January 20, 2008

No createable public component detected.ActiveX DLL Project Doubt - VB 6.0

Question:
No createable public component detected.
Press F1 for more information.

Answer:
In VB 6.0, ActiveXDLL Project needs atleast one public class module and its instancing property is set to be " 5 - MultiUse ".
If the property is set as " 1-Private " means you encountered by the above error message.

With regards,
Francis Michael.

No comments: