muck Posted May 14, 2011 Posted May 14, 2011 I am using SharpDevelop net editor to create and learn about AutoCAD net projects. When I followed the procedure shown in webpage http://www.cadalyst.com/cad/autocad/cad-clinic-autocad-commands-vb-net-3043 I do not see the referances Autodesk.AutoCAD.Interop.Common and Autodesk.AutoCAD.Interop in the Develop Sharp editor window when I am on a network system at work. Is there a way to added these references? At home I see these references so is there reason I am not seeing those references my work’s network AutoCAD? I have found that the sharpDevelop net editor can be ran from a USB drive unlike MS visual studio Express. I think this is a nice feature. Thank you, Quote
Jeff H Posted May 14, 2011 Posted May 14, 2011 I would suggest never look at that article again and Interop.Common is not needed and never used in examples I would start here http://through-the-interface.typepad.com/through_the_interface/2011/05/new-self-paced-autocad-net-training-material.html http://through-the-interface.typepad.com/through_the_interface/2011/05/autocad-net-training-devtv-session-2-user-interaction-user-input.html Quote
SLW210 Posted May 14, 2011 Posted May 14, 2011 I am using SharpDevelop net editor to create and learn about AutoCAD net projects. When I followed the procedure shown in webpage http://www.cadalyst.com/cad/autocad/cad-clinic-autocad-commands-vb-net-3043 I do not see the referances Autodesk.AutoCAD.Interop.Common and Autodesk.AutoCAD.Interop in the Develop Sharp editor window when I am on a network system at work. Is there a way to added these references? At home I see these references so is there reason I am not seeing those references my work’s network AutoCAD? I have found that the sharpDevelop net editor can be ran from a USB drive unlike MS visual studio Express. I think this is a nice feature. Thank you, I would say the site is being blocked by your work. Seems strange though a Cadalyst site being blocked. I would suggest never look at that article again and Interop.Common is not needed and never used in examples I would start here http://through-the-interface.typepad.com/through_the_interface/2011/05/new-self-paced-autocad-net-training-material.html http://through-the-interface.typepad.com/through_the_interface/2011/05/autocad-net-training-devtv-session-2-user-interaction-user-input.html Why? Quote
Kerry Brown Posted May 15, 2011 Posted May 15, 2011 Why? As Jeff Noted, The references to Autodesk.AutoCAD.Interop.Common and Autodesk.AutoCAD.Interop are not used in the code, so the references are NOT needed. The Article pointed to at Cadalyst is dated 2005 ... a lot has happened in the last 6 years ... The links to the videos that Jeff pointed to are more current and more informative. Quote
muck Posted May 15, 2011 Author Posted May 15, 2011 Is it possable to use the Sharp Develop editor and not MS visual studio Express? Thank you, Quote
Jeff H Posted May 19, 2011 Posted May 19, 2011 Yes I see people using Sharp Develop but I am not sure how well debugging works etc...... as for using newer vidoes they use better techniques than ones from cadalyst and using functions that should be subs, and some of explanations are a little confusing. To be fair to the author that might of been the norm back then as I did not use it back then. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.