Tagged Questions

0
votes
0answers
91 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 mult …
0
votes
1answer
83 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 ="u …
4
votes
4answers
430 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 …
0
votes
0answers
73 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 w …
2
votes
1answer
592 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 answ …
1
vote
1answer
192 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 …