I was intensivelly testing all option under 'Project Properties' and, one
option worked; although I don't know why anf how. Help on this VB topic
('Project Properties') is very poor and never get changes from VB 5th
version.
I change the 'Version Compatibility' option to 'Binary Compatibility' under
the 'Component' tab. I would like to know the reason why "binary" works and
"no compatibility" doesn't.
"Dale Levesque" wrote in message
news:4073334a$1_3@newsprd01...
> This has been the bane of my existence for some time now. It was explained
> very nicely to me why it happens by Frank O but the long and short of it
is
> that you have to reset the reference to your DLL since the unique ID has
> been modified. I've tried creating an add-in to clear missing references
and
> reset them so I could at least be spared the process of doing this but the
> AutoCAD VBA IDE didn't want to perform the
> oVBIDE.ActiveVBProject.References.Remove method.
>
> Sorry I can't be of more help. Please let me know If you come up with a
> solution.
>
> Best regards,
>
> Dale
>
> "Sa Mite Samite" wrote in message
> news:40731d90$1_2@newsprd01...
> > I have a dll file that I've used in one of my exe project. I review some
> > aspects of my dll component and I recompile it. Me exe file now gives me
> an
> > error message like this:
> >
> >
> >
> > Run-time error '429':
> >
> > ActiveX component can't create object
> >
> >
> >
> > I know there is way of setting some properties either in dll or in the
> > project to avoid this type of error, and can't find out where how. Can
> > someone help me (tell me how) to setup dll or project properties, so dll
> > file upgrade(s) will not require project recompilation?
> >
> >
> >
> > Thanks
> >
> >
>
>