Exception when referencing SSAS Tabular model in C#
问题 I am attempting to automate partition refreshes in Azure Analysis Services via C#. I have installed and referenced the latest 'Microsoft.AnalysisServices. ..' assemblies found here: https://docs.microsoft.com/en-us/azure/analysis-services/analysis-services-data-providers. I then have the following code: using System; using Microsoft.AnalysisServices.Tabular; public void Run() { Server asSrv = new Server(); try { asSrv.Connect(ASConnectionString); Database db = asSrv.Databases.FindByName(