Upgrading an Application from XMLA 1.0 to 1.1

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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

.



Relevant Pages

  • Re: cross-thread UI updating?
    ... data from your Web Service in a worker thread instead of calling it ... time to execute. ... it is generally not a very good idea to use the EventHandler ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: How can I use SPS Search to search non SPS database?
    ... to pass parameters to a web service (ie ... > luck getting the search service to execute server side script in an ASP ... > my second question would be: Has anyone had any luck searching a ...
    (microsoft.public.sharepoint.portalserver.development)
  • Thread was being aborted
    ... I was created a web service which will execute some functions and will do ... sometimes throwing "Thread was being aborted" Exception. ... If the time taken by the function is less then its giving proper results ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Threads asynchronous, web service synchronous?
    ... a web service is invoked. ... up and not execute concurrently. ... HTTP calls in progress to one server. ... serialize calls from one client. ...
    (microsoft.public.dotnet.languages.csharp)