<?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: Error migrating existing 2.x addin to 3.1.x.   Could not load System.Configuration.ConfigurationManager in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/error-migrating-existing-2-x-addin-to-3-1-x-could/m-p/1336780#M10527</link>
    <description>&lt;P&gt;its a visual studio window accessible when u r running the debugger (see below). Sort modules on "Name".&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN&gt;Should I try downgrading my nuget package to 6x?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;that sounds like it might do the trick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="modules-window2.png" style="width: 641px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82828iA8BD1DE8639B133C/image-size/large?v=v2&amp;amp;px=999" role="button" title="modules-window2.png" alt="modules-window2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2023 22:05:59 GMT</pubDate>
    <dc:creator>CharlesMacleod</dc:creator>
    <dc:date>2023-10-10T22:05:59Z</dc:date>
    <item>
      <title>Error migrating existing 2.x addin to 3.1.x.   Could not load System.Configuration.ConfigurationManager</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/error-migrating-existing-2-x-addin-to-3-1-x-could/m-p/1336746#M10523</link>
      <description>&lt;P&gt;We are in the process of migrating our existing 2.x AddIns to 3.1.x.&amp;nbsp; Several addins have migrated just fine.&amp;nbsp; However we're having a problem upgrading one of them.&lt;/P&gt;&lt;P&gt;I've tried updating it via the Pro Migrate Project tool as well as starting a fresh Addin Project from scratch, and copying files over.&amp;nbsp; Getting the same error when trying to Debug for both.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TimothySmith6_0-1696969673603.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82804i45FC1ABDC8F619A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TimothySmith6_0-1696969673603.png" alt="TimothySmith6_0-1696969673603.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have installed System.Configuration.ConfigurationManager via NuGet.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TimothySmith6_1-1696969823398.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82805i137EFE7456DD74A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TimothySmith6_1-1696969823398.png" alt="TimothySmith6_1-1696969823398.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error apparently being thrown from Module1 Initialize call.&amp;nbsp; The error details points to FrameworkApplication.cs&lt;/P&gt;&lt;P&gt;System.IO.FileNotFoundException&lt;BR /&gt;HResult=0x80070002&lt;BR /&gt;Message=Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.&lt;BR /&gt;Source=VersionManagementTools&lt;BR /&gt;StackTrace:&lt;BR /&gt;at VersionManagementTools.Module1.Initialize() in C:\DevProjects\ArcGISPro\SDKDev_Cloud\ProSDK_VersionManagementTools\SDKAddin\VersionManagementTools\Module1.cs:line 71&lt;BR /&gt;at ArcGIS.Desktop.Framework.FrameworkApplication.LoadModule(String id, ModuleRecord record) in ArcGIS.Desktop.Framework\FrameworkApplication.cs:line 5475&lt;BR /&gt;at ArcGIS.Desktop.Framework.FrameworkApplication.ProcessModules(Boolean resetModules) in ArcGIS.Desktop.Framework\FrameworkApplication.cs:line 5388&lt;BR /&gt;at ArcGIS.Desktop.Framework.FrameworkApplication.ContinueInitializing() in ArcGIS.Desktop.Framework\FrameworkApplication.cs:line 4110&lt;BR /&gt;at ArcGIS.Desktop.Framework.FrameworkApplication.OnApplicationReady() in ArcGIS.Desktop.Framework\FrameworkApplication.cs:line 1771&lt;BR /&gt;at ArcGIS.Desktop.Framework.FrameworkApplication.&amp;lt;OnStartup&amp;gt;d__161.MoveNext() in ArcGIS.Desktop.Framework\FrameworkApplication.cs:line 1705&lt;BR /&gt;at System.Threading.Tasks.Task.&amp;lt;&amp;gt;c.&amp;lt;ThrowAsync&amp;gt;b__128_0(Object state)&lt;BR /&gt;at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR /&gt;at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR /&gt;at System.Windows.Threading.DispatcherOperation.InvokeImpl()&lt;BR /&gt;at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)&lt;BR /&gt;at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)&lt;BR /&gt;at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 20:43:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/error-migrating-existing-2-x-addin-to-3-1-x-could/m-p/1336746#M10523</guid>
      <dc:creator>TimothySmith6</dc:creator>
      <dc:date>2023-10-10T20:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error migrating existing 2.x addin to 3.1.x.   Could not load System.Configuration.ConfigurationManager</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/error-migrating-existing-2-x-addin-to-3-1-x-could/m-p/1336759#M10524</link>
      <description>&lt;P&gt;when I look at the loaded modules for Pro 3.1 on my machine it is using version &lt;STRONG&gt;6.0.2223&lt;/STRONG&gt; (corresponding to, i assume, the currently supported .NET version for Pro 3x -&amp;nbsp; .NET 6) and not v7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="modules-window.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82819iA65BE2E4DD6EA5A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="modules-window.png" alt="modules-window.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 21:25:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/error-migrating-existing-2-x-addin-to-3-1-x-could/m-p/1336759#M10524</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2023-10-10T21:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error migrating existing 2.x addin to 3.1.x.   Could not load System.Configuration.ConfigurationManager</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/error-migrating-existing-2-x-addin-to-3-1-x-could/m-p/1336774#M10526</link>
      <description>&lt;P&gt;Thanks for the quick reply Charlie.&lt;/P&gt;&lt;P&gt;Where are you looking to see that info.&lt;/P&gt;&lt;P&gt;It does look like I have a 6x and a 7x version of the ConfigMgr dll.&lt;/P&gt;&lt;P&gt;Should I try downgrading my nuget package to 6x?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TimothySmith6_0-1696975178865.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82824i2CA04F5C7039EEB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TimothySmith6_0-1696975178865.png" alt="TimothySmith6_0-1696975178865.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 22:01:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/error-migrating-existing-2-x-addin-to-3-1-x-could/m-p/1336774#M10526</guid>
      <dc:creator>TimothySmith6</dc:creator>
      <dc:date>2023-10-10T22:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error migrating existing 2.x addin to 3.1.x.   Could not load System.Configuration.ConfigurationManager</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/error-migrating-existing-2-x-addin-to-3-1-x-could/m-p/1336780#M10527</link>
      <description>&lt;P&gt;its a visual studio window accessible when u r running the debugger (see below). Sort modules on "Name".&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN&gt;Should I try downgrading my nuget package to 6x?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;that sounds like it might do the trick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="modules-window2.png" style="width: 641px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82828iA8BD1DE8639B133C/image-size/large?v=v2&amp;amp;px=999" role="button" title="modules-window2.png" alt="modules-window2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 22:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/error-migrating-existing-2-x-addin-to-3-1-x-could/m-p/1336780#M10527</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2023-10-10T22:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error migrating existing 2.x addin to 3.1.x.   Could not load System.Configuration.ConfigurationManager</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/error-migrating-existing-2-x-addin-to-3-1-x-could/m-p/1336787#M10528</link>
      <description>&lt;P&gt;Charlie Macleod you are a Modern Day Hero!&lt;/P&gt;&lt;P&gt;That seemed to fix it. Although I'm still not sure why it was barking at me to begin with, even before I grabbed the wrong version from Nuget.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much.&amp;nbsp; Ok, on to the next disaster.....&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 22:58:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/error-migrating-existing-2-x-addin-to-3-1-x-could/m-p/1336787#M10528</guid>
      <dc:creator>TimothySmith6</dc:creator>
      <dc:date>2023-10-10T22:58:22Z</dc:date>
    </item>
  </channel>
</rss>

