You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At line 458 of TestPowerCast/Form1.cs, the cast to JObject is failing. message = String.Format("The request was not accepted by the PowerCast Hub. Error code: {0} Reason: {1}", response.StatusCode, (**(JObject)responseObject**)["message"]);
Exception thrown is:
An exception of type 'System.InvalidCastException' occurred but was not handled in user code
Unable to cast object of type 'System.Object' to type 'Newtonsoft.Json.Linq.JObject'.
The text was updated successfully, but these errors were encountered:
At line 458 of TestPowerCast/Form1.cs, the cast to JObject is failing.
message = String.Format("The request was not accepted by the PowerCast Hub. Error code: {0} Reason: {1}", response.StatusCode, (**(JObject)responseObject**)["message"]);
Exception thrown is:
The text was updated successfully, but these errors were encountered: