OpenStack
OpenStack

Reputation: 5596

Where can I get ADOMD library (DLL) to connect to Microsoft cubes using C#

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

Answers (1)

Rukesh
Rukesh

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

Related Questions