permissionset Questions
6
Solved
My .NET application fails when run from a network drive even when the very same executable runs perfectly fine from a local hard drive?
I tried checking for "Full trust" like so:
try
{
// Demand...
Credent asked 29/9, 2008 at 14:21
1
Solved
On the MSDN FileSystemWatcher Class page, it includes an example with the following class attribute:
[PermissionSet(SecurityAction.Demand, Name="FullTrust")]
What is the purpose of this? When s...
Griffen asked 26/5, 2010 at 16:17
1
© 2022 - 2024 — McMap. All rights reserved.