Visual Studio 2013 Crashed While add a DataSet in RDLC report

我与影子孤独终老i 提交于 2019-12-20 02:29:08

问题


When I try to add DataSets to any RDLC report within asp.net Project, Visual Studio stop work and restart.


回答1:


I have tried adding DataSet using VS 2012 and 2015, both attempts produced an error same as yours. This only happens to one of my VS projects.

Took me several hours to find out that the cause is an unused but referenced dll. After removing that from my project references, I can finally add DataSets successfully.




回答2:


Apart from reference issue, my case was different.

It was 3rd party extension named resharper of jetbrain which cause delayed of rdlc report designer to load, in the meantime visual studio get hanged and get restarted. For your case if not resharper, may be another extension that may delayed the report designer to load which in turn may hang or crash visual studio.

Though seems little bit peculiar but it helped me, hope this helps someone.




回答3:


Wanted to post this in case someone else had the same issue. I had the same crash in VS2017 when trying to add or even see the properties of the report dataset. After trying several things, I removed a reference I had for Telerik.Web.UI. Once I did that it worked fine.



来源:https://stackoverflow.com/questions/28426569/visual-studio-2013-crashed-while-add-a-dataset-in-rdlc-report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!