<?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: Using Entity Framework inside Server Object Extension ( SOE) in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/using-entity-framework-inside-server-object/m-p/236471#M9083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;any answer to this? I added the connection string to the web.config file in REST virtual directory , and still i have the same problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2011 00:55:26 GMT</pubDate>
    <dc:creator>AlirezaAhmadi</dc:creator>
    <dc:date>2011-03-22T00:55:26Z</dc:date>
    <item>
      <title>Using Entity Framework inside Server Object Extension ( SOE)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/using-entity-framework-inside-server-object/m-p/236470#M9082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a model of Entity Framework with a connection string to database in App.Config file within SOE project. When I debug SOE ( Rest Service ) , I get this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;The specified named connection is either not found in the configuration, not intended to be used with the EntityClient Provider, not valid&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How come the connection string in App.Config cannot be found when I call REST Service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to update the Entity model by right Clicking on .edmx file . It seems the connection defined in App.Config is valid though. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also followed this thread and i could not find any working solution&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/70f124b6-5003-4011-8142-9c7e4ac6c4a0/"&gt;http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/70f124b6-5003-4011-8142-9c7e4ac6c4a0/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2011 19:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/using-entity-framework-inside-server-object/m-p/236470#M9082</guid>
      <dc:creator>AlirezaAhmadi</dc:creator>
      <dc:date>2011-03-19T19:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Entity Framework inside Server Object Extension ( SOE)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/using-entity-framework-inside-server-object/m-p/236471#M9083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;any answer to this? I added the connection string to the web.config file in REST virtual directory , and still i have the same problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 00:55:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/using-entity-framework-inside-server-object/m-p/236471#M9083</guid>
      <dc:creator>AlirezaAhmadi</dc:creator>
      <dc:date>2011-03-22T00:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using Entity Framework inside Server Object Extension ( SOE)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/using-entity-framework-inside-server-object/m-p/236472#M9084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;any answer to this? I added the connection string to the web.config file in REST virtual directory , and still i have the same problem.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where you ever able to figure this out? I've encountered the same problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 18:46:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/using-entity-framework-inside-server-object/m-p/236472#M9084</guid>
      <dc:creator>ScottDickison</dc:creator>
      <dc:date>2013-05-14T18:46:32Z</dc:date>
    </item>
    <item>
      <title>SOEs and the using Entity Framework</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/using-entity-framework-inside-server-object/m-p/236473#M9085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good afternoon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm attempting to utilize an entity framework within an SOE. I'm developing on Visual Studio 2010. The SOE successfully deploys but when called returns the error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone ever encountered this before?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scott Dickison&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kentucky Transportation Cabinet&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 00:34:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/using-entity-framework-inside-server-object/m-p/236473#M9085</guid>
      <dc:creator>ScottDickison</dc:creator>
      <dc:date>2013-05-15T00:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: SOEs and the using Entity Framework</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/using-entity-framework-inside-server-object/m-p/236474#M9086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;have you tried set connection Runtime (&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/system.data.entityclient.entityconnectionstringbuilder.aspx"&gt;http://msdn.microsoft.com/en-us/library/system.data.entityclient.entityconnectionstringbuilder.aspx&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 09:27:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/using-entity-framework-inside-server-object/m-p/236474#M9086</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-05-15T09:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: SOEs and the using Entity Framework</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/using-entity-framework-inside-server-object/m-p/236475#M9087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;have you tried set connection Runtime (&lt;A href="http://msdn.microsoft.com/en-us/library/system.data.entityclient.entityconnectionstringbuilder.aspx"&gt;http://msdn.microsoft.com/en-us/library/system.data.entityclient.entityconnectionstringbuilder.aspx&lt;/A&gt;)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Ciava! This is what I ended up doing and everything is working as it's supposed to now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scott Dickison&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kentucky Transportation Cabinet&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 23:19:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/using-entity-framework-inside-server-object/m-p/236475#M9087</guid>
      <dc:creator>ScottDickison</dc:creator>
      <dc:date>2013-05-15T23:19:21Z</dc:date>
    </item>
  </channel>
</rss>

