My C# application (.NET 3.5 SP1) works very well w开发者_如何学运维hen if execeuted from local drive.
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.
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\'
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
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