Hi @Uwe Domschke,
In the internet I found the solution: "Go to the project properties and click on the Build tab and set the value of the "Generate Serialization Assembly" dropdown to "Off".
Have you tried rebuilding the project after performing this step? Maybe you could try setting the value of the "Generate Serialization Assembly" dropdown to "Off" and re-add the web service reference.
Or try disabling it again in the project file:
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
:
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
:
</PropertyGroup>
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.