<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Unable to connect to EntityService</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Unable to connect to EntityService</description>
  <pubDate>Tue, 21 Apr 2026 15:52:11 -700</pubDate>
  <lastBuildDate>Tue, 22 Jun 2010 11:03:23 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1876</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Unable to connect to EntityService : Kim -   Many thanks for your...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7371#7371</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=553" rel="nofollow">robdrye</a><br /><strong>Subject:</strong> 1876<br /><strong>Posted:</strong> 22-Jun-2010 at 11:03am<br /><br />Kim -<DIV>&nbsp;</DIV><DIV>&nbsp; Many thanks for your help identifying and explaining this issue.&nbsp; The small subset of Excel-specific AR Reports utilities we have been using did not require the Document or Chart assemblies to be present hence we did not previously&nbsp;include them in our solution.&nbsp; Regardless we would appreciate and make use of the potential feature you mention which would allow for flagging assemblies to be ignored during probing.</DIV><DIV>&nbsp;</DIV><DIV>Thanks again.</DIV>]]>
   </description>
   <pubDate>Tue, 22 Jun 2010 11:03:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7371#7371</guid>
  </item> 
  <item>
   <title>Unable to connect to EntityService : The specific cause of the failure...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7320#7320</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1876<br /><strong>Posted:</strong> 14-Jun-2010 at 5:43pm<br /><br />The specific cause of the failure here is that the ActiveReports assemblies are referencing two additional assemblies which aren't present:&nbsp; ActiveReports.Document and ActiveReports.Chart. <DIV>&nbsp;</DIV><DIV>In the next release we will make the code more resilient so that the services still start despite these types of errors.&nbsp; We've also opened a feature request to provide a means of filtering the assemblies probed. </DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 14 Jun 2010 17:43:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7320#7320</guid>
  </item> 
  <item>
   <title>Unable to connect to EntityService : Thanks for the confirmation Kim...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7283#7283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=553" rel="nofollow">robdrye</a><br /><strong>Subject:</strong> 1876<br /><strong>Posted:</strong> 11-Jun-2010 at 11:36am<br /><br /><DIV>Thanks for the confirmation Kim - I have forwarded the two ActiveReports assemblies to your email.</DIV><DIV>&nbsp;</DIV><DIV>Is this something particular to the ActiveReports libraries or can we expect to potentially run into this issue with other 3rd party components as well?</DIV>]]>
   </description>
   <pubDate>Fri, 11 Jun 2010 11:36:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7283#7283</guid>
  </item> 
  <item>
   <title>Unable to connect to EntityService : Yes, it would help if you could...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7280#7280</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1876<br /><strong>Posted:</strong> 11-Jun-2010 at 9:58am<br /><br /><P>Yes, it would help if you could send us the assemblies.&nbsp; Email to kimj at ideablade.com.</P><DIV>The error is occurring when building up the MEF catalog - by default this looks at all assemblies in the bin folder.&nbsp; Unfortunately there's currently no way to tell this lookup to exclude certain files.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>Until we get this fixed, you may be able to work around the problem by placing the AR assemblies in a subfolder and then tweaking the web.config: adding the folder to the probing path and the assemblies to the list of assemblies:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&lt;runtime&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;probing privatePath="bin;bin/AR"&nbsp; /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/assemblyBinding&gt;<BR>&nbsp; &lt;/runtime&gt;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; &lt;compilation debug="true" targetFramework="4.0"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;assemblies&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add assembly="AR_Assembly1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=..." /&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/assemblies&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/compilation&gt;</DIV><DIV>&nbsp;</DIV><DIV>Alternately you could do the above with IdeaBlade/application assemblies and modify the MEF search path, but that's slightly more involved.&nbsp; If you want to try this I can supply more information.</DIV>]]>
   </description>
   <pubDate>Fri, 11 Jun 2010 09:58:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7280#7280</guid>
  </item> 
  <item>
   <title>Unable to connect to EntityService : See stack trace below.   The...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7256#7256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=553" rel="nofollow">robdrye</a><br /><strong>Subject:</strong> 1876<br /><strong>Posted:</strong> 10-Jun-2010 at 12:56pm<br /><br /><DIV>See stack trace below.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>The issue can be recreated very easily by adding references to the ActiveReports assemblies to the Silverlight web project.&nbsp; I can email you the 2 assemblies if you would like to repro.</DIV><DIV>&nbsp;</DIV><DIV>&#091;ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.&#093;<BR>&nbsp;&nbsp; System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) +0<BR>&nbsp;&nbsp; System.Reflection.RuntimeModule.GetTypes() +4<BR>&nbsp;&nbsp; System.Reflection.Assembly.GetTypes() +78<BR>&nbsp;&nbsp; System.ComponentModel.Composition.Hosting.AssemblyCatalog.get_InnerCatalog() +113<BR>&nbsp;&nbsp; System.ComponentModel.Composition.Hosting.AssemblyCatalog.get_Parts() +7<BR>&nbsp;&nbsp; IdeaBlade.Core.Composition.PartsCatalog.LoadCatalog() +347<BR>&nbsp;&nbsp; IdeaBlade.Core.Composition.PartsCatalog..ctor() +37<BR>&nbsp;&nbsp; IdeaBlade.Core.Composition.CompositionHost..ctor() +140<BR>&nbsp;&nbsp; IdeaBlade.Core.Composition.CompositionHost.get_Instance() +165<BR>&nbsp;&nbsp; IdeaBlade.EntityModel.Server.EntityServiceHost.get_ServiceHostEventHandler() +45<BR>&nbsp;&nbsp; IdeaBlade.EntityModel.Server.EntityServiceHost.OnCreated() +31<BR>&nbsp;&nbsp; IdeaBlade.EntityModel.Server.EntityServiceHost..ctor(Type serviceType, Uri&#091;&#093; baseAddresses) +50<BR>&nbsp;&nbsp; IdeaBlade.EntityModel.Server.EntityServiceHostFactory.CreateHostCore(Type serviceType, Uri&#091;&#093; baseAddresses) +53<BR>&nbsp;&nbsp; IdeaBlade.EntityModel.Server.EntityServiceHostFactory.CreateServiceHost(Type serviceType, Uri&#091;&#093; baseAddresses) +81<BR>&nbsp;&nbsp; System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(String constructorString, Uri&#091;&#093; baseAddresses) +420<BR>&nbsp;&nbsp; System.ServiceModel.HostingManager.CreateService(String normalizedVirtualPath) +1440<BR>&nbsp;&nbsp; System.ServiceModel.HostingManager.ActivateService(String normalizedVirtualPath) +44<BR>&nbsp;&nbsp; System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) +615<BR><BR>&#091;ServiceActivationException: The service '/EntityService.svc' cannot be activated due to an exception during compilation.&nbsp; The exception message is: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information..&#093;<BR>&nbsp;&nbsp; System.Runtime.AsyncResult.End(IAsyncResult result) +679246<BR>&nbsp;&nbsp; System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +190<BR>&nbsp;&nbsp; System.ServiceModel.Activation.HostedHttpRequestAsyncResult.ExecuteSynchronous(HttpApplication context, String routeServiceVirtualPath, Boolean flowContext, Boolean ensureWFService) +234<BR>&nbsp;&nbsp; System.ServiceModel.Activation.HttpModule.ProcessRequest(Object sender, EventArgs e) +355<BR>&nbsp;&nbsp; System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148<BR>&nbsp;&nbsp; System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +75<BR></DIV>]]>
   </description>
   <pubDate>Thu, 10 Jun 2010 12:56:08 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7256#7256</guid>
  </item> 
  <item>
   <title>Unable to connect to EntityService : Can you post, or email, the debug...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7254#7254</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1876<br /><strong>Posted:</strong> 10-Jun-2010 at 11:03am<br /><br />Can you post, or email, the debug log?&nbsp; It may have some clues to help diagnose this.<DIV>&nbsp;</DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV>Edit - Oops, I forgot which issue I this was.&nbsp; Since you're getting a compilation error there won't be a debug log.&nbsp; Can you instead navigate via your internet browser to http:/.../EntityService.svc and then post here the contents of that page, which should (hopefully) have more information on the error.<span style="font-size:10px"><br /><br />Edited by kimj - 10-Jun-2010 at 11:06am</span>]]>
   </description>
   <pubDate>Thu, 10 Jun 2010 11:03:43 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7254#7254</guid>
  </item> 
  <item>
   <title>Unable to connect to EntityService : Kim - we have done quite a bit...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7248#7248</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=553" rel="nofollow">robdrye</a><br /><strong>Subject:</strong> 1876<br /><strong>Posted:</strong> 10-Jun-2010 at 8:41am<br /><br /><P>Kim - we have done quite a bit of troubleshooting around this issue this morning and are confident&nbsp;it is directly related to referencing the ActiveReports libraries.&nbsp; The issue is very easy to create:</P><DIV>1. Create a new project using the DevForce Silverlight Application template.<BR>2. Create a domain model in the web project.<BR>3. Instantiate, Connect the Entity Manager in MainPage.xaml - everything works fine.<BR>4. Add references to the ActiveReports library in the web project, try again, and we begin experiencing the issues with EntityService.</DIV><DIV>5. Clean solution, remove ActiveReports references, rebuild, run and the EntityService starts working as expected again.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I can provide the ActiveReports libraries or an example project if you'd like to test out on your end.</DIV>]]>
   </description>
   <pubDate>Thu, 10 Jun 2010 08:41:08 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7248#7248</guid>
  </item> 
  <item>
   <title>Unable to connect to EntityService : The EntityService.svc is the first...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7246#7246</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1876<br /><strong>Posted:</strong> 10-Jun-2010 at 8:08am<br /><br />The EntityService.svc is the first piece of DevForce engaged when a request is made to the BOS.&nbsp; The .svc has to be compiled by ASP.NET before the hosting code for the EntityService runs.&nbsp; Since you're getting a compilation error here with the .svc, no part of DevForce is actually running at this point, so probing changes won't help.<DIV>&nbsp; </DIV><DIV></DIV><DIV></DIV><DIV></DIV>I'd be surprised if the ActiveReports assemblies were the cause of the problem -- more likely the clean was needed because assemblies were out-of-sync, or maybe cached by IIS.&nbsp; If you find that adding the ActiveReports assemblies back into the bin does in fact cause the problem to recur, let us know.]]>
   </description>
   <pubDate>Thu, 10 Jun 2010 08:08:54 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7246#7246</guid>
  </item> 
  <item>
   <title>Unable to connect to EntityService : After doing some additional research...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7240#7240</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=553" rel="nofollow">robdrye</a><br /><strong>Subject:</strong> 1876<br /><strong>Posted:</strong> 09-Jun-2010 at 7:27pm<br /><br /><P>After doing some additional research we have narrowed down what seems to be the source of our issue.&nbsp; A component of our application uses a few ActiveReports utilities on the server to generate various&nbsp;file outputs for the users to download.&nbsp; It appears to be specifically these ActiveReports assemblies causing the conflict because after cleaning the solution and removing these assemblies in a test project the EntityService starts up as expected without error.&nbsp; There were no issues caused by referencing these assemblies&nbsp;while utilizing a previous version of DevForce (5.2.6.0).&nbsp; Is there a configuration that can be set to flag assemblies like these&nbsp;to be ignored by the DevForce assembly searching/probing?</P>]]>
   </description>
   <pubDate>Wed, 09 Jun 2010 19:27:29 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7240#7240</guid>
  </item> 
  <item>
   <title>Unable to connect to EntityService : We have not been able to login...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7235#7235</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=553" rel="nofollow">robdrye</a><br /><strong>Subject:</strong> 1876<br /><strong>Posted:</strong> 09-Jun-2010 at 5:19pm<br /><br /><P>We have not been able to login the EntityManager in our project&nbsp;after upgrading to 6.0.3.&nbsp; When browsing to <a href="http://localhost:9009/EntityService.svc" target="_blank">http://localhost:9009/EntityService.svc</A> we encounter the following Exception:</P><DIV><SPAN =_TXT>&#091;ServiceActivationException: The service '/EntityService.svc' cannot be activated due to an exception during compilation.&nbsp; The exception message is: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information..&#093;</SPAN></DIV><DIV><SPAN =_TXT></SPAN>&nbsp;</DIV><DIV><SPAN =_TXT>We have confirmed that all IdeaBlade assembly references&nbsp;have CopyLocal set to true in the projects.&nbsp; We have also removed the Silverlight config file and minimized our web.config per the updated requirements:</SPAN></DIV><DIV><SPAN =_TXT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><P>&lt;</FONT></FONT></FONT><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas>ideablade.configuration</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas> </FONT></FONT></FONT><FONT color=#ff0000 size=2 face=C&#111;nsolas><FONT color=#ff0000 size=2 face=C&#111;nsolas><FONT color=#ff0000 size=2 face=C&#111;nsolas>version</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>=</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>"</FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>6.00</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>"</FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas> </FONT></FONT></FONT><FONT color=#ff0000 size=2 face=C&#111;nsolas><FONT color=#ff0000 size=2 face=C&#111;nsolas><FONT color=#ff0000 size=2 face=C&#111;nsolas>xmlns</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>=</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>"</FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>http://schemas.ideablade.com/2010/IdeaBladeConfig</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>"</FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>&gt;</P><P></P><P>&lt;!--</FONT></FONT></FONT><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas> Uncomment this to generate the DevForce trace log </FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>--&gt;</P><P>&lt;</FONT></FONT></FONT><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas>logging</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas> </FONT></FONT></FONT><FONT color=#ff0000 size=2 face=C&#111;nsolas><FONT color=#ff0000 size=2 face=C&#111;nsolas><FONT color=#ff0000 size=2 face=C&#111;nsolas>logFile</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>=</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>"</FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>log\DebugLog.xml</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>"</FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas> /&gt; </P><P></P><P>&lt;/</FONT></FONT></FONT><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas>ideablade.configuration</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>&gt;</P><P></P><P>&lt;</FONT></FONT></FONT><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas>system.serviceModel</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>&gt;</P><P></P><P>&lt;!--</FONT></FONT></FONT><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas><FONT color=#008000 size=2 face=C&#111;nsolas>Set this to true to allow use of ASP.NET security features.</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>--&gt; </P><P>&lt;</FONT></FONT></FONT><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas>serviceHostingEnvironment</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas> </FONT></FONT></FONT><FONT color=#ff0000 size=2 face=C&#111;nsolas><FONT color=#ff0000 size=2 face=C&#111;nsolas><FONT color=#ff0000 size=2 face=C&#111;nsolas>aspNetCompatibilityEnabled</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>=</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>"</FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>true</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>"</FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>/&gt;</P><DIV><P>&lt;/<FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas>system.serviceModel</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>&gt;</P></FONT></FONT></FONT></DIV></FONT></FONT></FONT></SPAN></DIV>]]>
   </description>
   <pubDate>Wed, 09 Jun 2010 17:19:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1876&amp;PID=7235#7235</guid>
  </item> 
 </channel>
</rss>