Hi Team,
I am connecting to the Essbase database from my c#.net application, I am using Microsoft.AnalysisServices.AdomdClient.dll of version 10.0.
when I am giving the call to Essbase to fill the data in the untyppedResultSet datatable , at this first line I am getting error .Please suggest is there any issue with Fill method of the Adomd client .
adapter.Fill(untyppedResultSet);