Message 1 of 2
ModelSpace on Autocad 2004DX

Not applicable
07-01-2004
09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a VB.Net 2003 application I wrote that is giving me an error
when using the ModelSpace property.
I have MS defined as AutoCAD.AcadModelSpace and DOC as
AutoCAD.AcadDocument. When the line:
MS = DOC.ModelSpace
is called I get an error:
Error loading type libary/DLL
at AutoCAD.AcadDocumentClass.get_ModelSpace()
The strange part is it works prefectly under Autocad 2004, but not
Autocad 2004DX Mechanical.
Any ideas on what I'm doing wrong?
Thanks,
Chris