<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: eNoClassId error in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/4609317#M16474</link>
    <description>&lt;P&gt;"&lt;SPAN&gt;The COM wrapper is only required for the custom entity properties to be displayed by the property palette in AutoCAD. "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ok, very interesting! but I can revist that if they extend the contract in 6 month! Great to know though.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;SPAN&gt;The "SimpleSquare" sample should be good enough if you are only using the custom entity in a managed application. Is that what you are trying ? If so, we can try and resolve that error."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I KINDA solved it. I got my classID!!!! and &amp;nbsp;crashed autocad. but I'll return to that...&lt;SPAN&gt;oh and yes, that's the kind of app we need!&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;My error was an rxinit() thing, in the sense i put it in the dbx entrypoint file with build heirchy right before the manged wrapper call, then it stepped through, got the classid! (yaya!!!!) and appended the entity, then created, then trans.close etc then.... unhandled memory exception! to be honest, it's the end of the day and I was so happy with my classID I was going to leave it till the morning... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Unless how I added rxinit() did that (and it may have, darned if I can see it in SimpleSquare :/) I'm hoping I can find it by debugging (I'm getting better at using vs 2012 to it's fullest doing this project).&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Having said that if I'm wrong about rxinit() in dbx files or where it sits in the managed wrapper I need to know! and very happy to upload stuff if you like - I'll get it ready after dinner &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2013 07:51:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-11-11T07:51:10Z</dc:date>
    <item>
      <title>eNoClassId error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/2664634#M16466</link>
      <description>Hi all, I'm trying to append my own entity derived from AcDbEntity to database, but I'm receiving 409 error code (eNoClassId) in appendAcDbEntity. When I append e.g. new AcDbLine instead, everything works ok. I am using ObjectARX 2010.  &lt;BR /&gt;
&lt;BR /&gt;
It should be a slightly modified Line (I derive it from AcDbEntity, but AcDbLine produces the same problem), this is how I create it:&lt;BR /&gt;
&lt;BR /&gt;
{code}&lt;BR /&gt;
CProtLine *protLine = new CProtLine();                  //calls CProtLine(): AcDbEntity() {}&lt;BR /&gt;
protLine-&amp;gt;startPoint = AcGePoint3d(pt1&lt;X&gt;,pt1&lt;Y&gt;,pt1&lt;Z&gt;);      //startPoint and endPoint are my attributes&lt;BR /&gt;
protLine-&amp;gt;endPoint = AcGePoint3d(pt2&lt;X&gt;,pt2&lt;Y&gt;,pt2&lt;Z&gt;);&lt;BR /&gt;
...&lt;BR /&gt;
AcDbObjectId retId = AcDbObjectId::kNull;&lt;BR /&gt;
Acad::ErrorStatus es = pBlockTableRecord-&amp;gt;appendAcDbEntity(retId, protLine);    //here 409 error code is produced&lt;BR /&gt;
{code}&lt;BR /&gt;
&lt;BR /&gt;
(all access to database and record tables is ok).&lt;BR /&gt;
&lt;BR /&gt;
Can anybody help me, please ? What's wrong and how should I fix it ? I can provide more code, if necessary... &lt;BR /&gt;
Thanks. David

Edited by: ersild1@fel.cvut.cz on Apr 12, 2010 2:16 PM&lt;/Z&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/Z&gt;&lt;/Y&gt;&lt;/X&gt;</description>
      <pubDate>Mon, 12 Apr 2010 14:13:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/2664634#M16466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-12T14:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: eNoClassId error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/2664635#M16467</link>
      <description>Have you called rxInit() on your custom class so that it is added to the &lt;BR /&gt;
