Hi,
I am recieving the following error message when loging off from a custom .net application.
System.ComponentModel.Win3
2Exception
: Access is denied
at System.Diagnostics.Process
Manager.Op
enProcess(
Int32 processId, Int32 access, Boolean throwIfExited)
at System.Diagnostics.NtProce
ssManager.
GetModuleI
nfos(Int32
processId)
at System.Diagnostics.Process
.get_Modul
es()
at System.Diagnostics.Process
.get_MainM
odule()
at System.Diagnostics.Process
.get_Proce
ssName()
at MDTablet.UserInterface.MDT
Main.btnLo
goff_Click
(Object sender, EventArgs e)
This works fine if the user is an administrator, but if it is a user with only use rights loging off from the application fails. I don't have access to the code, so if its a premission issue any tips would be helpful
Thanks