Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: CarlWarnerPosted on 2005-11-18 at 11:26:27ID: 15322331
I hate those "Unknown" messages from errors. They don't give us much to go on. Fortunately, you had other information reported along with that.
That error code typically is a registration problem, whether it says it or not and whether you think you got it successfully registered or not.
Try to actually uninstall that same registered ActiveX control from the "other PC" first. Once you get a good uninstall indication. Go ahead and install it as though you were doing it for the first time.
[Make sure you're paths are pointing to the right place on either or both of these to be sure the right thing is getting done.]
regsvr32 <your ActiveX full filename> /u
regsvr32 <your ActiveX full filename> /u
There just are some occasions where a new install gets in the middle of some remnants in the registry that don't get things done completely, even though a successful install is reported at the end. I've personally tracked that phenomenon on occasion and it is absolutely annoying and time consuming. But, that's what I find every time I venture out of native standard databasse operations in VFP, which it does very well. I have these quirks come up when I add other MS technologies into my VFP environment.
If that doesn't work, we'll try to go from there.