Updated printing program to AutoCAD 2013 from 2011, program now crashes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have a program that basically prints drawings to 11x17. It worked perfectly in AutoCAD 2011. I made the changes to how it opens the drawings as per the documentation for upgrading the program to 2013. It works fine for the first two drawings but then AutoCAD just completely shuts down with no error message or anything. I have tried to determine where the close happens by inserting messageboxes but have had no luck.
Some background on the program:
It is just a basic form with a timer. When the timer reaches 0, it reads the drawing name from a file. AutoCAD opens the drawing and prints it. Then it closes the drawing, restets the timer and waits until it reaches 0. SDI is set to 0 so closing the drawing should not affect it. As I said, it has worked perfectly for years under 2011. It is written in C#.
Any suggestions?
Patrick