Could not load file or assembly 'xxx' or one of its dependencies. An attempt was made to load a program with an incorrect format

前端 未结 9 647
情歌与酒
情歌与酒 2020-11-27 12:29

I just checked out a revision from Subversion to a new folder. Opened the solution and I get this when run:

Could not load file or assembly \'xxxx\' or one

9条回答
  •  一生所求
    2020-11-27 13:13

    I had this error when trying to use the dreadful Business Objects 4 for .Net SDK.

    They ship five BusinessObjects*.dll files, but all of them are 64-bit.

    To get my webpage to load, I needed to click on Tools\Options, then change this setting in VS2013:

提交回复
热议问题