13
votes
5answers
2k views
Why does my .NET application crash when run from a network drive?
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:
…
3
votes
9answers
2k views
Calling WCF Service from Silverlight
Im calling a locally hosted wcf service from silverlight and I get the exception below.
Iv created a clientaccesspolicy.xml, which is situated in the route of my host.
<?xml v …
2
votes
2answers
145 views
Writing to Registry (HKEY_LOCAL_MACHINE) in XP
I am trying to modify a registry key that I have been told controls whether write-caching is enabled on particular hard drives. The key should be: HKEY_LOCAL_MACHINE\System\Current …
2
votes
4answers
274 views
C#: Simple Windows Service gives Security Exception
Hi all,
I am doing the walkthrough in the following link:
http://msdn.microsoft.com/en-us/library/zt39148a%28VS.80%29.aspx
I have followed it exactly, line by line. I installed t …
1
vote
0answers
12 views
How to prevent FileIOPermissionException(and others) when run .NET application from network drive.
My C# application (.NET 3.5 SP1) works very well when if execeuted from local drive.
However, if I run it from a network drive, it execute (IT IS .NET 3.5 SP1), but failed to read …
1
vote
1answer
76 views
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. …
1
vote
1answer
175 views
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 appl …
1
vote
1answer
137 views
Executing SPWebApplication.Update with System account throws SecurityException.
Hello.
I`m doing some web.config modifications with SPWebConfigModification class. When adding them to WebApplication and calling Update to it, it throws me SecurityException, al …
1
vote
3answers
465 views
Unexpected Flash Security Exception When Using URLLoader
Hello,
What I am trying to accomplish is to upload some binary data, specifically a ByteArray representing a PNG image, to a server using the URLLoader class in conjunction with U …
1
vote
3answers
2k views
How do I resolve a System.Security.SecurityException with custom code in SSRS?
I've created an assembly and referenced it in my Reporting Services report. I've tested the report locally (works), and I then uploaded the report to a report server (doesn't work) …
0
votes
1answer
14 views
.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. …
0
votes
1answer
171 views
SecurityException: Request for the permission of type AspNetHostingPermission failed
Setting up a new developing workstation, when I run the ASP.NET (MVC) application from Visual Studio 2008 I get a SecurityException. Any ideas what might be the problem?
I am acce …
0
votes
2answers
74 views
+150
Signed Java Applet Throws Security Exeption 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 createClassL …
0
votes
2answers
107 views
Security Exception using MySql and Entity Framework on godaddy
Hello,
we are getting a SecurityException when using Entity framework on godaddy. The entity has been configured against a MySql store. (v. 6.1.2) A bit of wierdness with the …
0
votes
1answer
614 views
java.lang.SecurityException: class “XYZ”’s signer information does not match signer information of other classes in the same package
I have an applet which runs in a browser and is called from Javascript. There are 2 classes: PortalLauncher and ParamSplitter and these are in the default package. Javascript calls …
