Visual studio 2008 RDLC报表在设计状态时,工具箱中的报表项(文本框、折线图、表、子报表等)竟然消失了,打补丁,重装VS都没有解决。

他妈的折腾了一个下午,都快无语了。偶然看见一哥们也遇到这问题,国外网址:http://stackoverflow.com/questions/799934/toolbox-issue-for-rdlc-in-design-mode-vs2008

 

先调把隐藏文件显示,然后在

C:\Documents and Settings\你的电脑用户名\Local Settings\Application Data\Microsoft\VisualStudio\9.0

 

toolbox.tbd
toolbox_reset.tbd
toolboxIndex.tbd
toolboxIndex_reset.tbd

 

把这4个隐藏文件干掉就OK了 

原文

 

fixed this by going into my profile as follows:

C:\Documents and Settings\MYUSERNAME\Local Settings\Application Data\Microsoft\VisualStudio\9.0

toolbox.tbd
toolbox_reset.tbd
toolboxIndex.tbd
toolboxIndex_reset.tbd

There are four HIDDEN files in there that make up what is apparently the toolbox cache. If you erase them, they will be re-generated and #13119 will go back to General. As I said, these files appear to be hidden so configure the file explorer accordingly.

 

相关文章:

  • 2022-12-23
  • 2021-10-19
  • 2021-11-23
  • 2021-10-19
  • 2022-12-23
  • 2021-06-16
  • 2021-08-11
猜你喜欢
  • 2021-10-19
  • 2021-08-03
  • 2021-06-08
  • 2022-01-08
  • 2021-06-01
相关资源
相似解决方案