<?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 and Configurations in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-and-configurations/m-p/793010#M1666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; text-indent: 0px; text-decoration: none; margin: 0in 0in 0.0001pt; font-size: 11pt;"&gt;Hi Emiliano,&lt;/P&gt;&lt;P style="color: #000000; text-indent: 0px; text-decoration: none; margin: 0in 0in 0.0001pt; font-size: 11pt;"&gt;Sorry, we do not have any experience with the entity framework.&lt;/P&gt;&lt;P style="color: #000000; text-indent: 0px; text-decoration: none; margin: 0in 0in 0.0001pt; font-size: 11pt;"&gt;&lt;/P&gt;&lt;P style="color: #000000; text-indent: 0px; text-decoration: none; margin: 0in 0in 0.0001pt; font-size: 11pt;"&gt;-Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2018 17:44:39 GMT</pubDate>
    <dc:creator>RichRuh</dc:creator>
    <dc:date>2018-06-20T17:44:39Z</dc:date>
    <item>
      <title>ArcGIS Pro and Configurations</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-and-configurations/m-p/793009#M1665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN lang="en"&gt;Hi, I'm developing an arcgis pro configuration and I would like to use entity framework 
to access an Oracle database. 
I always get the error "No connection string named 'XXX' could be found in the application 
config file." Is it possible to use entity framework in a "configuration" project? Thanks in advance!

code:
 using (var context = new Entities())
 {
 var user = new APPL_USERS()
 {
 ID_USER = 1,
 NAME = "aaa",
 COUNTRY= "bbb"
 };

 context.APPL_USERS.Add(user);
 context.SaveChanges();
 }

app.config
&amp;lt;oracle.manageddataaccess.client&amp;gt;
 &amp;lt;version number="*"&amp;gt;
 &amp;lt;dataSources&amp;gt;
 &amp;lt;dataSource alias="aaa" descriptor="(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xxx)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=SRV_xxx))) " /&amp;gt;
 &amp;lt;/dataSources&amp;gt;
 &amp;lt;/version&amp;gt;
 &amp;lt;/oracle.manageddataaccess.client&amp;gt;
 &amp;lt;connectionStrings&amp;gt;
 &amp;lt;add name="OracleDbContext" providerName="Oracle.ManagedDataAccess.Client" connectionString="User Id=oracle_user;Password=oracle_user_password;Data Source=oracle" /&amp;gt;
 &amp;lt;add name="Entities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=Oracle.ManagedDataAccess.Client;provider connection string=&amp;amp;quot;DATA SOURCE=aaa;PASSWORD=xxx;PERSIST SECURITY INFO=True;USER ID=TEST&amp;amp;quot;" providerName="System.Data.EntityClient" /&amp;gt;
 &amp;lt;/connectionStrings&amp;gt;
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:07:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-and-configurations/m-p/793009#M1665</guid>
      <dc:creator>EmilianoPetrelli</dc:creator>
      <dc:date>2021-12-12T09:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro and Configurations</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-and-configurations/m-p/793010#M1666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; text-indent: 0px; text-decoration: none; margin: 0in 0in 0.0001pt; font-size: 11pt;"&gt;Hi Emiliano,&lt;/P&gt;&lt;P style="color: #000000; text-indent: 0px; text-decoration: none; margin: 0in 0in 0.0001pt; font-size: 11pt;"&gt;Sorry, we do not have any experience with the entity framework.&lt;/P&gt;&lt;P style="color: #000000; text-indent: 0px; text-decoration: none; margin: 0in 0in 0.0001pt; font-size: 11pt;"&gt;&lt;/P&gt;&lt;P style="color: #000000; text-indent: 0px; text-decoration: none; margin: 0in 0in 0.0001pt; font-size: 11pt;"&gt;-Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 17:44:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-and-configurations/m-p/793010#M1666</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2018-06-20T17:44:39Z</dc:date>
    </item>
  </channel>
</rss>

