Prev Previous Post   Next Post Next

Apparently permissions preventing VB code access to Windows\System32 folder

Posted: 08-09-2007, 04:04 PM
Apparently my Access VB Code does not have permission to access the
"C:\Windows\System32" folder. This code ran perfectly under Windows XP SP2
before upgrading to Windows Vista.

When trying to call a function from a dll file using VB for Access 2007 I
receive the following error:
Run time error '53': File not found: emdaz32.dll

Normally the following code accesses the dll file:
Declare Function DAZOptions Lib "emdaz32.dll" (ByVal lngHandle As Long)
As Long

However, even a full path returns "File not found" error message.
Declare Function DAZOptions Lib " C:\Windows\System32\emdaz32.dll"
(ByVal lngHandle As Long) As Long

The 32-bit dll file exists in the "C:\Windows\System32" folder. If I
copy the emdaz32.dll file to the "C\Users\Rick\Documents" folder and
reference
this full path in my VB code the dll file IS accessed when the code runs,
however, this particular dll file must call another function from a second
dll file which is presently located in the "C:\Windows\System32" folder AND
the "C\Users\Rick\Documents" folder. I then receive the same "File not
found" error for the second dll file.

I'm the only user on this Vista 64-bit computer and of course have
administer privileges. I get the same results with User Account Control
turned on or off.

The Current Owner of the "C:\Windows|System32" folder is "TrustedInstaller".
As a member of the "Users" group I have "Read & execute", "List folder
contents" and "Read" permissions. These are the default permissions and I
can't change them. At least not while "TrustedInstaller" is the owner. I
haven't tried to take ownership of the folder.

Does anyone have any ideas what I might do to correct this problem?

Thanks so much to anyone who offers help.

Rick






Reply With Quote

Responses to "Apparently permissions preventing VB code access to Windows\System32 folder"

 
LinkBack Thread Tools Display Modes
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Folder Permissions: why do I get access to only parts of them? Joel Franco Windows Vista File Management 2 12-09-2007 07:36 PM
Apparently permissions preventing VB code access to Windows\System32 folder Rick Windows Vista Administration 3 08-12-2007 01:52 PM
Apparently permissions preventing VB code access to Windows\System32 folder Rick Windows Vista Performance & Maintenance 3 08-12-2007 01:52 PM
access on /system32/config Folder Andreas Winter Windows XP Accessibility 1 03-07-2004 01:07 AM
Windows/System32 folder always open Jenny Windows XP Basics 1 09-17-2003 07:19 PM