Error on GoDaddy

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 Jahre weitere
[SecurityException: Request for the permission of type 'System.Security.Permissions.ReflectionPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
   System.Delegate.DelegateConstruct(Object target, IntPtr slot) +0
   AutoMapper.Internal.ProbingAdapterResolver..ctor(String[] platformNames) +36
   AutoMapper.Internal.PlatformAdapter..cctor() +184


Could you please someone help me on this?
10 Jahre weitere
What version are you using? Have you done any customization?
10 Jahre weitere
using the latest version 3.3 and issue got resolved after adding
<trust level="Full"/> in web.config
10 Jahre weitere
[email protected] wrote:
[SecurityException: Request for the permission of type 'System.Security.Permissions.ReflectionPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
   System.Delegate.DelegateConstruct(Object target, IntPtr slot) +0
   AutoMapper.Internal.ProbingAdapterResolver..ctor(String[] platformNames) +36
   AutoMapper.Internal.PlatformAdapter..cctor() +184


Could you please someone help me on this?


From the above error message, it seems related on permission issue. Please just try to give full permission and see the result
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.