This is Oddpets's Typepad Profile.
Join Typepad and start following Oddpets's activity
Oddpets
Recent Activity
Interesting article.
I have an interesting problem with the assemblies in ACAD 2017 using ObjectARX_2017
LINE 1: AcadAcCmColor aColor = new AcadAcCmColor();
LINE 2: aColor.ColorIndex = (AcColor)WIRE_COLOUR;
LINE 3: line.TrueColor = aColor;
All compiles Ok but LINE 2: produces a runtime error
Exception thrown: 'System.Runtime.InteropServices.COMException' in mscorlib.dll
Retrieving the COM class factory for component with CLSID {8489ED0D-5A6D-4C59-B173-2F9855DE496C} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
I have my environment configured as suggested to 'embed' the assemblies.
Any advice welcome
Mark
Where did my Interop assemblies go?
By Stephen Preston As of AutoCAD 2013, we stopped registering AutoCAD COM Interop assemblies in the Global Assembly Cache (GAC). We continue to ship reference assemblies in the ObjectARX SDK. The correct way to use these assemblies is follows: Reference the interop assemblies in your project fr...
Oddpets is now following The Typepad Team
Feb 23, 2017
Subscribe to Oddpets’s Recent Activity