Message 1 of 10
Database.Save and eFileInternalErr

Not applicable
12-18-2007
04:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm calling this method from AutoCAD 2008 and managed objectarx:
Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.Database.Save()
and I get this exception "eFileInternalErr" and dwg doesn't saves.
How can I solve this? I cannot call "_qsave" command because I want to save immediately and continue only if save is successfull.
Thanks
Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.Database.Save()
and I get this exception "eFileInternalErr" and dwg doesn't saves.
How can I solve this? I cannot call "_qsave" command because I want to save immediately and continue only if save is successfull.
Thanks