Upgrading an Application from XMLA 1.0 to 1.1
- From: "dipti.dalia@xxxxxxxxx" <dipti.dalia@xxxxxxxxx>
- Date: 12 Feb 2006 13:56:45 -0800
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
.
- Follow-Ups:
- Re: Upgrading an Application from XMLA 1.0 to 1.1
- From: Akshai Mirchandani [MS]
- Re: Upgrading an Application from XMLA 1.0 to 1.1
- Prev by Date: ODBC Driver Manager Error when Running Web Service
- Next by Date: query security objects with XMLA - possible?
- Previous by thread: ODBC Driver Manager Error when Running Web Service
- Next by thread: Re: Upgrading an Application from XMLA 1.0 to 1.1
- Index(es):
Relevant Pages
|