Nota: Este artículo fue publicado originalmente en 2008. Algunos pasos, comandos o versiones de software pueden haber cambiado. Consulta la documentación actual de General para la información más reciente.

Here is the error message I get:

     UnknownError   11-04-2008, 07:39 AM 245 
User Agent:  
Path:  as HTTP 
Referrer:  
Message:  Error occurred while running background task MultipleFileUploadCleanupJob
System.Seguridad.SeguridadException: Request for the permission of type ‘System.Seguridad.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=something ’ failed.
at System.Seguridad.CodeAccessSeguridadEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
at System.Seguridad.CodeAccessPermission.Demand()
at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySeguridad dirSeguridad)
at System.IO.Directory.CreateDirectory(String path, DirectorySeguridad directorySeguridad)
at CommunityServer.Components.FileSystemFileStorageProvider.GetBaseFolder()
at CommunityServer.Components.FileSystemFileStorageProvider.GetPaths()
at CommunityServer.Components.MultipleUploadFileManager.ExpireUploadContexts(Int32 afterHours)
at CommunityServer.Components.MultipleFileUploadCleanupJob.Execute(XmlNode node)
at Telligent.Tasks.Task.ᐁ()
The action that failed was:
Demand
The type of the first permission that failed was:
System.Seguridad.Permissions.FileIOPermission
The Zone of the assembly that failed was:
MyComputer

Resumen

Artículos Relacionados