<?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: DLL **bleep** - Assembly not loaded in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/dll-issues-assembly-not-loaded/m-p/1374791#M11036</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I didn't have a problem with existence of .dlls. I've double checked it with everywhere. I realized a couple of hours ago there is a version mismatch somehow. I saw version 6.0.0 assemblies for `System.Threading.Tasks` loaded except&amp;nbsp;`System.Threading.Tasks.Dataflow` when I run `&lt;SPAN&gt;AppDomain.CurrentDomain.GetAssemblies&lt;/SPAN&gt;` function before trying the load my dependency. Problem solved when I downgrade my dependency to version 6.0.0. My guess is somehow ArcGIS Pro SDK load these assemblies with version 6.0.0.&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 26 Jan 2024 11:28:51 GMT</pubDate>
    <dc:creator>OğuzhanKoral</dc:creator>
    <dc:date>2024-01-26T11:28:51Z</dc:date>
    <item>
      <title>DLL issues - Assembly not loaded</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/dll-issues-assembly-not-loaded/m-p/1374720#M11034</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I started to develop a add-in ArcGIS Pro. We have already Web UI which we use in other applications like Rhino, AutoCAD, Revit etc. Because of this reason I setup my add-in by using WebViewBrowser to bind UI into WebView2. We have a communication mechanism between UI and host applicaton and we use `System.Threading.Tasks.Dataflow` package to do this. Our core library for this communcation has dependency on version 8.0.0 of this NuGet package in .NET standard.&lt;/P&gt;
&lt;P&gt;I'm getting unhandled exception when we try to load this assembly from bin/add-in folder (We don't have problem with .dll existence on folder).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OuzhanKoral_0-1706224666945.png" style="width: 608px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92895i72FF1F91035C0921/image-dimensions/608x184?v=v2" width="608" height="184" role="button" title="OuzhanKoral_0-1706224666945.png" alt="OuzhanKoral_0-1706224666945.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I was wondering somehow ArcGIS Pro SDK borks this load, and if this is the case why? Any clue on this?&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;- Oğuzhan&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 16:07:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/dll-issues-assembly-not-loaded/m-p/1374720#M11034</guid>
      <dc:creator>OğuzhanKoral</dc:creator>
      <dc:date>2024-01-26T16:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: DLL **bleep** - Assembly not loaded</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/dll-issues-assembly-not-loaded/m-p/1374756#M11035</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your assembly must exists inside esriAddinX file. Before execution your esriAddinX file will be moved to cache folder then extracted.&lt;/P&gt;&lt;P&gt;Open your compiled esriAddinX file with archiver as archive. Step inside Install folder. Your assembly must be located here.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 06:25:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/dll-issues-assembly-not-loaded/m-p/1374756#M11035</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-01-26T06:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: DLL **bleep** - Assembly not loaded</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/dll-issues-assembly-not-loaded/m-p/1374791#M11036</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I didn't have a problem with existence of .dlls. I've double checked it with everywhere. I realized a couple of hours ago there is a version mismatch somehow. I saw version 6.0.0 assemblies for `System.Threading.Tasks` loaded except&amp;nbsp;`System.Threading.Tasks.Dataflow` when I run `&lt;SPAN&gt;AppDomain.CurrentDomain.GetAssemblies&lt;/SPAN&gt;` function before trying the load my dependency. Problem solved when I downgrade my dependency to version 6.0.0. My guess is somehow ArcGIS Pro SDK load these assemblies with version 6.0.0.&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 Jan 2024 11:28:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/dll-issues-assembly-not-loaded/m-p/1374791#M11036</guid>
      <dc:creator>OğuzhanKoral</dc:creator>
      <dc:date>2024-01-26T11:28:51Z</dc:date>
    </item>
  </channel>
</rss>

