CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2005
    Posts
    55

    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...

    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

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    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?

  3. #3
    Join Date
    Jun 2005
    Posts
    55

    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
    Attached Files Attached Files

  4. #4
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    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.

  5. #5
    Join Date
    Jun 2005
    Posts
    55

    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

  6. #6
    Join Date
    Mar 2002
    Location
    Croatia
    Posts
    275

    Re: Problems running programme on different users.

    Have you installed application uder your sisters profile?
    Installation may register needed controls.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured