I am trying to connect a Microsoft SQL Server Analysis Server (SSAS) from a .net kernel. At first I tried to use Microsoft.AnalysisServices.AdomdClient , but it is not compatible with the .net core.
Microsoft.AnalysisServices.AdomdClient
Is there a way to get to SSAS and get some data in any other way using the .net kernel?
After some time, we could not do this with the .net core. So, I created a proxy with .net 4.6, which is available for the main project as REST WS. This proxy uses Microsoft.AnalysisServices.AdomdClient just fine.
Source: https://habr.com/ru/post/1260802/More articles:Is there a way to debug an RScript call in RStudio? - rXamarin Custom Frame throws Java.Lang.NullPointerException when dynamically changing background - androidThe difference between NSLog and NSLogv - objective-cMySQL is not part of the updated database model for an entity in VS Express 2012 - c #How to configure connection string for MySQL database in C # project without using dialog boxes? - c #Is the PATCH method blocked by a firewall? - restAndroid data binding, the value of the "android: text" attribute associated with the type of the "TextView" element must not contain the "<" character - androidJulia - save your workspace - julia-langIOS 10 extension incompatible - ioshow to return empty observable - angularAll Articles