Problems running programme on different users.
Hi
I've made a small programme with a database at the back end which works fine.
I am using Windows XP Home edition and when I am logged on as myself, to test the programme, it works fine, al of the features are as they should be.
When I then go onto my sisters profile, the person who the programme is for, and the profile on which it would generally be used, it doesn't work, I get an error message...
Quote:
Run-time error '429'
ActiveX component can't create object
I can't understand why the programme is running on one profile and not the other or how I can get around this problem.
Any advice would be greatly received.
Thank you
Satkin
Re: Problems running programme on different users.
Probably your credentials have administrative privileges while as your sisters credentials do not.
The error means that your sisters credentials do not have access to a registered component that you are using in your application. Can you tell us what references you have added in your application?
1 Attachment(s)
Re: Problems running programme on different users.
Hi
I've attached the dependencies file that i created using package and deploy wizard, i also used this wizard to make the setup.
Thanks
Re: Problems running programme on different users.
I would suggest uninstalling MDAC and other components and then install it for all users. Probably you have missed it while installing.
Re: Problems running programme on different users.
How would I do this?
Sorry to ask what is probably something really simple, but I've very little experience with this sort of thing.
Thanks
Re: Problems running programme on different users.
Have you installed application uder your sisters profile?
Installation may register needed controls.