Message 1 of 12
Database.UpdateExt() Exception
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
For a particular DWG file, I'm getting a System.AccessViolationException when calling Database.UpdateExt(False). Interestingly, if I change to UpdateExt(True), no exception occurs. Oddly, Try...Catch doesn't seem to catch the exception with UpdateExt(False).
Any ideas about what the problem is? The DWG file seems pretty basic (2D, with reasonable extents).
Thanks!