I had created a Analysis Services in visual studio. Now I am trying to connect it with MVC to retrieve the DataSet alone. I can't able to get any reference. Is this possible or not ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manas MohapatraPosted Apr 21, 2016, 1:38 AM
Vijay KumarPosted Apr 23, 2016, 1:04 AM
Finally i Found the Solution. We can use ADOMD.NET
ADOMD.NET is a Microsoft .NET Framework data provider that is designed to communicate with Microsoft SQL Server Analysis Services.
Refer: Below Links
https://msdn.microsoft.com/en-us/library/ms123483.aspx
Vijay KumarPosted Apr 21, 2016, 2:34 AM