PDA

View Full Version : Net referances Autodesk.AutoCAD.Interop on Sharp Develop Portable Net editor?



muck
14th May 2011, 04:39 pm
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,

Jeff H
14th May 2011, 07:29 pm
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

SLW210
14th May 2011, 11:23 pm
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?

Kerry Brown
15th May 2011, 05:09 am
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.

muck
15th May 2011, 01:08 pm
Is it possable to use the Sharp Develop editor and not MS visual studio Express?
Thank you,

Jeff H
19th May 2011, 02:40 am
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.