简体   繁体   中英

VS2010 and WPF slow debug issues

im (like a lot of other people) doing my first steps in 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. (!) waiting.

what can i do ? is there a nice solution (besides not using 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.
  2. Run using the admin the analyze on the vss db (actually a file system).
  3. Use a new clean vss user.
    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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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