VS 2015显示状态栏消息"完成您请求的操作......"

Ste*_*n G 9 visual-studio visual-studio-2015

刚刚从VS 2012升级到2015年.

构建复杂的解决方案需要一段时间才能开始,在状态栏中显示一条新的状态消息,显示"完成您请求的操作...",在构建实际开始之前的20-30秒.这与旧的对话框窗口"等待后台操作完成"不同.我无法分辨出发生了什么以及显示此消息的原因,以及如何避免它,因为它似乎表明了不必要的工作.

Tha*_*rif 0

Completing the operation you requested takes much time with a screen as below :

enter image description here

  • First of all inspect the process with process monitor tools so that you can catch the process that results in system hang.

  • If you have installed Nuget Package, then try uninstall them

  • Secondly , disable add - ins if any

  • There are times when your operation gets caught by anti virus programs , have an eye on trying to disable and check the process again

    IF the above steps dont have affect , you must install a new release of VS