securityexception
How to prevent FileIOPermissionException(and others) when run .NET application from network drive
My C# application (.NET 3.5 SP1) works very well w开发者_如何学运维hen if execeuted from local drive.[详细]
2022-12-12 21:31 分类:问答.NET application with Office PIA and SecurityException
I have a c# 开发者_高级运维application that uses the Office PIAs to enable the application to export data to an Excel file.This works great on my development machine and other desktop machines.[详细]
2022-12-10 17:56 分类:问答Security exception when writting to an EventLog from an ASP.NET MVC application
I have a library that I created with some business logic that includes writing to a System.Diagnostics.EventLog instance. The library is normally called from a Windows Service application, but now I\'[详细]
2022-12-09 18:51 分类:问答System.Security.SecurityException when creating a new FileStream
I have a regular .NET application.In this case I have a part that\'s being imported by MEF.It imports fine, but at a certain point, I want to save a List of objects to a file.In this case it\'s just s[详细]
2022-12-09 10:20 分类:问答Signed Java Applet Throws Security Exception on Connect to a Webservice
I have an java applet running on tomcat 5.5. It is signed ( -selfcert). I still get an java.security.AccessControlException: access denied (java.lang.RuntimePermission createClassLoader) Exception, wh[详细]
2022-12-09 04:23 分类:问答
加载中,请稍侯......