Copy local = false file not found exception issue
问题 Hi I know this has been asked but it did not get an answer. I have a problem when I want to use a dll that is installed on C:\Program files (x86)\Dummu_API.dll When I run my app it throws exception: Could not load file or assembly 'Dummy_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. My project have the reference as Copy Local = false and specific version = false. My project also is a x86 platform target. I