.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
'Open' is not a member of Applicatio nServices. DocumentCo llection
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
792 Views, 1 Replies
04-25-2012 08:40 AM
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.DocumentColl
Code:
Dim docs As DocumentCollection
docs = Autodesk.AutoCAD.ApplicationServices.Application.D
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.
Re: 'Open' is not a member of Applicatio nServices. DocumentCo llection
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-25-2012 10:14 AM in reply to:
daniel.messenger



