Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
5answers
5k 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: try { // Demand ...
11
votes
1answer
313 views

UnauthorizedAccessException vs SecurityException

The MSDN constructor for a FileStream says that it may throw either an UnauthorizedAccessException or a SecurityException. Here's what MSDN says about these exceptions. UnauthorizedAccessException: ...
7
votes
3answers
673 views

How do I get rid of the SecurityException error when trying to use Automapper in ASP.NET MVC?

I'm developing an ASP.NET MVC application with NHibernate and I'm trying to use Automapper to hide the Domain objects from the DTO objects sent to the view: ClassLibrary with my Domain (for ...
6
votes
3answers
2k views

.NET 4.0 application on network share causes SecurityException

Today I experienced a weird problem while trying to remotely debug an application built for the .NET 4.0 runtime. The application resides on a network share and executed by a remote machine. However ...
5
votes
3answers
9k views

Java SecurityException : signer information does not match

I recompiled my classes as usual, and suddenly got the following error message, why ? How to fix it ? "java.lang.SecurityException: class "Chinese_English_Dictionary"'s signer information does not ...
4
votes
1answer
98 views

.NET DLR and SecurityException's

What are the mandatory PermissionSet items that the DLR requires in order to function correctly? We've enabled the DLR in our sandboxed scripting environment. But some code like the following... ...
4
votes
3answers
1k views

GWT: XSRF: Sporadic missing X-GWT-Permutation header

My application receives occasional XSRF Attack errors raised by GWT when RemoteServiceServlet.checkPermutationStrongName() fails to find a X-GWT-Permutation HTTP Header in the HttpServletRequest. When ...
4
votes
2answers
1k views

Silverlight SecurityException

I'm POSTing data to a server and successfully execute BeginGetRequestStream, then EndGetRequestStream, write my POST data to the fill the RequestStream, and call BeginGetResponse. BeginGetResponse ...
4
votes
1answer
2k 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 application, but now I'm ...
4
votes
4answers
3k views

C#: Simple Windows Service gives Security Exception

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 the service successfully, ...
4
votes
9answers
12k 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 version="1.0" ...
3
votes
4answers
413 views

Impersonation in .Net crashes when reading registry keys (LinkLabel SecurityException)

My app needs to impersonate a service account, which I do through a native-call to LogonUser. However, it appears that random components in the .Net library try to access registry keys the account ...
3
votes
1answer
462 views

SecurityException was unhandled when using isolated storage

When using this code I get the above error: var userSettings = new UserSettings() { Username = TextBox_Username.ToString(), Password = ...
3
votes
5answers
11k views

Android: java.lang.SecurityException: Permission Denial: start Intent

I have created an application containing GWVectraNotifier activity which is called from other applications to display Notification. In the Notification dialog, there will be 'show' button and 'close' ...
3
votes
1answer
869 views

C# fully trusted assembly with SecuritySafeCritical funciton still throwing SecurityExceptions

I'm trying to create a sandboxed AppDomain for loading extensions/plugins. I have a MarshalByRefObject that in instantiate inside the appdomain to load the dll. I'm getting SecurityExceptions when ...
3
votes
1answer
398 views

How to avoid Java security exception due to mixed code

I have an applet which is present in a signed jar. This applet uses another 3rd party jar file which is unsigned. On launching the applet I get the Mixed code warning which I want to avoid. To solve ...
3
votes
3answers
2k views

TypeInitializationException when starting Windows Service because config section can not be created

I have a strange error on a specific Windows Server 2008 R2 machine (it works on other 2008 R2 machines) when starting a Windows Service. The service uses Common.Logging and log4net. However, on this ...
3
votes
1answer
10k 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 a method in ...
3
votes
3answers
5k views

Unexpected Flash Security Exception When Using URLLoader

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 URLRequest. When I set the ...
2
votes
0answers
112 views

SecurityException when loading an app with a WCF behaviorExtension in the app.config over the network

I have an .NET 4 .exe (Winform Desktop app) to which I have added a WCF behaviorExtension. The app loads fine on the local machine, but throws a SecurityException when loaded across the network. If I ...
2
votes
0answers
309 views

SecurityException in Ninject.Web.MVC3 under medium trust even when UseReflectionBasedInjection = true [closed]

Possible Duplicate: Ninject model validator causing issues in medium trust I've modified CreateKernel as per other info sources : private static IKernel CreateKernel() { ...
2
votes
2answers
88 views

In what scenarios exactly will a SecurityException be thrown in .NET?

The short answer has been given already. I'm looking for the long answer. Subquestions: Will a full trust application ever throw a SecurityException? If yes, in what circumstances? What are "CRL ...
2
votes
1answer
142 views

How to overcome file browsing exception in J2ME?

I have mobile application in which I have added mobile file browsing. But when ever I try to open some directory or some file, it raises exception that application is trying to access mobile data. So ...
2
votes
0answers
258 views

Security Exception when Uploading From Silverlight to PHP

I am using the official Microsoft example and this example as the basis for my code to upload a file from Silverlight to a PHP script. I am calling **HttpWebRequest.BeginGetRequestStream()**, ...
2
votes
1answer
154 views

Web site works in dev mode; when deployed on IIS causes Security Exception

My ASP.NET web site works fine in development/debug mode, but when I publish it, I'm getting the following error: Security Exception Description: The application attempted to perform an ...
2
votes
1answer
3k views

Upgraded to Silverlight 4 cause System.Security.SecurityException

Trying to open a file dialog but I get an exception when calling ShowDialog. This pice of code have always worked fine but I think when I upgrade to Silverlight 4 it caused some problem. Code: var ...
2
votes
1answer
584 views

(Fluent) NHibernate Security Exception - ReflectionPermission

I've upgraded an ASP.Net Web application to the latest build of Fluent NHibernate (1.0.0.636) and the newest version of NHibernate (v2.1.2.4000). I've checked a couple of times that the application is ...
2
votes
2answers
477 views

SecurityException after adding ELMAH to WCF project

I'm having a problem with a WCF (.Net 3.5) site using ELMAH on IIS 7.5. This is the exception message: System.Security.SecurityException: Request for the permission of type ...
2
votes
3answers
1k views

Android - can't enable BroadcastReceiver

I got back to the widget development after upgrading to the latest SDK and all of the sudden my widget is failing on startup with this message: ERROR/AndroidRuntime(5296): java.lang.RuntimeException: ...
2
votes
2answers
567 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: ...
2
votes
2answers
3k views

Executing SPWebApplication.Update with System account throws SecurityException

I`m doing some web.config modifications with SPWebConfigModification class. When adding them to WebApplication and calling Update to it, it throws me SecurityException, although I run code with ...
1
vote
2answers
58 views

SecurityException after Permission has been used

I am having a serious issue with my app. I use the permission android.permission.ACCESS_COARSE_LOCATION in a broadcast receiver and it runs perfectly. However after a certain amount of time (this ...
1
vote
1answer
49 views

Security Exception with Thread.Abort

When I call Thread.Abort I receive the following exception: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, ...
1
vote
1answer
84 views

Quick question TCP/IP .Net Remoting

I have a client application where i collect data and store it in a class Packet structure. Can I send the object of this class to my Server application?..Both application run on different machines ...
1
vote
0answers
89 views

Security exception when connecting Android app to server

I am using the http://android.toolib.net/resources/samples/SampleSyncAdapter/index.html as an base when making my own connection to a server from my Android app. I have changed the url and created a ...
1
vote
1answer
119 views

System Security Exception in Silverlight app making GET request

I am new to silverlight. I have been trying to patch up a silverlight app that makes a get request to some site over the net, say google. However, I keep getting the system.security exception again nd ...
1
vote
1answer
165 views

Security exception with Nhibernate on shared hosting

I have a website which uses nhibernate, it is hosted on a shared web host. I already disabled lazy loading trough "NHibernate.Cfg.Environment.UseReflectionOptimizer = false;" because reflection isn't ...
1
vote
1answer
405 views

ASP.NET MVC 3 - DotNetOpenAuth - System.Security.SecurityException

I am trying to set up a simple website which uses DotNetOpenAuth as its membership provider. Everything was going great until I ran into the following exception. [SecurityException: Request for the ...
1
vote
2answers
218 views

C# Problem Running WPF

Having some problems in my WPF application using Visual Studio 2010, building in C#. The error coming up at the moment is: SecurityException was unhandled by user code The following is the code ...
1
vote
1answer
364 views

Delete SUN_MICR.RSA, SUN_MICR.SF solves manifest signature file entry problem

When I tried repacking all the jars into one jar, and run that one big jar, I got following exception java.lang.SecurityException: no manifiest section for signature file entry ...
1
vote
1answer
472 views

Silverlight can't talk to HTTPS web service?

I've got a Silverlight app that talks to an HTTPS web service. On most machines it works fine, however, on some machines it fails consistently. On the machines it fails on, I receive a ...
1
vote
2answers
355 views

Determine if a specific activity in an application can be launched

Applications can have any number of launchable activities. I know how to get the list of these activities via PackageManager. Is there a way to determine which activities can be launched via ...
1
vote
3answers
1k views

How can I write System preferences with Java? Can I invoke UAC?

How can I write system preferences with Java, using Preferences.systemRoot()? I tried with: Preferences preferences = Preferences.systemRoot(); preferences.put("/myapplication/databasepath", ...
1
vote
1answer
134 views

WCF Security Exception caused by Directory.Delete()

I am encountering a strange issue: I call a WCF-Operation from my client. The operation deletes all files in a specified directory and finally deletes their parent directory too. ACtually, this ...
1
vote
1answer
2k views

Need help with Security Exception in ASP.Net MVC web application

I have written 3 ASP.net MVC web applications, and all are deployed on shared hosting servers with my ISP. All 3 applications are very similar in configuration and settings. The 1st application is ...
1
vote
2answers
537 views

Android securityException and user contacts question

I have am wrighting an android app and as a part of the app I would like the user to be able to see, select,and modify the user contacts. My main activity extends the TabActivity for usability ...
1
vote
1answer
157 views

Subtext 2.1.2 SecurityException

I'm trying to get Subtext 2.1.2 working on my local machine (IIS7). I downloaded the zip file (http://subtext.googlecode.com/files/SubText-2.1.2.zip) and extracted it, then created the application in ...
1
vote
0answers
66 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 a file located on ...
1
vote
2answers
2k 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 accessing the data files ...
1
vote
1answer
601 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. In this case it's ...

1 2