简体   繁体   English

VS2010和WPF缓慢的调试问题

[英]VS2010 and WPF slow debug issues

im (like a lot of other people) doing my first steps in vs2010. 我(和很多其他人一样)在vs2010中迈出了第一步。

one of the things i just found which really annoys me is that each time i try to debug a WPF application the ide slows down so each movement from one statement to the other results in 10 sec. 我刚刚发现的一件令我非常恼火的事情是,每当我尝试调试WPF应用程序时,ide的速度就会变慢,因此从一条语句到另一条语句的每次移动都会在10秒内产生结果。 (!) waiting. (!)等待。

what can i do ? 我能做什么 ? is there a nice solution (besides not using WPF:) 有没有很好的解决方案(除了不使用WPF :)

adiel. 阿迪尔。

Eventually the slowness issue was mainly a result of visual source safe with a very problematic user. 最终,速度缓慢问题主要是由于视觉问题用户的视觉安全所致。

This can be solved in three ways : 这可以通过三种方式解决:

  1. Disable VSS - you can turn it back on later. 禁用VSS-您可以稍后将其重新打开。
  2. Run using the admin the analyze on the vss db (actually a file system). 使用管理员在vss db(实际上是文件系统)上运行分析。
  3. Use a new clean vss user. 使用新的干净vss用户。
    1)Which version of VS2010 are you using RC or the RTM?

    2)What is your machine's spec? Does it comply with the minimum requirements of VS2010?
    (if you're using single core processor you're screwed kidding...) 

    3)Try defragmenting the partition in which you've installed VS2010?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM