Active Directory Exception
-
System.RunTime.InteropServices.COMException : A device attached to system is not functioning at System.DirectoryServices.Interop.IAds.SetInfo(); this happen when i try a C# program which add users to administrators group. When i add to another group like print operators,guests...everything is fine. Anybody know how to solve this?
-
System.RunTime.InteropServices.COMException : A device attached to system is not functioning at System.DirectoryServices.Interop.IAds.SetInfo(); this happen when i try a C# program which add users to administrators group. When i add to another group like print operators,guests...everything is fine. Anybody know how to solve this?
This may seem like a stupid question, but is the account that the app is running under have Admin rights to the machine? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
This may seem like a stupid question, but is the account that the app is running under have Admin rights to the machine? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
it's using administrator account, and one more, do you know how to do operation delete object, move object starting by authenticate and authorize the user first.. for example we use a username and password to do such an operation, so that whether such operation can be completed or not depends on the permissions given to given username. I found that the permissions is applied according to windows account that is currently logged on and using the program. What i want is the program itself will have its authentication & authorization independent of what account is actually used to logged on to windows. Thanks