Could not load file or assembly 'Microsoft.AnalysisServices, Version=9.0.242.0,
我是一个新手 求高手指教:我将一个网站从一个服务器直接COPY到另一个服务器 运行出来的结果报错:
Could not load file or assembly 'Microsoft.AnalysisServices, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
错误的行是:
<add assembly="Microsoft.AnalysisServices, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
请高手指教 --------------------编程问答-------------------- 数据立方, 易做图, 挖掘, 好么? --------------------编程问答-------------------- 应该是缺少了Microsoft.AnalysisServices组件没有引用,在你机子上搜索看看,有没有Microsoft.AnalysisServices.dll这个组件,有的话就直接添加到项目的bin文件夹下就可以了,如果没有就自己想办法找到.......
补充:.NET技术 , ASP.NET