<?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: ArcGIS Pro 3.0 - System.Data.SqlClient.dll reference assembly in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-3-0-system-data-sqlclient-dll-reference/m-p/1258666#M9422</link>
    <description>&lt;P&gt;The real question is WHY is System.Data.SqlClient.dll event included in the ArcGIS Pro 3.0 install package, and why is it located at&amp;nbsp;C:\Program Files\ArcGIS\Pro\bin?&amp;nbsp;&lt;/P&gt;&lt;P&gt;ArcGIS Pro is built on .Net Framework 6.0.5 which &lt;STRONG&gt;does not support&lt;/STRONG&gt; the use of&amp;nbsp;System.Data.SqlClient. All Add-ins should be rebuilt to use Microsoft.Data.SqlClient and WebView 2 (vs. WebBrowser).&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2023 20:24:31 GMT</pubDate>
    <dc:creator>RichardDaniels</dc:creator>
    <dc:date>2023-02-15T20:24:31Z</dc:date>
    <item>
      <title>ArcGIS Pro 3.0 - System.Data.SqlClient.dll reference assembly</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-3-0-system-data-sqlclient-dll-reference/m-p/1210956#M8727</link>
      <description>&lt;P&gt;The ArcGIS Pro 3.0 install include System.Data.SqlClient.dll reference assembly.&lt;BR /&gt;As far as I can see, the actual implementation assemblies are not installed.&lt;BR /&gt;&lt;BR /&gt;Our add-in needs System.Data.SqlClient, but since the ArcGIS Pro 3.0 installed version: 'C:\Program Files\ArcGIS\Pro\bin\System.Data.SqlClient.dll' is just the reference assembly it doesn't work.&lt;BR /&gt;And this version is loaded even when the correct implementation assembly is included in the add-in.&lt;/P&gt;&lt;P&gt;Am I missing something here? or is it a bug in the ArcGIS Pro 3.0 install?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 21:33:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-3-0-system-data-sqlclient-dll-reference/m-p/1210956#M8727</guid>
      <dc:creator>MadsHoumann</dc:creator>
      <dc:date>2022-09-08T21:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0 - System.Data.SqlClient.dll reference assembly</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-3-0-system-data-sqlclient-dll-reference/m-p/1211122#M8731</link>
      <description>&lt;P&gt;You can look at this example (from community samples) which is using the Microsoft.Data.SqlClient NuGet in its plug-in project: &lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Plugin/ProSqlExpressReader" target="_self"&gt;ProSqlExpressReader solution&amp;nbsp;&lt;/A&gt;more specifically the '&lt;SPAN&gt;Microsoft.Data.SqlClient'&lt;/SPAN&gt; package reference in this project:&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/blob/master/Plugin/ProSqlExpressDb/ProSqlExpressDb.csproj" target="_blank"&gt;arcgis-pro-sdk-community-samples/ProSqlExpressDb.csproj at master · Esri/arcgis-pro-sdk-community-samples (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also check here regarding SqlClient in .Net 6.0:&amp;nbsp;&amp;nbsp;&lt;A href="https://devblogs.microsoft.com/dotnet/introducing-the-new-microsoftdatasqlclient/" target="_blank"&gt;Introducing the new Microsoft.Data.SqlClient - .NET Blog&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 14:56:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-3-0-system-data-sqlclient-dll-reference/m-p/1211122#M8731</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2022-09-09T14:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0 - System.Data.SqlClient.dll reference assembly</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-3-0-system-data-sqlclient-dll-reference/m-p/1211140#M8733</link>
      <description>&lt;P&gt;Thanks,&lt;BR /&gt;I guess switching to Microsoft.Data.SqlClient will be an OK option for us.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 15:33:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-3-0-system-data-sqlclient-dll-reference/m-p/1211140#M8733</guid>
      <dc:creator>MadsHoumann</dc:creator>
      <dc:date>2022-09-09T15:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0 - System.Data.SqlClient.dll reference assembly</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-3-0-system-data-sqlclient-dll-reference/m-p/1258666#M9422</link>
      <description>&lt;P&gt;The real question is WHY is System.Data.SqlClient.dll event included in the ArcGIS Pro 3.0 install package, and why is it located at&amp;nbsp;C:\Program Files\ArcGIS\Pro\bin?&amp;nbsp;&lt;/P&gt;&lt;P&gt;ArcGIS Pro is built on .Net Framework 6.0.5 which &lt;STRONG&gt;does not support&lt;/STRONG&gt; the use of&amp;nbsp;System.Data.SqlClient. All Add-ins should be rebuilt to use Microsoft.Data.SqlClient and WebView 2 (vs. WebBrowser).&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 20:24:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-3-0-system-data-sqlclient-dll-reference/m-p/1258666#M9422</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2023-02-15T20:24:31Z</dc:date>
    </item>
  </channel>
</rss>

