Message 1 of 10
eFileSharingViolation error when running in AutoCAD2016

Not applicable
02-03-2016
01:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Why am I getting a eFileSharingViolation error when running in AutoCAD2016 and not in AutoCAD2014 version with this code?:
Public Sub DwgSaveAs()
Dim doc As Document = Application.DocumentManager.MdiActiveDocument
Dim dwg = doc.Database
dwg.SaveAs(doc.Name, DwgVersion.Current)
End Sub
I tryed also the code:
dwg.SaveAs(doc.Name, False, DwgVersion.Current, doc.Database.SecurityParameters)
What is the different between those two version of AutoCAD?
Gerrit