Right click on the section view and choose "Draw in view." Then print.
To delete the view and keep the section, right click on the section view and choose "Convert to 2d View." Then you can delete the view it came from without deleting the section.
Terry
Well, I haven't realy solved this problem yet but I do have a work arround. Closing the drawings is where the problem comes in so I changed it to leave all the drawings open until all files have been processed and then go through and close them all. I don't realy like leaving them open like that...
Jon,
Thanks for the reply. Restarting SE was suggested on another site as well. Unfortunately, this in not an option for me. I am looking into using Marshal.ReleasComObject() to see if it will solve the problem. I'll let you know if I find anything.
Terry
Sorry for cross posting, I realized that this is more of a Solid Edge question than a Visual Basic question.
I have a program that opens DFT files, switches to a specified sheet, and exports a DXF file. After about 20 or so files, Solid Edge crashes. The crash log includes this line:
The...
I have a program that opens DFT files, switches to a specified sheet, and exports a DXF file. After about 20 or so files, Solid Edge crashes. The crash log includes this line:
The rollback event cannot allow saving of the active document because the command stack is empty.
Any help in fixing...