Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reporting services SSRS和MDX导致VStudio崩溃_Reporting Services_Mdx - Fatal编程技术网

Reporting services SSRS和MDX导致VStudio崩溃

Reporting services SSRS和MDX导致VStudio崩溃,reporting-services,mdx,Reporting Services,Mdx,我正在尝试使用VisualStudio2005中的ReportingServices生成报告。数据源位于MDX DB中,已成功创建。当我在查询生成器窗口中保存查询时,它将关闭并显示一条警报:无法从查询窗口读取查询,请检查语法错误 然后是VS压扁 该查询没有参数,在ManagementStudio上运行时没有任何问题 我已经安装了所有win更新,但sql server sp3出现问题 我的框架也有service pack 2 知道发生了什么吗?尝试从VS粘贴到记事本或SSM,然后从记事本或SSM复

我正在尝试使用VisualStudio2005中的ReportingServices生成报告。数据源位于MDX DB中,已成功创建。当我在查询生成器窗口中保存查询时,它将关闭并显示一条警报:无法从查询窗口读取查询,请检查语法错误 然后是VS压扁

该查询没有参数,在ManagementStudio上运行时没有任何问题

我已经安装了所有win更新,但sql server sp3出现问题 我的框架也有service pack 2


知道发生了什么吗?

尝试从VS粘贴到记事本或SSM,然后从记事本或SSM复制回VS,以确保没有任何像智能引号这样的奇怪字符。很有可能SSMS在粘贴到其中时会剥离这些内容

否则,可能是SP3安装失败造成的问题