Hi,
I'm looking for some guidance for using XMLA with .NET Framework 2.0.
We developed some applications which use the XMLA SDK 1.1 to query
AS2000. These work very well, but recently we've converted the
application to VS2005 and .NET Framework 2.0 and the XMLA has stopped
working. We are still querying AS2000 and the XMLA dll gives the
expected response when viewing through IE.
As I've got a new laptop the other day I also re-downloaded from
Microsoft the XMLA 1.1 SDK and noticed that the Sample.NET application
appears to have been dropped. Nevertheless I found an old copy, and
converted the solution to VS2005. All compiles well, but then crashes
on runtime when you update your datasource using the popup window. It
crashes on the line in SoapClient.vb
ResponseXml = Xmla.Discover(discoverRequest, session, Nothing,
Nothing).return
Discover = ResponseXml.OuterXml
As ResponseXml is null (or Nothing).
Has anyone got XMLA 1.1 working with .NET 2.0? We still wish to query
AS2000.
Thanks
John
|