I am attempting to make a console application to retrieve results using the Dynamics CRM SDK and C# but I can't seem to get any results from my queries. I can see that I am connected to the CRM instance, but any QueryExpression I try to make seems to come back with nothing, even if I set it with no filter. I have also tried with fetchxml, no results returned. I am getting the below error.
Exception thrown: 'System.ServiceModel.FaultException`1' in Microsoft.Xrm.Sdk.dll
An unhandled exception of type 'System.ServiceModel.FaultException`1' occurred in Microsoft.Xrm.Sdk.dll
Invalid XML.
The account which I am using is admin account. Any suggestions would be helpful. Thanks in advance!!

