Can I use AMO from .net 2003?

Answered Can I use AMO from .net 2003?

  • Thursday, June 16, 2005 6:46 PM
     
     
    I'm working with SQL server 2005 beta 2 from C# 2003
    I want to know if I can somehow work with amo ?

    I would really appreciate any kind of sugestion

All Replies

  • Monday, June 20, 2005 8:17 PM
     
     Answered
    AMO (Microsoft.AnalysisServices.dll) 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, so you can build AMO applications from command line with csc.exe. Or use Visual Studio 2005 Beta 2 (http://lab.msdn.microsoft.com/vs2005/).

    Adrian.