<?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: not being able to load dll files in other computers in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/not-being-able-to-load-dll-files-in-other-computers/m-p/10960480#M13588</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10854705"&gt;@a.kouchakzadeh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Alexander and thanks for the reply.&lt;/P&gt;
&lt;P&gt;unfortunately the problem still resist as I described in my post, I tried that. but netload still doesnt work.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Are you sure you unblock not only this dll-file but also all dependent dll-files?&lt;/P&gt;</description>
    <pubDate>Sat, 19 Feb 2022 14:30:11 GMT</pubDate>
    <dc:creator>Alexander.Rivilis</dc:creator>
    <dc:date>2022-02-19T14:30:11Z</dc:date>
    <item>
      <title>not being able to load dll files in other computers</title>
      <link>https://forums.autodesk.com/t5/net-forum/not-being-able-to-load-dll-files-in-other-computers/m-p/10960307#M13585</link>
      <description>&lt;P&gt;Hi every one&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to NETLOAD a dll file in other peoples computer but it doesn't load.&lt;/P&gt;&lt;P&gt;I even clicked on the unblock checkbox in the dll properties on the destination computer but still no luck.&lt;/P&gt;&lt;P&gt;this is the result:&lt;/P&gt;&lt;P&gt;&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\Island\Downloads\Force Layer and color.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)&lt;BR /&gt;File name: 'file:///C:\Users\Island\Downloads\Force Layer and color.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" rel="noopener"&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was searching the issue which I came up with &lt;STRONG&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/api/system.reflection.assembly.unsafeloadfrom?redirectedfrom=MSDN&amp;amp;view=net-6.0#System_Reflection_Assembly_UnsafeLoadFrom_System_String_" target="_blank" rel="noopener"&gt;this&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;is there anyway to make a dll trusted before sending it to some one?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also saw &lt;STRONG&gt;&lt;A href="https://through-the-interface.typepad.com/through_the_interface/2011/07/loading-blocked-and-network-hosted-assemblies-with-net-4.html" target="_blank" rel="noopener"&gt;Kean's&lt;/A&gt; &lt;/STRONG&gt;website which pointed this issue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I can't access every ones acad.exe.config file on their computer.&lt;/P&gt;&lt;P&gt;I also noticed I cant edit that file in wordpad or notepad.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 09:51:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/not-being-able-to-load-dll-files-in-other-computers/m-p/10960307#M13585</guid>
      <dc:creator>a.kouchakzadeh</dc:creator>
      <dc:date>2022-02-19T09:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: not being able to load dll files in other computers</title>
      <link>https://forums.autodesk.com/t5/net-forum/not-being-able-to-load-dll-files-in-other-computers/m-p/10960368#M13586</link>
      <description>&lt;P&gt;You have to unblock dll-files: &lt;A href="https://winaero.com/how-to-unblock-files-downloaded-from-internet-in-windows-10/" target="_blank"&gt;https://winaero.com/how-to-unblock-files-downloaded-from-internet-in-windows-10/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 11:09:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/not-being-able-to-load-dll-files-in-other-computers/m-p/10960368#M13586</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2022-02-19T11:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: not being able to load dll files in other computers</title>
      <link>https://forums.autodesk.com/t5/net-forum/not-being-able-to-load-dll-files-in-other-computers/m-p/10960478#M13587</link>
      <description>&lt;P&gt;Hi Alexander and thanks for the reply.&lt;/P&gt;&lt;P&gt;unfortunately the problem still resist as I described in my post, I tried that. but netload still doesnt work.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 14:26:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/not-being-able-to-load-dll-files-in-other-computers/m-p/10960478#M13587</guid>
      <dc:creator>a.kouchakzadeh</dc:creator>
      <dc:date>2022-02-19T14:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: not being able to load dll files in other computers</title>
      <link>https://forums.autodesk.com/t5/net-forum/not-being-able-to-load-dll-files-in-other-computers/m-p/10960480#M13588</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10854705"&gt;@a.kouchakzadeh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Alexander and thanks for the reply.&lt;/P&gt;
&lt;P&gt;unfortunately the problem still resist as I described in my post, I tried that. but netload still doesnt work.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Are you sure you unblock not only this dll-file but also all dependent dll-files?&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 14:30:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/not-being-able-to-load-dll-files-in-other-computers/m-p/10960480#M13588</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2022-02-19T14:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: not being able to load dll files in other computers</title>
      <link>https://forums.autodesk.com/t5/net-forum/not-being-able-to-load-dll-files-in-other-computers/m-p/10960488#M13589</link>
      <description>&lt;P&gt;Also read this article: &lt;A href="https://knowledge.autodesk.com/support/autocad-plant-3d/troubleshooting/caas/sfdcarticles/sfdcarticles/Could-not-load-file-or-assembly-PnPTagRebuilder-dll-or-one-of-its-dependencies-Operation-is-not-supported-when-attempting-to-netload-the-PnPTagRebuilder-in-AutoCAD-Plant-3D.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad-plant-3d/troubleshooting/caas/sfdcarticles/sfdcarticles/Could-not-load-file-or-assembly-PnPTagRebuilder-dll-or-one-of-its-dependencies-Operation-is-not-supported-when-attempting-to-netload-the-PnPTagRebuilder-in-AutoCAD-Plant-3D.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Solutions from this article can be useful for you.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 14:37:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/not-being-able-to-load-dll-files-in-other-computers/m-p/10960488#M13589</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2022-02-19T14:37:11Z</dc:date>
    </item>
  </channel>
</rss>

