After upgrading our sites to v4.4 of Wordpress, our application that uses JoeBlogs dll is failing with the following error:
response contains int value where string expected [response : array mapped to type XmlRpcCategory[] : element 0 : struct mapped to type XmlRpcCategory : member categoryId mapped to type String]
This occurs when trying to get the list of categories available on a site using following:
IEnumerable wpcats = wp.GetCategories();
Any thoughts on fixing this would be greatly appreciated.
After upgrading our sites to v4.4 of Wordpress, our application that uses JoeBlogs dll is failing with the following error:
This occurs when trying to get the list of categories available on a site using following:
Any thoughts on fixing this would be greatly appreciated.