dbTalk Databases Forums  

Can I use AMO from .net 2003? working with SQL server 2000

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Can I use AMO from .net 2003? working with SQL server 2000 in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AHAO
 
Posts: n/a

Default Can I use AMO from .net 2003? working with SQL server 2000 - 07-27-2006 , 12:35 AM






I'm working with SQL server 2000 from C# 2003
Can I use AMO from .net 2003?


Reply With Quote
  #2  
Old   
Adrian Dumitrascu
 
Posts: n/a

Default Re: Can I use AMO from .net 2003? working with SQL server 2000 - 07-27-2006 , 06:12 PM






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?




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.