I have a VB6.0 project that contains the line
Implements IObjectSafety
I tried reopening this prject and compile it (.dll)
it throws an error like
---------------------------
Microsoft Visual Basic
---------------------------
Compile error:
User-defined type not defined
---------------------------
tried to fix it using this url http://support.microsoft.com/kb/191207
but still no use
is there any help/ suggestions on this