Hi,
I've got a small XMLA web service designed to run on XMLA1.0 but i've
got 1.1 installed on my machine. I generated the MsXMLAnalysis class
using the wsdl utility from the VS.wsdl file in the sample.NET
application and replaced the MsXMLAnalysis file in the web service
project with the newly generated file. But now, I get the following
compilation error:
No Overload Method for 'Execute' takes '2' arguments.
I have the following Execute method in my code:
private static string Execute(string Command, string Properties)
{ ............
..............
}
and within the Execute method, I'll calling Execute by passing 2
XmlElement objects.
This compiles fine if I use the MsXmlAnalysis.cs class for XMLA1.0, but
then I get this error when executing the web service:
[Microsoft][ODBC Driver Manager]
Data source name not found and no default driver specified
Anybody got any idea how to get this application to run in XMLA1.1?
Cheers,
Dipti