zoukankan      html  css  js  c++  java
  • VS2008 工具箱都是textbox(报表设计时)

    1 问题
    在用VS2008做report service时,出现这样一个问题:工具箱中都是textbox,其它的控件都没有reset也没用。

    2解决方法
    在网上找了很多解决方法,发现下面的方法有用,如果您也遇到这样的问题不妨试试下面的方法:

    1>在文件浏览器中,显示隐藏文件;
    2>打开目录:C:\Documents and Settings\当前用户名\Local Settings\Application Data\Microsoft\VisualStudio\9.0 (WinXP\server2003)
    3>删除文件:删除"toolbox.tbd", "toolboxIndex.tbd", "toolbox_reset.tbd", "toolboxIndex_reset.tbd"四个文件
    4>重起Visual Studio

    最后的效果是:

    希望对您有所帮助….

  • 相关阅读:
    Unique path
    *Jump Game
    Valid Palindrome
    *Reverse Words in a String
    Min Stack
    [?]*Simplify Path
    *Valid Parentheses
    *Sqrt(x)
    String to Integer (atoi)
    Add Digits
  • 原文地址:https://www.cnblogs.com/dataadapter/p/2679955.html
Copyright © 2011-2022 走看看