<?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 : How load an assembly (.dll) automatically in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-load-an-assembly-dll-automatically/m-p/6771448#M33358</link>
    <description>&lt;P&gt;wow, so thanks to your link Gile, I finally read what the autoloader mechanism is.&lt;/P&gt;
&lt;P&gt;I always knew about the bundle folders but did not realize those locations are kind of special.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if someone really wanted to mess up a user, they make some prog, put it there, and it runs but the user cannot delete as its an admin location.&lt;/P&gt;
&lt;P&gt;The idea of admin lockdown is actually good, but there needs to be a better mechanism to enable&amp;nbsp;the admin rights when needed.&lt;/P&gt;
&lt;P&gt;I use run as admin, run as different user...but those only work when running something.&lt;/P&gt;
&lt;P&gt;I may need to have a user copy and paste or rename stuff in admin locked folders so I'm always looking for better ideas on that.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Dec 2016 18:52:48 GMT</pubDate>
    <dc:creator>JamesMaeding</dc:creator>
    <dc:date>2016-12-27T18:52:48Z</dc:date>
    <item>
      <title>How load an assembly (.dll) automatically</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-load-an-assembly-dll-automatically/m-p/6769964#M33355</link>
      <description>&lt;P&gt;Hi, how can I load an assembly (.dll) automatically when opening autocad or in every file that be opened?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 16:16:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-load-an-assembly-dll-automatically/m-p/6769964#M33355</guid>
      <dc:creator>inversiones_edgar_itriago</dc:creator>
      <dc:date>2016-12-26T16:16:12Z</dc:date>
    </item>
    <item>
      <title>Re : How load an assembly (.dll) automatically</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-load-an-assembly-dll-automatically/m-p/6769983#M33356</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The simplest way is to add a (command "_.netload" ...) LISP expression to the 'acad.lsp' file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also &lt;A href="http://through-the-interface.typepad.com/through_the_interface/2006/09/automatic_loadi.html" target="_blank"&gt;register the assembly&lt;/A&gt; in the Windows registry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, IMHO, the &lt;A href="http://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html" target="_blank"&gt;Autoloader mechanism&lt;/A&gt; (requires AutoCAD 2012 or later) is the &lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;most powerful while remaining simple to set up&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 16:41:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-load-an-assembly-dll-automatically/m-p/6769983#M33356</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2016-12-26T16:41:30Z</dc:date>
    </item>
    <item>
      <title>Re : How load an assembly (.dll) automatically</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-load-an-assembly-dll-automatically/m-p/6771347#M33357</link>
      <description>&lt;P&gt;Gile, another ingredient I commonly have to walk other companies through, is modifying the acad.exe.config file to allow loading from "remote locations" or whatever.&lt;/P&gt;
&lt;P&gt;It seems like I have to do that for most companies I share tools with.&lt;/P&gt;
&lt;P&gt;Is that the same for you, and am I doing things wrong?&lt;/P&gt;
&lt;P&gt;You can imagine that config file is in program files folder so needs admin rights to edit it, not always easy to get at other companies.&lt;/P&gt;
&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 17:52:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-load-an-assembly-dll-automatically/m-p/6771347#M33357</guid>
      <dc:creator>JamesMaeding</dc:creator>
      <dc:date>2016-12-27T17:52:50Z</dc:date>
    </item>
    <item>
      <title>Re : How load an assembly (.dll) automatically</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-load-an-assembly-dll-automatically/m-p/6771448#M33358</link>
      <description>&lt;P&gt;wow, so thanks to your link Gile, I finally read what the autoloader mechanism is.&lt;/P&gt;
&lt;P&gt;I always knew about the bundle folders but did not realize those locations are kind of special.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if someone really wanted to mess up a user, they make some prog, put it there, and it runs but the user cannot delete as its an admin location.&lt;/P&gt;
&lt;P&gt;The idea of admin lockdown is actually good, but there needs to be a better mechanism to enable&amp;nbsp;the admin rights when needed.&lt;/P&gt;
&lt;P&gt;I use run as admin, run as different user...but those only work when running something.&lt;/P&gt;
&lt;P&gt;I may need to have a user copy and paste or rename stuff in admin locked folders so I'm always looking for better ideas on that.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 18:52:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-load-an-assembly-dll-automatically/m-p/6771448#M33358</guid>
      <dc:creator>JamesMaeding</dc:creator>
      <dc:date>2016-12-27T18:52:48Z</dc:date>
    </item>
  </channel>
</rss>

