ADOMD.NET (Microsoft.AnalysisServices.AdomdClient.dll) from SQL Server 2005
is built and works with .net framework 2.0, so you will not be able to use
it with Visual Studio 2003 (that uses .net framework 1.1).
SQL Setup 2005 install .net framework 2.0, you could build ADOMD.NET
applications from command line with csc.exe. Or use Visual Studio 2005, or
the ADOMD.NET web release from May 2005
(http://www.microsoft.com/downloads/d...isplayLang=en).
Adrian.
"Tomalinka" <Tomalinka (AT) discussions (DOT) microsoft.com> wrote
Quote:
I'm tying to test the sample application AdomdSampleSolution.zip from
"http://www.microsoft.com/downloads/details.aspx?FamilyID=790d631b-bff9-4f4a-b648-e9209e6ac8ad&DisplayLang=en".
I start the application and get an error:
The reference to Microsoft.AnalysisServices.AdomdClient.dll do not work.
The Visual Studio 2003 says this file is not a dll-file.
Why? Can you help?
Thank you |