
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm very new to .NET. I have been told enough times that it is the only way to go as far as AutoCAD programming goes, so I'm getting my feet wet. Setting up Visual Studio is a bit intimidating for someone that is accustomed to using VisualLISP. There is a LOT more to know and configure.
I have tried all the ways I could dig up to get VC# Express 2010 to go into debug mode. None of them seem to work. I cannot even load ACAD.exe as an additional project, since EXE files can't be selected in the dialog. I loaded the ObjectARX Wizards, and they help set up projects initially, but the debugging is still an issue.
I'm also a bit confused about which managed wrapper I should reference. According to some, the AcMGD.dll and AcDbMgd.dll should be referenced out of the AutoCAD installation folder, and others say to use the ones the SDK provides. Which is best, and why?
Sorry if these questions are painfully basic, but the interaction between AutoCAD and Visual Studio is not documented very well, even in the tutorials I have run. TIA.
Solved! Go to Solution.