I've been using your redis client for a couple months now and love it.
But now I want to access that server with web services via JSON and
figured why not try the solution from ServiceStack.
I have setup an
ASP.NET project and used NuGet to install
ServiceStack. I'm using the /hello/{Name*} example and I just want to
get that response into a silverlight application. I'm just having no
luck at all.
In my project for the web service, I've put the crossdomain.xml file
at the root, but i'm still getting this error.
{System.Reflection.TargetInvocationException: An exception occurred
during the operation, making the result invalid. Check InnerException
for exception details. ---> System.Security.SecurityException --->
System.Security.SecurityException: [Arg_SecurityException]
Arguments:
Debugging resource strings are unavailable. Often the key and
arguments provide sufficient information to diagnose the problem. See
http://go.microsoft.com/fwlink/?linkid=106663&Version=5.0.60401.00&File=mscorlib.dll&Key=Arg_SecurityException
Is there anything else I need to do server or client side to pull the
JSON object back with out errors?
Thanks,
John