Question

Got a problem with ADOMD.NET 8.0, SQL2008 and our app. It isn't giving us the right metadata.

I can't find anywhere to download the ADOMD.NET 9.0 redistributable. Only way I can get it is by installing 2008 and grabbing the DLL.

Any clues?

Was it helpful?

Solution

The SQL 2008 Feature Pack which includes ADOMD.NET is here, which has links to the individual MSIs.

OTHER TIPS

Hum, that is for v10 (2008) not v9 (2005) Microsoft ADOMD.NET

ADOMD.NET is a Microsoft .NET Framework object model that enables software developers to create client-side applications that browse metadata and query data stored in Microsoft SQL Server 2008 Analysis Services. ADOMD.NET is a Microsoft ADO.NET provider with enhancements for online analytical processing (OLAP) and data mining.

Note:The English ADOMD.NET setup package installs support for all SQL Server 2008 languages.

Audience(s): Customer, Partner, Developer

    X86 Package(SQLSERVER2008_ASADOMD10.msi) - 4312 KB
    X64 Package (SQLSERVER2008_ASADOMD10.msi) - 9263 KB
    IA64 Package(SQLSERVER2008_ASADOMD10.msi) - 6776 KB

See the link http://www.microsoft.com/download/en/details.aspx?id=15748 for 2005 v9 version

You can also install it from NuGet.

Run the following command in the Package Manager Console:

Install-Package Microsoft.AnalysisServices.AdomdClient
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top