我正在尝试设置BI解决方案,但我遇到了一个问题。创建新的多维数据集后,右键单击“Process cube ...”我得到了下面的'assembly is missing‘错误:
Could not load file or assembly 'SqlMgmt, Version=12.0.0.0,
Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its
dependencies. The system cannot find the file specified.然后VS2012会自动重启。显然,我遗漏了一些程序集,但我不确定如何安装它。
我在这里使用微软推荐的CTP2版本的SSDT-BI和Visual Studio2012:
http://www.microsoft.com/en-us/download/details.aspx?id=42313
提前感谢!
发布于 2014-05-05 21:40:46
我想通了。
我只需要为SQL Server 2012安装SSDT,为SQL Server 2014安装SSDT。我不知道是谁修好了它,但现在看起来是修好了。
相关链接如下:
SSDT 2012:http://blogs.msdn.com/b/ssdt/archive/2012/12/13/available-today-ssdt-december-2012.aspx
SSDT 2014:http://blogs.msdn.com/b/ssdt/archive/2014/03/25/sql-server-data-tools-for-sql-server-2014-is-available.aspx
https://stackoverflow.com/questions/23473512
复制相似问题