AMO is not working with Analysis Services 2000, you will need to use DSO
(you can use DSO from managed code, generate the interop binaries with
tlbimp.exe tool from .net framework).
Quote:
Can I use AMO from .net 2003? |
No, because AMO is based on .net framework 2.0.
SQL Server 2005 Setup installs .net framework 2.0, so you can create AMO
apps and build them with csc.exe from command line, but you can't reference
AMO from VS2003.
Adrian
"AHAO" <AHAO (AT) discussions (DOT) microsoft.com> wrote
Quote:
I'm working with SQL server 2000 from C# 2003
Can I use AMO from .net 2003? |