Reputation: 5596
I need to connect to Micrsoft SSAS (2012 server) cubes using C#. I want to know where can I get libraries (dll's) to connect to the cube?
Is there any nuget package to get the latest libraries or can i download the latest DLL from Microsoft site?
Upvotes: 0
Views: 608
Reputation: 11
you can find the library file in C:\Program Files\Microsoft.NET\ADOMD.NET\100.You can install the same from nuget package Manager Microsoft.AnalysisServices.AdomdClient
Upvotes: 1