<?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: Support FIles 2008 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990413#M77851</link>
    <description>I must be doing something wrong.&lt;BR /&gt;
I get everything but supportpath.&lt;BR /&gt;
&lt;BR /&gt;
All I need to do is add to my references "Autodesk.AutoCAD.Interop"&lt;BR /&gt;
is that not correct? (of course besides "acdbmgd" and "acmgd")&lt;BR /&gt;
&lt;BR /&gt;
It strange because in the class explorer I cannot find SupportPath anywhere!</description>
    <pubDate>Wed, 13 Jun 2007 11:22:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-06-13T11:22:08Z</dc:date>
    <item>
      <title>Support FIles 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990409#M77847</link>
      <description>Maybe I am blind, but I can't seem to find&lt;BR /&gt;
the Support FIles in the Preferenece.Files&lt;BR /&gt;
It used to be there in 2006!&lt;BR /&gt;
&lt;BR /&gt;
Has it moved, or is there another way to get the support file string in 2008.&lt;BR /&gt;
Thanks in advance.</description>
      <pubDate>Mon, 11 Jun 2007 08:16:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990409#M77847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-11T08:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Support FIles 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990410#M77848</link>
      <description>I presume you are talking about the ActiveX API. In which case I am still using it in VBA with 2008.&lt;BR /&gt;
&lt;BR /&gt;
Regards - Nathan</description>
      <pubDate>Mon, 11 Jun 2007 22:55:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990410#M77848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-11T22:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Support FIles 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990411#M77849</link>
      <description>This is what I am trying to do:&lt;BR /&gt;
Autodesk.AutoCAD.Interop.AcadApplication oApp = (Autodesk.AutoCAD.Interop.AcadApplication)Autodesk.AutoCAD.ApplicationServices.Application.AcadApplication;&lt;BR /&gt;
&lt;BR /&gt;
AcadPreferencesFiles files = oApp.Preferences.Files&lt;BR /&gt;
string supportFiles = files.        &amp;lt;--- SupportPath is not a option!!!!&lt;BR /&gt;
&lt;BR /&gt;
What am I doing wrong?</description>
      <pubDate>Tue, 12 Jun 2007 08:50:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990411#M77849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-12T08:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Support FIles 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990412#M77850</link>
      <description>It shows up for me with VB.NET.&lt;BR /&gt;
&lt;BR /&gt;
Dim acadApp As Autodesk.AutoCAD.Interop.AcadApplication = Application.AcadApplication&lt;BR /&gt;
        Dim files As Autodesk.AutoCAD.Interop.AcadPreferencesFiles = acadApp.Preferences.Files&lt;BR /&gt;
        Dim strSPath As String = files.SupportPath</description>
      <pubDate>Tue, 12 Jun 2007 22:29:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990412#M77850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-12T22:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Support FIles 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990413#M77851</link>
      <description>I must be doing something wrong.&lt;BR /&gt;
I get everything but supportpath.&lt;BR /&gt;
&lt;BR /&gt;
All I need to do is add to my references "Autodesk.AutoCAD.Interop"&lt;BR /&gt;
is that not correct? (of course besides "acdbmgd" and "acmgd")&lt;BR /&gt;
&lt;BR /&gt;
It strange because in the class explorer I cannot find SupportPath anywhere!</description>
      <pubDate>Wed, 13 Jun 2007 11:22:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990413#M77851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-13T11:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Support FIles 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990414#M77852</link>
      <description>The only thing I can suggest is that I am using MAP where it may have been fixed so maybe someone else can check. I haven't actually tried the code but I can see it in the object browser and it does come up with intellisense.&lt;BR /&gt;
&lt;BR /&gt;
Regards - Nathan</description>
      <pubDate>Wed, 13 Jun 2007 22:24:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990414#M77852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-13T22:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Support FIles 2008</title>
      <link>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990415#M77853</link>
      <description>I have referenced from AutoCAD MAP 2007 the following&lt;BR /&gt;
     acdbmgd&lt;BR /&gt;
     acmgd&lt;BR /&gt;
     Autodesk.AutoCAD.Interop&lt;BR /&gt;
&lt;BR /&gt;
Now in the Class Browser this is what I see&lt;BR /&gt;
(see attached image)&lt;BR /&gt;
&lt;BR /&gt;
I have now tried this on 2 diffrent computers. I obviously dont understand what I am doing wrong.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your help.</description>
      <pubDate>Thu, 14 Jun 2007 00:56:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/support-files-2008/m-p/1990415#M77853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-14T00:56:47Z</dc:date>
    </item>
  </channel>
</rss>

