.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Error ,when i am saving the autocad file
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
102 Views, 1 Replies
05-21-2012 12:25 AM
Hi,
I am getting error as below when i am saving the autocad file using save method
acDoc = Application.DocumentManager.MdiActiveDocument;
acDoc.Database.Save();
Error : eFileInternalErr
Could you please help me on this.
Regards,
Raman
Re: Error ,when i am saving the autocad file
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-21-2012 01:19 AM in reply to:
RamanSBV
I don't know if there has been any change since this post. If not, it might give you some insight into why you get the error
