Invalid Json Response
Invalid Json Response

I am using vb.net 2013 to get data output , but i am getting the following error while execute the html.
"Invalid Json Response" .
Kindly advice.
This discussion has been closed.
I am using vb.net 2013 to get data output , but i am getting the following error while execute the html.
"Invalid Json Response" .
Kindly advice.
Answers
The error message means exactly what it says. You need to examine the Json being returned to ensure that it meets the expected format.
The error message should also link to a tech note that explains how you can debug this and what you can do about it. It also says what to post here if you still need help.
Allan