views:

33

answers:

1

I've noticed recently that AutoCAD gets slower and slower after as I debug it, close, then debug again. In addition AutoCAD just freezes when I try to open it without debugging (in or out of visual studio). Has anybody else ran into this problem before and what is the solution?

+2  A: 

After searching around for a while I noticed that the WSCommCntr1.exe process (AutoDesk Communication Center) was showing up multiple times. I assume that it is spawning a new version of this process each time I debug. To fix this and speed AutoCAD up in general, I disable this process from starting using this fix that I found.

[http://otb.manusoft.com/2009/03/disable-infocenter-in-autocad-2010.htm][1]

Matthew Brown