Error on GoDaddy

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 10 años
[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?
Hace 10 años
What version are you using? Have you done any customization?
Hace 10 años
using the latest version 3.3 and issue got resolved after adding
<trust level="Full"/> in web.config
Hace 10 años
[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.