You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My stateless service is Internal. I have added the following on top of my namespace: [assembly: InternalsVisibleTo(InternalsVisible.ToDynamicProxyGenAssembly2)]
However, I get following error message: Message "Access is denied: 'xxx" string
I do not want to make my classes public. I would like to follow C# convention and make them Internal as I'm supposed to.
Thanks,
Marty
The text was updated successfully, but these errors were encountered:
Hi,
My stateless service is Internal. I have added the following on top of my namespace:
[assembly: InternalsVisibleTo(InternalsVisible.ToDynamicProxyGenAssembly2)]
However, I get following error message:
Message "Access is denied: 'xxx" string
I do not want to make my classes public. I would like to follow C# convention and make them Internal as I'm supposed to.
Thanks,
Marty
The text was updated successfully, but these errors were encountered: