2
I have my project, and in it I have a dll to access some methods, developing works normally, but in the approval environment this giving this msg:
"This Assembly does not allow partially reliable callers. "
What can it be?
Obs: I’ve already added the "[assembly: AllowPartiallyTrustedCallers()]"
in the AssemblyInfo.cs
I discovered the problem, they changed the hosting policy. Thanks for the help!
– Renan F Bossa