Message 1 of 2
dll runs in acad.exe but fails in accoreconsole.exe

Not applicable
08-15-2015
11:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have C# code, using .net, which basically reads in a CSV file and parses out data to colorize objects, and reads in a second CSV file that adds a point cloud to the dwg. The dll runs in acad.exe, finishes in about 3 minutes.
The same dll will start running in accoreconsole.exe, but runs forever, i.e. I have let the program run for an hour before manually ending process. During process, task manager shows autocad using 35% of memory, as if it is processing, and it stays around 35% during process.
Computer Specs:
Windows 10,
16 GB ram
Autocad 2016
Also, I have completed other dll's that have worked seamlessly, and always processed faster than acad.exe, as expected.
Any thoughts as to where to debug this workflow?
Thanks,
Daniel