Could not load file or assembly exception

前端 未结 13 2045
情书的邮戳
情书的邮戳 2020-11-30 09:51

Any thoughts on what might be causing this exception?

I have a webservice proj, when i load the link i get

Could not load file or assembly \'I

13条回答
  •  渐次进展
    2020-11-30 10:28

    This work for me, if not work for you, don't vote down. It's impolite

    So it works if I change in the c# project from Any CPU to x86(all dlls are compiled in WIN32) from Properties -> Build -> Platform Target. I work on a 64-bit Win7 pc and aparently if I use Any CPU as target it does't find the wrapper dll.

    https://www.codeproject.com/Questions/358717/Could-not-load-file-or-assembly-dll-file
    

提交回复
热议问题