<?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: why not to run acad.lsp? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/why-not-to-run-acad-lsp/m-p/6812497#M33137</link>
    <description>&lt;P&gt;@Anonymous thank you.I try ._netload. I use autocad 2012. Autocad 2012 haven't Trusted Locations option.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2017 06:10:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-18T06:10:31Z</dc:date>
    <item>
      <title>why not to run acad.lsp?</title>
      <link>https://forums.autodesk.com/t5/net-forum/why-not-to-run-acad-lsp/m-p/6809717#M33135</link>
      <description>&lt;P&gt;I wish my test.dll run&amp;nbsp; &lt;SPAN class=""&gt;only&lt;/SPAN&gt; &lt;SPAN class=""&gt;under&lt;/SPAN&gt; &lt;SPAN class=""&gt;my&lt;/SPAN&gt; &lt;SPAN class=""&gt;profile.So add acad.lsp and my.arg in my path.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;acad.lsp content:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;(command "netload" "test.dll")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;But some pc can load my test.dll,othe can't load.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;what block acad.lsp run?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 07:20:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/why-not-to-run-acad-lsp/m-p/6809717#M33135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T07:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: why not to run acad.lsp?</title>
      <link>https://forums.autodesk.com/t5/net-forum/why-not-to-run-acad-lsp/m-p/6810430#M33136</link>
      <description>&lt;P&gt;Try inserting your Class Library file ("&lt;SPAN&gt;test.dll&lt;/SPAN&gt;") inside a trusted location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enter Options inside AutoCad =&amp;gt; Go to tab "Files" =&amp;gt; While Trusted Locations is selected clock at Add button =&amp;gt; Select your .dll file location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also insert a point-underline before netload on your lisp function so your command may work on any AutoCad language.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(command "._netload" "test.dll")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 13:34:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/why-not-to-run-acad-lsp/m-p/6810430#M33136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T13:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: why not to run acad.lsp?</title>
      <link>https://forums.autodesk.com/t5/net-forum/why-not-to-run-acad-lsp/m-p/6812497#M33137</link>
      <description>&lt;P&gt;@Anonymous thank you.I try ._netload. I use autocad 2012. Autocad 2012 haven't Trusted Locations option.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 06:10:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/why-not-to-run-acad-lsp/m-p/6812497#M33137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-18T06:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: why not to run acad.lsp?</title>
      <link>https://forums.autodesk.com/t5/net-forum/why-not-to-run-acad-lsp/m-p/6813366#M33138</link>
      <description>&lt;P&gt;Are you using the full path of your .dll file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; (command "._netload" "C:/Users/YOURNAME/Desktop/test.dll")&lt;/PRE&gt;&lt;P&gt;Are the PCs which netload command worked running the same version of AutoCAD (2012)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, try to simply run the Netload command on AutoCad and chose your file from the dialog. Does it load?&lt;/P&gt;&lt;P&gt;If not, what kind off error is AutoCAD returning for you on the command lines? Please send it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 13:36:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/why-not-to-run-acad-lsp/m-p/6813366#M33138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-18T13:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: why not to run acad.lsp?</title>
      <link>https://forums.autodesk.com/t5/net-forum/why-not-to-run-acad-lsp/m-p/6823862#M33139</link>
      <description>&lt;DIV id="destText" class="textArea" style="direction: ltr;"&gt;
&lt;DIV&gt;&lt;SPAN class=""&gt;View&lt;/SPAN&gt; Command h&lt;SPAN class=""&gt;istory&lt;/SPAN&gt; &lt;SPAN class=""&gt;window,there were "._netload test.dll" command.But test.dll hadn't loaded still.Drag the acad.lsp into the CAD windows,could load it.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Jan 2017 11:43:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/why-not-to-run-acad-lsp/m-p/6823862#M33139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-23T11:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: why not to run acad.lsp?</title>
      <link>https://forums.autodesk.com/t5/net-forum/why-not-to-run-acad-lsp/m-p/6824248#M33140</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When starting, AutoCAD loads the first acad.lisp if found in support search folders. &lt;A href="https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-Customization/files/GUID-FDB4038D-1620-4A56-8824-D37729D42520-htm.html" target="_blank"&gt;See this page&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 14:20:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/why-not-to-run-acad-lsp/m-p/6824248#M33140</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2017-01-23T14:20:25Z</dc:date>
    </item>
  </channel>
</rss>

