Search found 3 matches

by eldiego
Fri Feb 08, 2013 9:18 am
Forum: .NET API
Topic: System.Security.SecurityException
Replies: 5
Views: 37400

Re: System.Security.SecurityException

Hi,
version 1.4.4 did not solve the issue. I'm using WURFL in a cluster evironment and the solution is to add wurfl.dll to the Windows GAC. This can be done using caspol.exe or simply drag&drop the dll into c:\windows\assembly folder.
by eldiego
Wed Jan 16, 2013 4:54 am
Forum: .NET API
Topic: System.Security.SecurityException
Replies: 5
Views: 37400

Re: System.Security.SecurityException

Thanks for the reply. Now I download the new version 1.4.4 and check again.
by eldiego
Fri Jan 11, 2013 3:51 am
Forum: .NET API
Topic: System.Security.SecurityException
Replies: 5
Views: 37400

System.Security.SecurityException

Hi, I am getting a System.Security.SecurityException with WURFL .Net API at Line 32 Line 30: var wurflPatchFile = HttpContext.Current.Server.MapPath(WurflPatchFilePath); Line 31: var configurer = new InMemoryConfigurer().MainFile(wurflDataFile).PatchFile(wurflPatchFile); Line 32: var manager = WURFL...