C# Scripting - Assembly does not exist at

Hello,
i have problem linking a dll assembly to a C# script (or to another plugin).

The dll file is unblocked but it can’t be find by the script.
Developer setting COFF is off.

It works well on another PC
Thank you for any help i m really stucked here.

right click on the editor node and select “manage assemblies”

Thank you but in the new version of c# script component the packages are installed in the script aditor the pack icon “install package” there is no manages assemblies option in the editor component.
The problemes is something related to the permission to the dll file…

@clavel_marine I investigated the PhysX.Net.dll library from its NuGet package. The dll seems to have native dependencies and it seems like that’s what causing an error loading the dll inside of Rhino. I had to use the native dlls from the runtimes\win-x64\native directory of the Nuget package. Even with those I get the error below. I suspect this might be a conflict between native dlls of Rhino and this package.

A procedure imported by 'C:\Users\ein\Downloads\Release\PhysX.Net.dll' could not be loaded.

Thank you @eirannejad, on two other pc i haven’t problem with this package, these have the same framework, same rhino version and windows.