Hi,
I have a BC installation on prem - running on CU3 - that's giving me headaches. In various cases I get errors that refer to 'partially trusted assemblies', like this one:
Assembly 'Microsoft.Dynamics.Nav.NavUserAccount, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' is partially trusted, which causes the CLR to make it entirely security transparent regardless of any transparency annotations in the assembly itself. In order to access security critical code, this assembly must be fully trusted.
The error above is shown when I want to choose a role center from the My Settings page. It concerns standard BC functionality and BC assemblies. When I try to open a page with a standard BusinessChart component on it, I get the following error:
Assembly 'Microsoft.Dynamics.Nav.Client.BusinessChart.Model, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' is partially trusted, which causes the CLR to make it entirely security transparent regardless of any transparency annotations in the assembly itself. In order to access security critical code, this assembly must be fully trusted.
Does anyone know what's the problem and how to fix it?
Best regards,
Josh
0
Answers
Anyway, I managed to unlock all with a powershell script and after restarting the service tiers all worked fine.