Infamous assembly binding error

后端 未结 10 893
星月不相逢
星月不相逢 2020-12-07 20:20

I really need help on this because I lost my hopes to correct the problem.

I am using Office Communications Server 64bit libraries. There are 3 dlls I use in the pro

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 20:50

    This is an old question, but was still the top result when I had this same issue today. I had switched my project compilation in Visual Studio to target x64 instead of 'All CPUs' (it's on a 64-bit machine). As per the other answers, there would be two ways to fix it - either change everything to 32-bit or everything to 64-bit. In this case, I needed 64-bit.

    KabanaSoft's answer worked perfectly for me. Still correct as of Visual Studio 15.6.6.

提交回复
热议问题