I have my project, and in it I have a dll to access some methods, in development it works normally, but in the homologation environment this is giving this msg:
"This assembly does not allow partially trusted callers."
What can it be?
Note: I already added "[assembly: AllowPartiallyTrustedCallers()]"
to AssemblyInfo.cs