AcRx class tree?&lt;BR /&gt;
&lt;BR /&gt;
&lt;ERSILD1&gt; wrote in message &lt;BR /&gt;
news:6371212@discussion.autodesk.com...&lt;BR /&gt;
Hi all, I'm trying to append my own entity derived from AcDbEntity to &lt;BR /&gt;
database, but I'm receiving 409 error code (eNoClassId) in appendAcDbEntity. &lt;BR /&gt;
When I append e.g. new AcDbLine instead, everything works ok. I am using &lt;BR /&gt;
ObjectARX 2010.&lt;BR /&gt;
&lt;BR /&gt;
It should be a slightly modified Line (I derive it from AcDbEntity, but &lt;BR /&gt;
AcDbLine produces the same problem), this is how I create it:&lt;BR /&gt;
&lt;BR /&gt;
{code}&lt;BR /&gt;
CProtLine *protLine = new CProtLine();                  //calls CProtLine(): &lt;BR /&gt;
AcDbEntity() {}&lt;BR /&gt;
protLine-&amp;gt;startPoint = AcGePoint3d(pt1&lt;X&gt;,pt1&lt;Y&gt;,pt1&lt;Z&gt;);      //startPoint &lt;BR /&gt;
and endPoint are my attributes&lt;BR /&gt;
protLine-&amp;gt;endPoint = AcGePoint3d(pt2&lt;X&gt;,pt2&lt;Y&gt;,pt2&lt;Z&gt;);&lt;BR /&gt;
...&lt;BR /&gt;
AcDbObjectId retId = AcDbObjectId::kNull;&lt;BR /&gt;
Acad::ErrorStatus es = pBlockTableRecord-&amp;gt;appendAcDbEntity(retId, protLine); &lt;BR /&gt;
//here 409 error code is produced&lt;BR /&gt;
{code}&lt;BR /&gt;
&lt;BR /&gt;
(all access to database and record tables is ok).&lt;BR /&gt;
&lt;BR /&gt;
Can anybody help me, please ? What's wrong and how should I fix it ? I can &lt;BR /&gt;
provide more code, if necessary...&lt;BR /&gt;
Thanks. David&lt;BR /&gt;
&lt;BR /&gt;
Edited by: ersild1@fel.cvut.cz on Apr 12, 2010 2:16 PM&lt;/Z&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/Z&gt;&lt;/Y&gt;&lt;/X&gt;&lt;/ERSILD1&gt;</description>
      <pubDate>Mon, 12 Apr 2010 15:19:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/2664635#M16467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-12T15:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: eNoClassId error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/2664636#M16468</link>
      <description>BIG THANK YOU, Art !&lt;BR /&gt;
I didn't notice the need for this call at any example source code, but it definitely solved my problem.&lt;BR /&gt;
Once again, thanks a lot, you saved my day ! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Mon, 12 Apr 2010 15:54:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/2664636#M16468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-12T15:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: eNoClassId error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/2664637#M16469</link>
      <description>ersild1,&lt;BR /&gt;
&lt;BR /&gt;
Can you post your code for your entity , because I can not find examples for it.

Edited by: k0s3rA on May 4, 2010 2:37 PM</description>
      <pubDate>Tue, 04 May 2010 14:37:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/2664637#M16469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-04T14:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: eNoClassId error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/4609043#M16470</link>
      <description>&lt;P&gt;This seems to be the solution to my problem... i just CANNOT get the classID back from my custom polyline! the only thing is I'm using SimpleSquare as my template&amp;nbsp;as I need a manged wrapper and it seems the easiest implimentation however it NEVER mentions this at all!!! If fact I'm annoy that it works. How?!? The&amp;nbsp;only thing it&amp;nbsp;does differently that I can see is it passes it's custom entity through&amp;nbsp;EntityJig. Surely that isn't necessary...&lt;/P&gt;&lt;P&gt;So anyway, the question I have is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 - where do I call MyClass1::rxInit();?&lt;/P&gt;&lt;P&gt;2 - where to I call acrxBuildClassHierarchy();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;FONT face="arial,helvetica,sans-serif"&gt; my D&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;BX is linked through a managed wrapper to a vb.net file.... I have&amp;nbsp;no ARX file, just a vb file linked to a DBX file, &amp;nbsp;and the DBX entry point is set up with &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#880000"&gt;&lt;FONT size="2" face="Consolas" color="#880000"&gt;&lt;FONT size="2" face="Consolas" color="#880000"&gt;RegisterManagedWrapperLink&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;(); &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;// Setup the managed-unmanaged connection.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas" color="#880000"&gt;&lt;FONT size="2" face="Consolas" color="#880000"&gt;&lt;FONT size="2" face="Consolas" color="#880000"&gt;RegisterDbxApp&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;(); &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;&lt;FONT size="2" face="Consolas" color="#008000"&gt;// Setup demand-loading for this object enabler module.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;and so on instead of calling acrxBuildClassHierarchy(); anywhere at all.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nor can I find rxInit() in documentation anywhere (I've been searching)...any input is highly valued!!!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 05:19:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/4609043#M16470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T05:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: eNoClassId error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/4609111#M16471</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "PolySamp" example in the ObjectARX SDK may be a better sample for you to use as a template. The dbx and managed wrapper are separate projects and you can also find the use of "rxInit" and "acrxBuildClassHierarchy" in Poly.cpp.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case of a SimpleSquare, the custom entity also has a pointer to the manged wrapper which makes it accessible only from managed applications. N&lt;SPAN style="font-size: 11px;"&gt;ote this comment in the "AsdkSimpleSquare.h"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;
