Previous Thread

6/28/2006 3:10:13 AM    XMLA with .NET Framework 2.0
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



6/29/2006 8:51:42 PM    Re: XMLA with .NET Framework 2.0
Hi John, 
 
I use XMLA 1.1 via .NET 2.0 without issue. You can contact me via my web 
 
site: www.activeinterface.com 
 
Chris 
 
"John" <tjgamble@gmail.com> wrote in message 
 
news:1151489413.916986.145120@d56g2000cwd.googlegroups.com...