<?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 Uber Noob C# question in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/uber-noob-c-question/m-p/1065909#M29984</link>
    <description>Began playing with Jim Awes C# project that he made available here, but
before I could do much I was confronted with a problem.
References, obviously Jims computer is a bit different than mine so his
referenced material is in a different place.
3 references were "broken", acdbmgd and acmgd were easy enough to find and
reestablish (these are assemblies, correct?) however
I do not know how to reestablish the link to Autodesk.Autocad.Interop (this
is a collection of classes "namespace", correct?)
thanks for pointing my pointed head in the right direction.

--
Perry Leets
Inovec Optimization and Control Systems
Eugene, Oregon</description>
    <pubDate>Wed, 23 Jun 2004 19:58:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-06-23T19:58:33Z</dc:date>
    <item>
      <title>Uber Noob C# question</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/uber-noob-c-question/m-p/1065909#M29984</link>
      <description>Began playing with Jim Awes C# project that he made available here, but
before I could do much I was confronted with a problem.
References, obviously Jims computer is a bit different than mine so his
referenced material is in a different place.
3 references were "broken", acdbmgd and acmgd were easy enough to find and
reestablish (these are assemblies, correct?) however
I do not know how to reestablish the link to Autodesk.Autocad.Interop (this
is a collection of classes "namespace", correct?)
thanks for pointing my pointed head in the right direction.

--
Perry Leets
Inovec Optimization and Control Systems
Eugene, Oregon</description>
      <pubDate>Wed, 23 Jun 2004 19:58:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/uber-noob-c-question/m-p/1065909#M29984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-23T19:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Uber Noob C# question</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/uber-noob-c-question/m-p/1065910#M29985</link>
      <description>Hi Perry,

Sorry for that.  Our development machines are setup differently than an
actual installed product so the paths don't match what a 3rd Party developer
sees.  I didn't get the right paths in there before I posted it.

I think you just need to do the following:

1)  Right-click on "References" in the Solution Explorer
2)  Go to the "COM" page
3)  Add a reference to "AutoCAD 2005 Type Library"

On that original newgroup thread where I posted the sample, several people
explained how they fixed up the references, so the answer should be in there
somewhere.

Jim Awe
Autodesk, Inc.

"perry" &lt;PLEETS&gt; wrote in message news:40d9e0ea$1_3@newsprd01...
&amp;gt; Began playing with Jim Awes C# project that he made available here, but
&amp;gt; before I could do much I was confronted with a problem.
&amp;gt; References, obviously Jims computer is a bit different than mine so his
&amp;gt; referenced material is in a different place.
&amp;gt; 3 references were "broken", acdbmgd and acmgd were easy enough to find and
&amp;gt; reestablish (these are assemblies, correct?) however
&amp;gt; I do not know how to reestablish the link to Autodesk.Autocad.Interop
(this
&amp;gt; is a collection of classes "namespace", correct?)
&amp;gt; thanks for pointing my pointed head in the right direction.
&amp;gt;
&amp;gt; --
&amp;gt; Perry Leets
&amp;gt; Inovec Optimization and Control Systems
&amp;gt; Eugene, Oregon
&amp;gt;
&amp;gt;&lt;/PLEETS&gt;</description>
      <pubDate>Wed, 23 Jun 2004 22:31:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/uber-noob-c-question/m-p/1065910#M29985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-23T22:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Uber Noob C# question</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/uber-noob-c-question/m-p/1065911#M29986</link>
      <description>And one more thing...

I'm a former U of O Duck, so anyone from Eugene is OK with me.  ;-)


