Message 1 of 6
missing an autocad reference
Not applicable
07-18-2012
03:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am Programming with Visual Studio 2010.(VB.NET)
I am facing a problem that everytime I write "Dim Line1 as AcadLine" it shows error, whereas if I write "Dim Line1 As Autocad.Acadline" the code works fine.
Pls suggest which reference am I missing ? (I would like to write "Dim Line1 as AcadLine".)
Deepak