rollback event...command stack - Solid Edge V20
rollback event...command stack - Solid Edge V20
(OP)
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 rollback event cannot allow saving of the active document because the command stack is empty.
Any help in fixing this will be greatly appreciated.
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 this will be greatly appreciated.
Terry





RE: rollback event...command stack - Solid Edge V20
I believe we have run into this before (or something similar) and the solution was to terminate Solid Edge and start it up again after a certian ammount of files have been processed.
There is some issue or limitation in the API that causes the problem.
Jon Sutcliffe / Solid Mastermind
The Solid Edge Community. Video training sessions, best practice documents, process maps and interactive training http://www.SolidMastermind.com
RE: rollback event...command stack - Solid Edge V20
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
RE: rollback event...command stack - Solid Edge V20
Can I ask as to why restarting is not an option?
RE: rollback event...command stack - Solid Edge V20
This routine closes and restarts SE after processing a number of files then continues doing its stuff.
bc.
2.4GHz Core2 Quad, 4GB RAM,
Quadro FX4600.
Where would we be without sat-nav?
RE: rollback event...command stack - Solid Edge V20
Terry