Groups | Blog | Home
all groups > sql server data mining > february 2006 >

sql server data mining : Error while adding Microsoft.AnalysisServices and Microsoft.DataWarehouse.Interfaces Dll


Vicky_r
2/22/2006 10:50:50 PM
I am trying to simulate mining model creation in SQL
Server 2005, in .NET.

When I tried to reference Microsoft.AnalysisServices.dll and
Microsoft.DataWarehouse.Interfaces.dll
in my project directly, they failed saying "Not a
valid assembly or COM component".

Plz help me

Thanks in advance

Vicky...:-)
ZULFIQAR SYED
2/23/2006 9:04:44 AM
Could you please provide more details like OS on the machine and what else
was installed on the machine interms of visual studio prior to visual studio
2005 , sql server 2005 installation. What version of sql server 2005 is
installed??

Thanks

--
http://zulfiqar.typepad.com
BSEE, MCP


[quoted text, click to view]
Adrian Dumitrascu [MS]
3/2/2006 11:20:04 AM
This is probably caused by using Visual Studio 2003 (based on .net framework
1.1) with those 2 assemblies which are based on .net framework 2.0.
You will need Visual Studio 2005. Or you can write the code with Visual
Studio 2003 and then compile with .net framework 2.0 (that SQL Server 2005
installs).

Adrian.


[quoted text, click to view]

AddThis Social Bookmark Button