Tagged Questions

4
votes
4answers
494 views

“Unlimited Strength” JCE Policy Files

I have an app that uses 256-bit AES encryption which is not supported by Java out of the box. I know to get this to function correctly I install the JCE unlimited strength jars in the security folder. …
2
votes
1answer
620 views

.NET Assembly Binding How/Why (1.1, 2.0, GAC, Policy Files and more…)

I have been working through a number of very "odd" issues with some DLL versions, Policy Files, and items in the GAC and for the life of me I haven't been able to find a solid answer as to how/why the …
1
vote
1answer
198 views

Storing DLL’s in A Central NON GAC Location

We are being presented with a unique, painful situation. Traditionally we have been using the GAC and Policy Files to control DLL versions for our .NET applications. However, we have a very unique …
0
votes
1answer
8 views

Is it possible to remove a Publisher Policy file?

I have a situation where a vendor-supplied assembly reference is messed up. Basically, it is pointing to a version of the assembly that I do not want to use. I used FusionLog to view the assembly …
0
votes
0answers
107 views

clientaccesspolicy.xml file not working…

Hi all... I have a site with a Silverlight-enabled WebSerivce (.svc file). In that app is also a Silverlight application which references this service. Now, our website uses multiple headers (to …
0
votes
1answer
99 views

Silverlight Socket Policy Not Working

I am trying to implement a data push from a Windows Service to a Silverlight app. I have created a policy server which sends this policy file: <?xml version="1.0" encoding ="utf-8"?> …
0
votes
0answers
83 views

Signed applet without modifying policy file manually.

Currently I had developed an applet. Applet basically uses java.awt.Robot package for capturing screen. I want to store captures images locally. I had signed my applet jar. Still when applet tries to …