Namespace error in Azure Function
Mohit Pawar
0
Reputation points
I am trying to query Azure Analysis Services through Azure Synapse.
As there is no connector to do so directly, I used Azure function to connect to AAS.
But I am getting the below error:
[Error] run.csx(7,17): error CS0234: The type or namespace name 'AnalysisServices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
Sign in to answer