Message 1 of 7
Converting DXF to Dwg 2004 using .net

Not applicable
04-07-2012
12:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone!
I'm using AutoCAD 2012 version 18.2. I need to programmatically open .dxf file, change font and save as .dwg version AC1800. I do it with the folowing code http://pastie.org/3745519. The problem is that after saving as AC1800 and open the result file, Autocad says that some errors occured and offer to recover file. After this it works fine. If I save as DwgVersion.Current or DwgVersion.Newest it works fine.
Does anyone have ideas what I'm doing wrong?