简体   繁体   中英

System.IO.FileNotFoundException: Could not load file or assembly C#

I was created one cpp GOQii_API.dll with clr support and which uses the another dll (dongle.dll).and this GOQii_API.dll used in my C# code.

the above structure is working very well in both system 32bit and 64 bit where visual studio 2010 is installed.

but, When i created mis setup and installed on fresh machine where development environment is not present. Then it gives me following error.

System.IO.FileNotFoundException: Could not load file or assembly 'GOQii_API.dll' or one of its dependencies. The specified module could not be found. File name: GOQii_API.dll

Thank u friends.

I got the solution by using the "Process walker tool" i missed to copy "msvcr100d.dll" with my source code.

use "Process walker tool" shows you what dependency .dll required and you missed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM