heyy everyone, this is a big bug in Microsoft Visual Studio software
I have created web method and I am getting response of XML tags like
<phaseId>xxxxxx</phaseId>
<phaseName>xxxxx</phaseName>
now, this is a big issue in Microsfot and it is that in my result
my phaseName is "To be Closed" and I am getting this error:
System.ArgumentException: Keep-Alive and Close may not be set using this property. Parameter name: value
now, whenever I replace "To be Closed" with some other string,
it runs successfully.
can anyone help me, how to overcome from this issue??
Thanks!!