I have been using ArcObjects since version 10.0 and have been using the same code that is listed in the "Select Map Features by Attribute Query" snippet that comes with the ArcObjects SDK. Attached is the snippet from the SDK. On the call to SelectFeatures(queryFilter, ESRI.ArcGIS.Carto.esriSelectionResultEnum.esriSelectionResultNew, False), I get the following error:
System.Runtime.InteropServices.COMException (0x80010105): The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
This works with previous versions 10.0, 10.1, 10.2. What is going on? How do I fix this? If additional information is required, feel free to reply.
Thanks in Advance