I created a Activex Dll and placed it on a network drive. I then created a program that referenced the dll and placed it on the same network drive.

I had to go back and add some things to the Dll, but when I run the program, I receive the 'Run-time error 429 ActiveX component can't create object.'

Do I have to re-compile my program again???

I don't want to do that each time I update the Dll, so it there a way to avoid this problem???

Thanks.