The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
72 views

Security Exception on production server after file uploaded

hey all i have uploaded my code to production server but when i upload file using file upload control i get exception Security Exception Description: The application attempted to perform an ...
1
vote
1answer
148 views

NCron default logger writes to Event Log, throws SecurityException

Simple NCron service: class Program { static void Main(string[] args) { var schedService = new SchedulingService(); schedService.At("* * * * *").Run<MyTask>(); // run ...
16
votes
3answers
13k views

SecurityException: Unable to find field for dex.jar

How do I solve this error? I tried this methods but it didnt figure out. 1) Refreshing the project, and rebuilding. 2) Cleaning the project, and rebuilding. 3) closing and reopening the project, ...
0
votes
0answers
96 views

System.Security.SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission,

An application, deployed on Godaddy Shared hosting, having 2 pages testc.aspx and testnc.aspx same code is written for both pages but for testc.aspx onload method is coded in separate file which is ...
1
vote
1answer
301 views

Error while initializing metro webservice client

Since few weeks we have some trouble with our external test environment (which is not operated by us). Our webapplication is connected to a soap webservice. We are using: metro 2.1.1 for the ...
0
votes
0answers
37 views

securityException for installed app

I am working on launcher Application. In manifest of my Application i have defined "android.permission.BIND_APPWIDGET" permission. When i try to crate widget in my workspace it crashes with ...
1
vote
0answers
248 views

Security Exception: Request failed

This page presents a security problem. Not yet identified the cause of the error. This page was listing all the files in a folder, it worked perfectly. Now she is listing these same files, but using ...
0
votes
1answer
153 views

Security Issues in SQLCLR integration with Visual C#

i am working on SQLCLR integration with Visual C# 2010, what i am trying to do is, i have a folder, which contains some images, my function, iterates thru the file in folder, and get the basic file ...
6
votes
4answers
3k views

Firefox not able to enumerate document.styleSheets[].cssRules[]

Here is the code: http://jsfiddle.net/salman/2hyYg/ http://jsfiddle.net/salman/2hyYg/show/ You'll notice the alert(document.styleSheets[x].cssRules.length) fails with a "security exception". Any ...