RE: ClickOnce app not being elevated to Ful Trust? -
06-25-2006
, 10:40 PM
Hello,
Does the user has permission to Write on the C:\? Even an assembly has
fulltrust psermission, it means it can perform Disk I/O work, it also rely
on the permission of current user. If the user didn't have enough
permission, it will also raise a permssion error. To determine if a user
has write permission on C:\, he can simple create a Text file in notepad,
and save it on C:\.
Regards,
Luke Zhang
Microsoft Online Community Lead
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
(This posting is provided "AS IS", with no warranties, and confers no
rights.) |