|
-
Apr 4th, 2016, 04:33 AM
#1
Thread Starter
Member
[RESOLVED] DLL copy local issue
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?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|