Mixed mode assembly is built against version X and cannot be loaded in version Y of the runtime without additional configuration information

前端 未结 1 1114
故里飘歌
故里飘歌 2020-12-19 12:33

After doing some code refactoring, my VS2010 VB.Net Web Application project has stopped compiling with the following error:

\"Mixed mode assembly is built against ve

相关标签:
1条回答
  • 2020-12-19 13:09

    I got the project to compile by changing 'Generate Serialization Assemblies' from 'Auto' to 'Off' in my app's configuration. The advice all over the internet about useLegacyV2RuntimeActivationPolicy seemed to be a red herring for my situation.

    0 讨论(0)
提交回复
热议问题