Hello, I need help on DLL that is set Copy Local = false. Upon running the program, i receive this error message.

An error occurred creating the form. See Exception.InnerException for details. The error is: Could not load file or assembly 'MyPersonalLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.


Basically, i just use "Imports MyPersonalLib" and Whenever the DLL's property Copy Local = true, there is no error.


Do i miss something? Is there anything i need to do to have this program work even on Copy Local is set to false?