Compile : rhinocommon.dll is installed in bin

Hello!
I working in visual studio environment and I had no problem with it.
But in one project, I found a problem that Rhinocommon.dll file is installed in bin directory,


capture2

so that RhinoPluginManager Raised Error.
It works if I load it after delete Rhinocommon.dll manually.
I want to know why this happens in my visualstudio environment!

Did you create your plug-in without using template wizards? Then you have selected the dependency to copy. Select the reference and set it to not copy.

If you use the NuGet package instead it should go automatically correctly.

A post was split to a new topic: Copy local for NuGet RhinoCommon package?