Visual Studio 2013,报表编辑器在添加DataSource时崩溃

时间:2015-01-19 15:55:46

标签: visual-studio crash editor report

我已经解决了这个问题好几天了。 当我尝试在VS2013中的报表上添加数据源时,VS崩溃了。 它并不会发生在所有项目中,在事件日志中我可以看到以下内容:

    Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
Stack:
   at Microsoft.ReportDesigner.Data.Local.Dialogs.Pages.DataSetGeneralPage.LoadDataSources()
   at Microsoft.ReportDesigner.Data.Local.Dialogs.Pages.DataSetGeneralPage.LoadData()
   at Microsoft.ReportDesigner.Data.Local.Dialogs.DataSetDialog.OnLoad(System.EventArgs)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(System.Windows.Forms.Message ByRef)
   at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef)

所以..它正在读取崩溃的数据源,这似乎是显而易见的,因为它与特定项目(一个大项目)相关,可能有一些数据提供者被添加到某个地方导致这种情况。

我无法看到它找不到的文件,但我找不到此特定功能尝试访问的数据源列表。

我可以在任何地方修改报告编辑器正在使用的这个(假设的)数据源列表吗?

关于如何找到原因的任何其他消息?

1 个答案:

答案 0 :(得分:0)

在我的情况下,我遇到了我添加的引用(dll)的问题。为了找到答案,我逐个删除了引用并测试了报告数据源