When I try to add DataSets to any RDLC report within asp.net Project, Visual Studio stop work and restart.
相关问题
- Carriage Return (ASCII chr 13) is missing from tex
- How to store image outside of the website's ro
- 'System.Threading.ThreadAbortException' in
- Custom controls disabled. There was an internal is
- Request.PathInfo issues and XSS attacks
相关文章
- System.OutOfMemoryException:“数组维度超过了支持的范围。”
- asp.net HiddenField控件扩展问题
- asp.net HiddenField控件扩展问题
- Asp.Net网站无法写入错误日志,测试站点可以,正是站点不行
- asp.net mvc 重定向到vue hash字符串丢失
- FormsAuthenticationTicket expires too soon
- “Dynamic operations can only be performed in homog
- What is the best way to create a lock from a web a
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.
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.