I have created an application containing GWVectraNotifier activity which is called from other applications to display Notification.
I have some pretty boilerplate Java code that does a while loop with a tg.getParent() to get the root thread group. This has been working for several months on four different environments (one Windows
I have a Silverlight 4 app that is hosted in an ASP Azure web role. The web role exposes a WCF service. (All this is in the same Visual Studio solution.)
I\'m trying to communicate with an Apache web server in a cross-domain way. I have a clientaccesspolicy.xml file set up on the root of the domain and it is successfully retrieved by the Silverlight c
I\'m trying to use Google Gson in my Java Applet, but when I do I get Exception in thread \"Thread-19\" java.security.AccessControlException: access denied (java.lang.reflect.ReflectPermission supp
When I tried repacking all the jars into one jar, and run that one big jar, I got following exception
I\'m using WebForms and Asp.Net Routing. When trying to implement security on a members folder, I\'m following the directions here :
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 try
I have an applet which is present in a signed jar. This applet uses another 3rd party jar file which is unsigned.
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.