System.BadImageFormatException An attempt was made to load a program with an incorrect format

后端 未结 6 1313
情话喂你
情话喂你 2020-11-30 03:44

I\'m writing a plug-in for another program that is based on a public .NET API. Typically these plugins are made by creating a class library DLL that references the API assem

6条回答
  •  被撕碎了的回忆
    2020-11-30 04:25

    If you use IIS, Go to the Application pool Select the one that your site uses and click Advance Settings Make sure that the Enable 32-Bit Applications is set to True

提交回复
热议问题