.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
AutoCAD gets slower when loading for each VS 2010 express debugging session
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
When running VS 2010 express in debug mode, for either AutoCAD 2010 or 2012, 64 bit, AutoCAD gets slower and slower loading with each subsequent debug session until it becomes intolerable. A system restart is necessary. Is this normal? I see this on a fast machine with tons of ram. During the waits there are patches of white screen in the various AutoCAD interface components. The performance hit is exponential with each session. The first debug is normal, The second is slightly slower. The third is noticeably slower and so on.
Re: AutoCAD gets slower when loading for each VS 2010 express debugging session
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
hi, shot in the dark really:
what's the intermediate window saying? any warnings on 'forgot to dispose' items you may have created and which are, somehow, accumulating? or does it happen when debugging even 'empty' commands?
else, set a debug.time start and end for individual sections.
felix
Re: AutoCAD gets slower when loading for each VS 2010 express debugging session
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
The delay occurs starting the AutoCAD session prior to netloading the application to debug. The immediate window is blank until the last moment when the ribbon shows up. Then it is full of errors related mostly to the UI, which I believe is considered normal.
Re: AutoCAD gets slower when loading for each VS 2010 express debugging session
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
An other shot in the dark, looks like a memory leak , check the memory before and after netloading , using the app and closing Acad, but may be anything, from improperly dispose of some objects , hard disk space , a threading issue, etc.
please show the code and the specs of your platform.
Gaston Nunez
