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