vs 加载 dll 缓慢

https://jingyan.baidu.com/article/642c9d34e25cc2644b46f74b.html

http://www.it610.com/article/2611781.htm

可以把所有的DLL下载了先

最近安装Virtual Studio 2013,发现每次加载运行程序时,特别是一个solution里面有多个文件,需要较多dll时,都需要半天,显示如下:

Virtual Studio 2013 每次加载程序(dll)缓慢的问题_第1张图片

原因是每次程序执行时,都要从服务器端加载dll,确实浪费时间,下面是解决方法:

打开VS的【工具】-【选项】-【调试】-【符号】,如下图:

1、先取消勾选“Microsoft符号服务器”

2、清空符号缓存

3、然后重启一哈VS2013

视图如下:

步骤一:

Virtual Studio 2013 每次加载程序(dll)缓慢的问题_第2张图片

步骤二:

Virtual Studio 2013 每次加载程序(dll)缓慢的问题_第3张图片

以后运行程序就没有那么DT了!

 

Virtual Studio 2013 每次加载程序(dll)缓慢的问题

原文地址:https://www.cnblogs.com/jiangfeilong/p/10095943.html