"Jim Awe" &lt;JIM.AWE&gt; wrote in message
news:40da04b1$1_1@newsprd01...
&amp;gt;
&amp;gt; Hi Perry,
&amp;gt;
&amp;gt; Sorry for that.  Our development machines are setup differently than an
&amp;gt; actual installed product so the paths don't match what a 3rd Party
developer
&amp;gt; sees.  I didn't get the right paths in there before I posted it.
&amp;gt;
&amp;gt; I think you just need to do the following:
&amp;gt;
&amp;gt; 1)  Right-click on "References" in the Solution Explorer
&amp;gt; 2)  Go to the "COM" page
&amp;gt; 3)  Add a reference to "AutoCAD 2005 Type Library"
&amp;gt;
&amp;gt; On that original newgroup thread where I posted the sample, several people
&amp;gt; explained how they fixed up the references, so the answer should be in
there
&amp;gt; somewhere.
&amp;gt;
&amp;gt; Jim Awe
&amp;gt; Autodesk, Inc.
&amp;gt;
&amp;gt; "perry" &lt;PLEETS&gt; wrote in message
news:40d9e0ea$1_3@newsprd01...
&amp;gt; &amp;gt; Began playing with Jim Awes C# project that he made available here, but
&amp;gt; &amp;gt; before I could do much I was confronted with a problem.
&amp;gt; &amp;gt; References, obviously Jims computer is a bit different than mine so his
&amp;gt; &amp;gt; referenced material is in a different place.
&amp;gt; &amp;gt; 3 references were "broken", acdbmgd and acmgd were easy enough to find
and
&amp;gt; &amp;gt; reestablish (these are assemblies, correct?) however
&amp;gt; &amp;gt; I do not know how to reestablish the link to Autodesk.Autocad.Interop
&amp;gt; (this
&amp;gt; &amp;gt; is a collection of classes "namespace", correct?)
&amp;gt; &amp;gt; thanks for pointing my pointed head in the right direction.
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; --
&amp;gt; &amp;gt; Perry Leets
&amp;gt; &amp;gt; Inovec Optimization and Control Systems
&amp;gt; &amp;gt; Eugene, Oregon
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt;
&amp;gt;&lt;/PLEETS&gt;&lt;/JIM.AWE&gt;</description>
      <pubDate>Wed, 23 Jun 2004 22:34:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/uber-noob-c-question/m-p/1065911#M29986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-23T22:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Uber Noob C# question</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/uber-noob-c-question/m-p/1065912#M29987</link>
      <description>Right on Jim ;)
I knew some of the Adesk Guru's were Oregonians when I visited the
"skunkworks" in Tualitin.
Anyway, I did set a reference to the Acad type library and that failed to
fix the problem until I deleted the .dll's in
/bin/debug AND removed the "interop" lines from the solution browser. Where
those lines present only because
of a failure to find a reference? Hmmm, maybe I should actually read the
instructions for Visual Studio!
Thanks

--
Perry Leets
Inovec Optimization and Control Systems
Eugene, Oregon
"Jim Awe" &lt;JIM.AWE&gt; wrote in message
news:40da057a$1_1@newsprd01...
&amp;gt; And one more thing...
&amp;gt;
&amp;gt; I'm a former U of O Duck, so anyone from Eugene is OK with me.  ;-)
&amp;gt;
&amp;gt;
&amp;gt; "Jim Awe" &lt;JIM.AWE&gt; wrote in message
&amp;gt; news:40da04b1$1_1@newsprd01...
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; Hi Perry,
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; Sorry for that.  Our development machines are setup differently than an
&amp;gt; &amp;gt; actual installed product so the paths don't match what a 3rd Party
&amp;gt; developer
&amp;gt; &amp;gt; sees.  I didn't get the right paths in there before I posted it.
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; I think you just need to do the following:
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; 1)  Right-click on "References" in the Solution Explorer
&amp;gt; &amp;gt; 2)  Go to the "COM" page
&amp;gt; &amp;gt; 3)  Add a reference to "AutoCAD 2005 Type Library"
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; On that original newgroup thread where I posted the sample, several
people
&amp;gt; &amp;gt; explained how they fixed up the references, so the answer should be in
&amp;gt; there
&amp;gt; &amp;gt; somewhere.
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; Jim Awe
&amp;gt; &amp;gt; Autodesk, Inc.
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; "perry" &lt;PLEETS&gt; wrote in message
&amp;gt; news:40d9e0ea$1_3@newsprd01...
&amp;gt; &amp;gt; &amp;gt; Began playing with Jim Awes C# project that he made available here,
but
&amp;gt; &amp;gt; &amp;gt; before I could do much I was confronted with a problem.
&amp;gt; &amp;gt; &amp;gt; References, obviously Jims computer is a bit different than mine so
his
&amp;gt; &amp;gt; &amp;gt; referenced material is in a different place.
&amp;gt; &amp;gt; &amp;gt; 3 references were "broken", acdbmgd and acmgd were easy enough to find
&amp;gt; and
&amp;gt; &amp;gt; &amp;gt; reestablish (these are assemblies, correct?) however
&amp;gt; &amp;gt; &amp;gt; I do not know how to reestablish the link to Autodesk.Autocad.Interop
&amp;gt; &amp;gt; (this
&amp;gt; &amp;gt; &amp;gt; is a collection of classes "namespace", correct?)
&amp;gt; &amp;gt; &amp;gt; thanks for pointing my pointed head in the right direction.
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt; --
&amp;gt; &amp;gt; &amp;gt; Perry Leets
&amp;gt; &amp;gt; &amp;gt; Inovec Optimization and Control Systems
&amp;gt; &amp;gt; &amp;gt; Eugene, Oregon
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt;
&amp;gt;&lt;/PLEETS&gt;&lt;/JIM.AWE&gt;&lt;/JIM.AWE&gt;</description>
      <pubDate>Thu, 24 Jun 2004 15:30:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/uber-noob-c-question/m-p/1065912#M29987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-24T15:30:17Z</dc:date>
    </item>
  </channel>
</rss>

