I am doing a project using C# and SQL server. I am fetching the Response from Khoros API call.
We are trying to fetch the community level data and making API calls (suggested by khoros) and seeing the following issue:
response.Content.ReadAsStringAsync().Result; // giving null pointer exception
This statement returns the following exception.
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot perform runtime binding on a null reference
Can anyone help me solve this issue?