<?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: What assembly is AeccCivilBatchConverter command from? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/what-assembly-is-aecccivilbatchconverter-command-from/m-p/7741371#M27628</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;I am seeing some funny issues, and want to compare file dates and things.&lt;/P&gt;&lt;P&gt;I am on c3d 2018 but its likely the same for all versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually do not know if its from a .net assembly, but if anyone knows where its from, that would be helpful.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;Console.Write(typeof(AeccCivilBatchConverter).Assembly.Filename);&lt;/PRE&gt;</description>
    <pubDate>Wed, 31 Jan 2018 22:19:28 GMT</pubDate>
    <dc:creator>ActivistInvestor</dc:creator>
    <dc:date>2018-01-31T22:19:28Z</dc:date>
    <item>
      <title>What assembly is AeccCivilBatchConverter command from?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-assembly-is-aecccivilbatchconverter-command-from/m-p/7741261#M27627</link>
      <description>&lt;P&gt;I am seeing some funny issues, and want to compare file dates and things.&lt;/P&gt;
&lt;P&gt;I am on c3d 2018 but its likely the same for all versions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I actually do not know if its from a .net assembly, but if anyone knows where its from, that would be helpful.&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 21:36:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-assembly-is-aecccivilbatchconverter-command-from/m-p/7741261#M27627</guid>
      <dc:creator>JamesMaeding</dc:creator>
      <dc:date>2018-01-31T21:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: What assembly is AeccCivilBatchConverter command from?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-assembly-is-aecccivilbatchconverter-command-from/m-p/7741371#M27628</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;I am seeing some funny issues, and want to compare file dates and things.&lt;/P&gt;&lt;P&gt;I am on c3d 2018 but its likely the same for all versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually do not know if its from a .net assembly, but if anyone knows where its from, that would be helpful.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;Console.Write(typeof(AeccCivilBatchConverter).Assembly.Filename);&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 Jan 2018 22:19:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-assembly-is-aecccivilbatchconverter-command-from/m-p/7741371#M27628</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2018-01-31T22:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: What assembly is AeccCivilBatchConverter command from?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-assembly-is-aecccivilbatchconverter-command-from/m-p/7741373#M27629</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;I am seeing some funny issues, and want to compare file dates and things.&lt;/P&gt;&lt;P&gt;I am on c3d 2018 but its likely the same for all versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually do not know if its from a .net assembly, but if anyone knows where its from, that would be helpful.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If its a managed type, its from an assembly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use GetType().Assembly.Filename to find out the name of the .dll&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 22:20:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-assembly-is-aecccivilbatchconverter-command-from/m-p/7741373#M27629</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2018-01-31T22:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: What assembly is AeccCivilBatchConverter command from?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-assembly-is-aecccivilbatchconverter-command-from/m-p/7741552#M27630</link>
      <description>&lt;P&gt;Its a command though, not an object type.&lt;/P&gt;
&lt;P&gt;Ignore if you knew that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to find with ARX, Command on command line, but did not see it.&lt;/P&gt;
&lt;P&gt;There was a lot so I may have missed it.&lt;/P&gt;
&lt;P&gt;Should that have worked?&lt;/P&gt;
&lt;P&gt;Will commands from .net assemblies show using the ARX Command listing technique?&lt;/P&gt;
&lt;P&gt;thx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 00:16:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-assembly-is-aecccivilbatchconverter-command-from/m-p/7741552#M27630</guid>
      <dc:creator>JamesMaeding</dc:creator>
      <dc:date>2018-02-01T00:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: What assembly is AeccCivilBatchConverter command from?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-assembly-is-aecccivilbatchconverter-command-from/m-p/7741554#M27631</link>
      <description>&lt;P&gt;Search the Commands key of the registry for a registered application that registers that command name. If found, it could be a native or managed application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;Its a command though, not an object type.&lt;/P&gt;&lt;P&gt;Ignore if you knew that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to find with ARX, Command on command line, but did not see it.&lt;/P&gt;&lt;P&gt;There was a lot so I may have missed it.&lt;/P&gt;&lt;P&gt;Should that have worked?&lt;/P&gt;&lt;P&gt;Will commands from .net assemblies show using the ARX Command listing technique?&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 00:18:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-assembly-is-aecccivilbatchconverter-command-from/m-p/7741554#M27631</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2018-02-01T00:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: What assembly is AeccCivilBatchConverter command from?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-assembly-is-aecccivilbatchconverter-command-from/m-p/7741562#M27632</link>
      <description>&lt;P&gt;You nailed it. I wasn't thinking it would be loaded that way but there it was.&lt;/P&gt;
&lt;P&gt;Answer is its from:&lt;/P&gt;
&lt;P&gt;C:\Program Files\Autodesk\AutoCAD 2015\C3D\AeccISDBatchConverter.arx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;reg key is:&lt;/P&gt;
&lt;P&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\AutoCAD\R20.0\ACAD-E000:409\Applications\AeccCivilBatchConverter\Commands&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;add another solution to your belt.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 00:21:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-assembly-is-aecccivilbatchconverter-command-from/m-p/7741562#M27632</guid>
      <dc:creator>JamesMaeding</dc:creator>
      <dc:date>2018-02-01T00:21:52Z</dc:date>
    </item>
  </channel>
</rss>

