Search found 4 matches

by GreenStoneFCS
Thu Jan 23, 2014 11:16 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: "That assembly does not allow partially trusted callers"
Replies: 1
Views: 6514

"That assembly does not allow partially trusted callers"

I created an HTTPModule that calls the constructor for CloudClientConfig. I put that HTTPModule in the bin folder of a sharepoint site and updated the web.config to use the httpModule. As a result, I get this error: System.Security.SecurityException: That assembly does not allow partially trusted ca...
by GreenStoneFCS
Fri Jan 17, 2014 2:50 pm
Forum: .NET API
Topic: WURFL in ASP.NET Framework 2.0
Replies: 4
Views: 34427

Re: WURFL in ASP.NET Framework 2.0

Yes, I have access to it. I didn't realize that link was there; The system requirements on the Getting Started guide state that 4.0 is required, so that's where my confusion was. Thanks for bringing the answer to my attention.
by GreenStoneFCS
Thu Jan 16, 2014 3:24 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: WURFL Cloud Service support for .NET Framework 2.0 / 3.5
Replies: 3
Views: 8044

Re: WURFL Cloud Service support for .NET Framework 2.0 / 3.5

Steve, how is this possible? The ScientiaMobile.WurflCLoud DLL is a 4.0 assembly. Do you distribute a 2.0 assembly? Or is it just a matter of reverse engineering it with an app like IL Spy and rebuilding it?
by GreenStoneFCS
Thu Jan 16, 2014 2:34 pm
Forum: .NET API
Topic: WURFL in ASP.NET Framework 2.0
Replies: 4
Views: 34427

Re: WURFL in ASP.NET Framework 2.0

I'm not the OP, but since the issue hasn't gotten any attention in a few months, I'll jump in with my concerns. I'm challenged to get the WURFL Cloud to get called from a 2.0 assembly. The ScientiaMobile.WurflCloud.dll assembly that is deployed with the demo application is 4.0, and you cannot call t...