<?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: Plugin not loading(NETLOAD) in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/plugin-not-loading-netload/m-p/6245362#M36502</link>
    <description>When you send a DLL via email, or download it from a site, Windows 'Blocks' the file. Find the file in Windows Explorer, right-click, select Properties. On the General tab, towards the bottom, you will likely see a button labeled Unblock...click it.</description>
    <pubDate>Fri, 01 Apr 2016 02:00:16 GMT</pubDate>
    <dc:creator>Jeff_M</dc:creator>
    <dc:date>2016-04-01T02:00:16Z</dc:date>
    <item>
      <title>Plugin not loading(NETLOAD)</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-not-loading-netload/m-p/6245251#M36501</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me, I've been creating a plugin(with C#) with MVS 2012, and testing it at CAD 2015, it works fine...but when I sent it by email to a friend( he has CAD 2016), he tried to load my plugin(NETLOAD), it's not working at all, but a few time ago I went to his home with my plugin into a pendrive, it worked easily, what could it be? (since this problem I've been trying to test the same plugin that I send by email, downloading it to my computer again sometimes it works some times CAD returns this message)...I tried load my plugin in two&amp;nbsp;diferent computers...same problem...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cannot load assembly. Error details: System.IO.FileLoadException: Could not load file or assembly 'file:///C:\Users\Péricles Jr\Desktop\latest.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)&lt;BR /&gt;File name: 'file:///C:\Users\Péricles Jr\Desktop\latest.dll' ---&amp;gt; System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See &lt;A href="http://go.microsoft.com/fwlink/?LinkId=155569" target="_blank"&gt;http://go.microsoft.com/fwlink/?LinkId=155569&lt;/A&gt; for more information.&lt;BR /&gt;at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp;amp; stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)&lt;BR /&gt;at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark&amp;amp; stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)&lt;BR /&gt;at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark&amp;amp; stackMark)&lt;BR /&gt;at System.Reflection.Assembly.LoadFrom(String assemblyFile)&lt;BR /&gt;at Autodesk.AutoCAD.Runtime.ExtensionLoader.Load(String fileName)&lt;BR /&gt;at loadmgd()&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 23:55:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-not-loading-netload/m-p/6245251#M36501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-31T23:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin not loading(NETLOAD)</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-not-loading-netload/m-p/6245362#M36502</link>
      <description>When you send a DLL via email, or download it from a site, Windows 'Blocks' the file. Find the file in Windows Explorer, right-click, select Properties. On the General tab, towards the bottom, you will likely see a button labeled Unblock...click it.</description>
      <pubDate>Fri, 01 Apr 2016 02:00:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-not-loading-netload/m-p/6245362#M36502</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2016-04-01T02:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin not loading(NETLOAD)</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-not-loading-netload/m-p/6248640#M36503</link>
      <description>&lt;P&gt;Thanks friend, it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But now I have another question, how do I configure my code (if it's possible), to make windows stop blocking my plugin?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2016 13:39:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-not-loading-netload/m-p/6248640#M36503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-03T13:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin not loading(NETLOAD)</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-not-loading-netload/m-p/6248693#M36504</link>
      <description>If you create an installer for your plugin, then it typically does not get blocked by Windows. I use Inno Setup available for free here: &lt;A href="http://www.jrsoftware.org/isinfo.php" target="_blank"&gt;http://www.jrsoftware.org/isinfo.php&lt;/A&gt; There are others, I'm sure, but this has worked well for me.</description>
      <pubDate>Sun, 03 Apr 2016 14:28:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-not-loading-netload/m-p/6248693#M36504</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2016-04-03T14:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin not loading(NETLOAD)</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-not-loading-netload/m-p/6274219#M36505</link>
      <description>Thanks friend, you really helped me.</description>
      <pubDate>Sat, 16 Apr 2016 00:53:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-not-loading-netload/m-p/6274219#M36505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-16T00:53:12Z</dc:date>
    </item>
  </channel>
</rss>