&lt;P&gt;// Note - a straightforward custom entity which only defines a red-square with grip points at each corner.&lt;BR /&gt;// Note here that AsdkSimpleSquare cannot be exported with DLLIMPEXP or __declspec(dllexport) because&lt;BR /&gt;// it has managed components. This is ok for the enabler since AutoCAD receives a pointer from the &lt;BR /&gt;// pseudo constructor in ACRX_DEFINE_DXF_MEMBERS. However for UI components, this limits us to managed&lt;BR /&gt;// applications that can access the class.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 05:51:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/4609111#M16471</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2013-11-11T05:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: eNoClassId error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/4609121#M16472</link>
      <description>&lt;P&gt;First, thanks SO much for you time!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correct me if I'm wrong (really, correct me. I WANT to be wront on this), but using the PolySamp case seemed to mean using COM as well! frankly I'm not a COM expert and I've had to learn c++, ObjectARX and .net for AutoCAD in a month for a 6 month programming contract, I haven't slept in a month and have written no code - then I get to COM - that's a topic for a degree in itself! I wan't sure if the managed/unmanged thing in PolySamp could run without the COM component the way Simple Squre does - and the "installers" needed to build it were REMOVED from Visual Studio 2012 so I've never seen it built!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having said that if I can use the PolySamp implementation I will, but I can live without Full COM compatibility for my DLL, if they want that they can extend the contract down the line....are the managed / unmanged sections of the sample independent, or do I really have to write,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;custom class&lt;/P&gt;&lt;P&gt;managed interface&lt;/P&gt;&lt;P&gt;massive com wrapper of the lot&lt;/P&gt;&lt;P&gt;then the actual vb.net project (which is huge in it's own right)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just wan't to write the mixed manged code level in simple square...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Carl&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 05:59:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/4609121#M16472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T05:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: eNoClassId error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/4609129#M16473</link>
      <description>&lt;P&gt;Most welcome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;The COM wrapper is only required for the custom entity properties to be displayed by the property palette in AutoCAD. It is possible to use the custom entity (dbx), its managed wrapper and the arx/managed project that creates the custom entity to be used without the COM wrapper.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;The "SimpleSquare" sample should be good enough if you are only using the custom entity in a managed application. Is that what you are trying ? If so, we can try and resolve that error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;Is it possible to provide a minimal sample project similar to the "SimpleSquare" that shows the error you are facing ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 06:22:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/4609129#M16473</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2013-11-11T06:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: eNoClassId error</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/4609317#M16474</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;The COM wrapper is only required for the custom entity properties to be displayed by the property palette in AutoCAD. "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ok, very interesting! but I can revist that if they extend the contract in 6 month! Great to know though.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;SPAN&gt;The "SimpleSquare" sample should be good enough if you are only using the custom entity in a managed application. Is that what you are trying ? If so, we can try and resolve that error."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I KINDA solved it. I got my classID!!!! and &amp;nbsp;crashed autocad. but I'll return to that...&lt;SPAN&gt;oh and yes, that's the kind of app we need!&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;My error was an rxinit() thing, in the sense i put it in the dbx entrypoint file with build heirchy right before the manged wrapper call, then it stepped through, got the classid! (yaya!!!!) and appended the entity, then created, then trans.close etc then.... unhandled memory exception! to be honest, it's the end of the day and I was so happy with my classID I was going to leave it till the morning... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Unless how I added rxinit() did that (and it may have, darned if I can see it in SimpleSquare :/) I'm hoping I can find it by debugging (I'm getting better at using vs 2012 to it's fullest doing this project).&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Having said that if I'm wrong about rxinit() in dbx files or where it sits in the managed wrapper I need to know! and very happy to upload stuff if you like - I'll get it ready after dinner &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 07:51:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/enoclassid-error/m-p/4609317#M16474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T07:51:10Z</dc:date>
    </item>
  </channel>
</rss>

