Message 1 of 2

Not applicable
04-25-2012
08:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a VB.NET 4.0 app which was working fine with references to ObjectARX 2011.
I have removed these references and added references to ObjectARX2013, and now I get the following error at compile time:
'Open' is not a member of 'Autodesk.AutoCAD.ApplicationServices.DocumentCollection'
Code:
Dim docs As DocumentCollection
docs = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager
docs.Open(sDrawingPath, False)
Everything else works fine - if I common out the last line then it compiles fine.
Does anybody have any ideas?
Solved! Go to Solution.