I had the same error:
Disable automatic generation of the XML serialization assembly
In Visual Studio:
Right-click on your project → Properties
"Generation" tab → Uncheck "Generate serialization assembly"
Save and recompile the project
and finally, it works