SSRS - Opening DataSet Property Windows Crashes Visual Studio 2013

假如想象 提交于 2019-12-23 01:10:45

问题


I have Web Application in MVC Framework having SSRS Reports inside..

I have designed couple of .rdlc reports in my application.

Suddenly from yesterday, when i open report Wizard in New Report or open Add new Dataset in existing report, visual studio stops working.

but when i opened backup Project (backup taken before two days), it is working fine.. it allows adding new dataset or working correct report wizard in it..

so i think there is some setting that has been changed in my current project (may be in .csproj file)

so what settings i need to change in my application...

Thanks...


回答1:


I have found something related to this error..

When i have added ChilkatDotNet45.dll in my Application and added code related it, after then i am getting this problem.. when i remove this dll file, all report stuffs working fine..

so i am close to this solution but dont know how to solve it...

what is the problem between ChilkatDotNet45.dll and SSRS Reporting Service ??? And how to solve it ???

Thanks....



来源:https://stackoverflow.com/questions/29408764/ssrs-opening-dataset-property-windows-crashes-visual-studio-2013

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