I have been developing a Shipping Database using a VB6 front end and SQL 2000 on the back end. The application works fine on my computer, but when I load it onto another machine I get this error:
"Run-time error '430' : Class does not support Automation or does not
support expected interface."

Both my machine and the machine that I am loading it on are running 2000 professional. I have tried using the PDW as well as just sending it an .exe, but neither work.

Help advises to use regsrvr32.exe to unregister the dll and then regester the .exe(?). I have deployed a dependency file on it and then used that to unregister and re-register every dll it would let me, but still no dice.

The applications seems to crash when it is writing to the DB, but seem to read from it fine.

Any suggestions?