Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
How to add reference of ADOMDClient
posted

Hi,

I am using WinPivotGrid control ver 15.2 in my project. It requires the dll Microsoft.AnalysisServices.AdomdClient.dll to be added in my project. but, its not provided in the package. And also which version of ADOMDClient dll this control support? when I searched over internet this dll is available in version 10,11, and 12

Parents
  • 7695
    Offline posted

    Hi Nitin,

        No, we do not provide that dll as it is a Microsoft DLL, and it would be dependant on the version of SQL Server that you are using or connect to. I do not see specifically in our documentation what veersion we support, but my guess is that we do support all of the current ones as 12 is based on SQL Server 2012, and our control came out in 2014. Although the sample from our samples browser is using 11. From a StackOverflow question, below I was able to get a download site for the dll, but again I believe it is dependant on what you are connecting to, so check with your server or DB admin to verify.

    http://stackoverflow.com/questions/23605901/adomdclient-missing
    http://www.microsoft.com/en-us/download/details.aspx?id=29065

    Also below is a link to our help demonstrating using PivotGrid with an ADOMD datasource
    http://help.infragistics.com/doc/WinForms?page=WinPivotGrid_Using_ADOMD.html

    Let me know if that works for you,

Reply Children