Could not load file or assembly 'xxxx' or one of its dependencies. The system cannot find the file specified

前端 未结 3 894
挽巷
挽巷 2021-01-04 18:17

Inside VS2005, our whole programming staff gets this error message sporadically and it is always on the BeneControls project. This error me

3条回答
  •  轮回少年
    2021-01-04 18:58

    Well, I am not a developer but I got to deploy a project which actually send fax using the fax services on windows 2008 server 64bit. the project was developed on a windows 32bit platform and I was setting all the information according to the given instruction but still I this annoying error and then I found the solution and that was to change the platform from anycpu to x86 and it worked. for a complete setting list please follow the link below: http://www.sizledcore.com/2011/10/could-not-load-file-or-assembly/

提交回复
热议问题