Parser Error Message: Could not load type 'webmarketing'

后端 未结 14 2093
感情败类
感情败类 2020-12-01 06:16

After finishing the web application and publishing it online no matter I try I keep getting the following error, keep in mind that it runs locally as it should...

14条回答
  •  萌比男神i
    2020-12-01 07:02

    In case you encounter this during debugging on your Visual Studio running on a 64-bit operating system, and your application is a 32-bit, set your configuration manager to x86 (32 bit). This agrees to the previous answer to the set IIS to enable 32-bit application on 64-bit.

提交回复
热议问题