https://www.devexpress.com/Support/Center/Question/Details/T214296/missing-icons-from-toolbox找到解决方法

To work around this issue you can try resetting toolbox caches while your display scaling level is at 100%(while using the smaller fonts).
    1. Close VisualStudio and clear the toolbox cache by deleting all *.tbd files from your profile. These files are hidden, so use "del /ah" from an elevated command prompt. For axample:
    del /ah %localappdata%\microsoft\visualstudio\12.0\*.tbd
    2. Go to the "Display" page in the control panel (Control Panel\Appearance and Personalization\Display): Right click on the desktop, select "Screen resolution" in the context menu, and in the "screen resolution page" select "Make text and other items larger or smaller" link. 
    3. In the "Display" page, select the "Let me choose one scaling level for all my displays" checkbox and then select the smaller font option, this is 100%, or no scaling.
    4. Sign out from this session when prompted and sign back in
    5. Start visual studio, toolbox will be re-populated on the startup and view the toolbox items whose icons were previously missing.
    6. Set font scaling to the desired value by repeating steps 2-4
Toolbox item icons should be present in the toolbox when VS is re-started

翻译过来:

 1.通过删除配置文件中的所有* .tbd文件,关闭VisualStudio并清除工具箱缓存。这些文件是隐藏的,因此请使用提升的命令提示符中的“del / ah”。例如:
    del / ah%localappdata%\ microsoft \ visualstudio \ 12.0 \ * .tbd 
    2.转到控制面板中的“显示”页面(控制面板\外观和个性化\显示):右键单击桌面,选择“屏幕分辨率” “在上下文菜单中,在”屏幕分辨率页面“中选择”使文本和其他项目更大或更小“链接。
    3.在“显示”页面中,选中“让我为所有显示选择一个缩放级别”复选框,然后选择较小的字体选项,这是100%或不缩放。
    4.在提示时退出此会话并在
    5中重新登录。启动visual studio,将在启动时重新填充工具箱,并查看之前缺少图标的工具箱项目。
    6。
重新启动VS时,工具箱中应存在工具箱项图标

有关DevExpress 安装后vs工具箱不显示图标的错误的更多相关文章

  1. 转Android APP安装后不在桌面显示图标的应用场景举例和实现方法

    转http://www.cnblogs.com/allenzheng/p/4510725.html#3186608 Android APP安装后不在桌面显示图标的应用场景举例和实现方法 最近在为公司做 ...

  2. Android APP安装后不在桌面显示图标的应用场景举例和实现方法

    最近在为公司做一款车联网的产品,由于公司本身擅长于汽车解码器的研发,所以该产品的诊断功能的实现除了使用目前市面上车联网产品中大量使用的OBD协议外,还会使用一些专车专用协议去实现一些特殊的诊断功能,如 ...

  3. Android APP安装后不在桌面显示图标的应用场景

    一般情况下是由于特殊情况下,需要隐藏app的启动入口,即在launcher界面不需要显示该入口,会由其他app跳转至.怎么设置如下代码: <activity android:name=" ...

  4. ecshop安装后打开管理页面时报500错误

    昨天给朋友安装ecshop,遇到如下问题: 1.PHP不支持mysql扩展 打开http://localhost/install/index.php,第二步时候,报不支持mysql. ecshop是前 ...

  5. autoCAD 2008 Win7 64位, win8 64位 安装 燕秀工具箱 yanxiu.cui 文件下载

    Win7 64位, win8 64位 安装 燕秀工具箱 , 提示没有权限. 网站上下载燕秀工具箱, 安装后. 提示权限不够. 解决办法如下; 1. CAD, 权限修改. 2. 下载 yanxiu.cu ...

  6. WinForm下开发插件DevExpress安装及使用

    WinForm下开发插件DevExpress安装及使用在Visual Studio中安装DevExpress开发插件插件的使用方法简单的Demo介绍下载链接:https://pan.baidu.com ...

  7. tomcat安装后,本地可以访问,远程不能访问

    问题描述:tomcat安装后,在本地可以使用本地IP地址.localhost可以访问,但是在远程却不能访问. 使用工具:无. 解决方法:关闭服务器端的"公用网络防火墙"即可.

  8. Advanced Office Password Recovery安装后显示是英文版的

    一些才开始接触Advanced Office Password Recovery(即AOPR)的朋友,在安装Advanced Office Password Recovery的时候可能发现Advanc ...

  9. MongoDB win安装后无法远程连接访问

    mongoDB安装后无法远程连接访问,原因是端口没有开放允许连接的权限 开启允许连接的权限: 管理工具-高级win防火墙

随机推荐

  1. 是时候学习 RxSwift 了

    相信在过去的一段时间里,对 RxSwift 多少有过接触或耳闻,或者已经积累了不少实战经验.此文主要针对那些在门口徘徊,想进又拍踩坑的同学. 为什么要学习 RxSwift 当决定做一件事情时,至少要知 ...

  2. Drop it FreeCodeCamp

    function drop(arr, func) { // Drop them elements. for(var start=0 ;start<arr.length; start++){ if ...

  3. JS 20180416考试

    <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...

  4. redis过期key删除

    LZ一开始配置到启动类里面,结果出现了主线程阻塞的情况. 如下是流程: 首先修改配置文件redis.conf中的:notify-keyspace-events Ex,默认为notify-keyspac ...

  5. SyntaxError Non-ASCII character '\xe5' in file

    环境: windows7 Python 2.7.16 在源码中添加注释之后报错如下: (WeChat) E:\WorkHome\Wechat>python firstBlood.py Trace ...

  6. Xpath--使用Xpath爬取糗事百科成人版图片

    #!usr/bin/env python#-*- coding:utf-8 _*-"""@author:Hurrican@file: 爬取糗事百科.py@time: 20 ...

  7. C++基础 (10) 第十天 C++中类型转换 异常 栈解旋 io操作

    1之前内容的回顾 C语言中的类型转换(int)a  强转可读性太差了 C++把()拆分成了四种转换方式 static_cast static_cast在编译器编译阶段就进行转换了 2.dynamic_ ...

  8. Spring 静态工厂实例

    直接上代码,看注释. 创建实体类: package com.spring.classs; public class Test {    private String name;    private ...

  9. --without-v4l ,make clean, 重新make即可。

    --without-v4l ,make clean, 重新make 2011-02-27 17:38 Error: X11 support required for GUI compilation

  10. soapui测试接口使用步骤

    1.新建项目 2. 定义接口 url输入接口 3.新建测试集 选择项目,右键 4.在测试集下新建测试用例 5.在测试步骤中导入要测试的请求 6.run