Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
6863 Points
1097 Posts
Feb 13, 2008 09:00 PM|LINK
Go to command line, CD to where your dll file is located, and do
cacls yourDll.dll
You should get a list of groups and permissions, like so
C:\WINDOWS>cacls twain.dll C:\WINDOWS\twain.dll BUILTIN\Users:R BUILTIN\Power Users:R BUILTIN\Administrators:F NT AUTHORITY\SYSTEM:F
Verify that for your dll, every account that needs access, has it. If you're not sure what you're looking at, just post it here.
nikki_doer_o...
Contributor
6863 Points
1097 Posts
Re: can't fix inherited code
Feb 13, 2008 09:00 PM|LINK
Go to command line, CD to where your dll file is located, and do
cacls yourDll.dll
You should get a list of groups and permissions, like so
C:\WINDOWS>cacls twain.dll
C:\WINDOWS\twain.dll BUILTIN\Users:R
BUILTIN\Power Users:R
BUILTIN\Administrators:F
NT AUTHORITY\SYSTEM:F
Verify that for your dll, every account that needs access, has it. If you're not sure what you're looking at, just post it here.
"If we learn from our mistakes, I should be brilliant by now."
MCTS - .NET Framework 2.0: Web Applications