CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2001
    Posts
    18

    Problems with permissions

    I have developed a Software on Windows 2000. This software works fine if I log on as an administrator, but fails if I log in as any other user who does not have the administrative previliges. What could be the reason for this. Is this a bug in windows 2000?


  2. #2
    Join Date
    Jun 2001
    Location
    Ireland
    Posts
    56

    Re: Problems with permissions

    The problem here is simple, the program you have written is try to chnage or replace a system file or file you not have access to or that is read only to non-administrators.

    Step through the code after you've logged in as a normal user, that should narrow it down for you. Hope this Helps,
    Andy

    Don't forget to rate!!!

    Andrew Lennon (Berlitz)
    Automation Dev Engineer

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