HI,
I was doing some impersonation using the LogonUser
as it was explained in numerous places.
(I used the great class library introduced here, but the principle seems to be the same all over the web).
I've succeed to impersonate and go to a place that my "normal" user can't. But when I try to programmatically open a doc
file , or txt
file or whatever, using Process.Start
, I get the error
"There is not enough memory or disk space to run Word."
I can start word programmatically using my normal user, but then, when I try to open the specific file programmatically using the other user, I'm getting:
"access denied".
BTW, when I logon by hand to my computer, this other user has the permissions to open the file.