Results 1 to 4 of 4

Thread: [02/03] How to increase the access privilages of the VB.Net applications?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2004
    Posts
    120

    [02/03] How to increase the access privilages of the VB.Net applications?

    I was trying to run a modified Tree View control. When I gave the root node as F:\ I got the following exception.

    An unhandled exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll
    Additional information: Access to the path "f:\System Volume Information" is denied.

    What should I do?

  2. #2
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    675

    Re: [02/03] How to increase the access privilages of the VB.Net applications?

    Can you normally access F:\?
    VB.Net 2008
    .Net Framework 2.0

    "Must you breathe? 'Cause I need heaven..."

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2004
    Posts
    120

    Re: [02/03] How to increase the access privilages of the VB.Net applications?

    Yes I can. I am logged in from the administrator account.

    I guess it has something to do with the system folders because I can't see that folder in my F:\ even when I have checked the "View hidden files and folders". Also on giving E:\ as Root Folder I got this exception
    Code:
    An unhandled exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll
    
    Additional information: Access to the path "e:\b82e09d0f48bab676b\update" is denied.
    The User Control is using FileInfo and Directory info to get all the folders and files and add them to the Tree View as nodes.
    Last edited by Jacques; May 10th, 2007 at 04:21 PM.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Aug 2004
    Posts
    120

    Re: [02/03] How to increase the access privilages of the VB.Net applications?

    Anybody has any idea?

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