E
Eric Stott
I am calling some code that is running as a service and am getting a
NullReferenceException. I am wondering if this is the reason:
m_sUserID = System.Security.Principal.WindowsIdentity.GetCurrent.Name
Does this line of code work for service apps?
Thanks
NullReferenceException. I am wondering if this is the reason:
m_sUserID = System.Security.Principal.WindowsIdentity.GetCurrent.Name
Does this line of code work for service apps?
Thanks