<?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 : Error IIS hosting BOS</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Error IIS hosting BOS</description>
  <pubDate>Thu, 21 May 2026 20:24:16 -700</pubDate>
  <lastBuildDate>Wed, 27 Jan 2010 08:25:48 -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=1628</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>Error IIS hosting BOS : RemoteEntityService is an internal...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1628&amp;PID=6137#6137</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> 1628<br /><strong>Posted:</strong> 27-Jan-2010 at 8:25am<br /><br />RemoteEntityService is an internal class in the IdeaBlade.EntityModel.Server assembly.&nbsp; The EntityService.svc file contents should look something like this: <DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; &lt;<a href="mailto:%@ServiceHost" target="_blank">%@ServiceHost</A> language="C#" Service="IdeaBlade.EntityModel.Server.RemoteEntityService" %&gt;</DIV><DIV>&nbsp;</DIV><DIV>(The language can be either C# or VB.)</DIV><DIV>&nbsp;</DIV><DIV>We haven't seen this problem before, but a few things to check -</DIV><UL><LI>Make sure all required IdeaBlade assemblies are in bin or the GAC. &nbsp;(These are IdeaBlade.EntityModel, IdeaBlade.EntityModel.Edm, IdeaBlade.EntityModel.Server, IdeaBlade.Linq, IdeaBlade.Valdiation, and possibly IdeaBlade.EntityModel.Web if using ASP.NET security.)</LI><LI>If you've precompiled your web site that might be the problem.&nbsp; This link may help - <a href="http://social.msdn.microsoft.com/forums/en-US/wcf/thread/8c897f8e-2143-450e-a9f4-97d1f8702da7/" target="_blank">http://social.msdn.microsoft.com/forums/en-US/wcf/thread/8c897f8e-2143-450e-a9f4-97d1f8702da7/</A></LI></UL><DIV>&nbsp; </DIV>]]>
   </description>
   <pubDate>Wed, 27 Jan 2010 08:25:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1628&amp;PID=6137#6137</guid>
  </item> 
  <item>
   <title>Error IIS hosting BOS : Start with a working IIS Deployment....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1628&amp;PID=6133#6133</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 1628<br /><strong>Posted:</strong> 26-Jan-2010 at 12:30pm<br /><br />Start with a working IIS Deployment.&nbsp; Use the 110_Deployment example ("300COR_DeploymentWithIIS") example in the Learning Resources folder.&nbsp; Unfortunately, this example does not work because the database login will fail as it uses Windows Security.&nbsp; To fix the problem, change the database connection string by replacing "Integrated Security=True" with&nbsp;a correct SQL Server password string (e,g., "User=sa;Password=foo;"<DIV>&nbsp;</DIV><DIV>Look at the Deployment.pdf document as well.&nbsp; The documentation is correct as far as it goes, but unfortunately the discussion of WCF is very sparse.</DIV>]]>
   </description>
   <pubDate>Tue, 26 Jan 2010 12:30:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1628&amp;PID=6133#6133</guid>
  </item> 
  <item>
   <title>Error IIS hosting BOS : I get the following exception...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1628&amp;PID=6132#6132</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=666" rel="nofollow">BillBiddy</a><br /><strong>Subject:</strong> 1628<br /><strong>Posted:</strong> 25-Jan-2010 at 4:19pm<br /><br />I get the following exception logged to event viewer when&nbsp;spinning up WCF SVCs for EntityServer and EntityService<DIV>&nbsp;</DIV><DIV>Event Type:&nbsp;Error<BR>Event Source:&nbsp;System.ServiceModel 3.0.0.0<BR>Event Category:&nbsp;WebHost <BR>Event ID:&nbsp;3<BR>Date:&nbsp;&nbsp;1/25/2010<BR>Time:&nbsp;&nbsp;5:55:39 PM<BR>User:&nbsp;&nbsp;CSS-W015\ASPNET<BR>Computer:&nbsp;CSS-W015<BR>Description:<BR>WebHost failed to process a request.<BR>&nbsp;Sender Information: System.ServiceModel.Activation.HostedHttpRequestAsyncResult/65692953<BR>&nbsp;Exception: System.ServiceModel.ServiceActivationException: The service '/MarkIV.Net.Entity.Server/EntityService.svc' cannot be activated due to an exception during compilation.&nbsp; The exception message is: The type 'IdeaBlade.EntityModel.Server.RemoteEntityService', provided as the Service attribute value in the ServiceHost directive could not be found.. ---&gt; System.InvalidOperationException: The type 'IdeaBlade.EntityModel.Server.RemoteEntityService', provided as the Service attribute value in the ServiceHost directive could not be found.<BR>&nbsp;&nbsp; at System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(String constructorString, Uri&#091;&#093; baseAddresses)<BR>&nbsp;&nbsp; at System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath)<BR>&nbsp;&nbsp; at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(String normalizedVirtualPath)<BR>&nbsp;&nbsp; at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)<BR>&nbsp;&nbsp;&nbsp;&nbsp;</DIV><DIV>I did a quick object search for RemoteEntityService' in the Entity.Server assembly and no such class was found. What am I missing?</DIV>]]>
   </description>
   <pubDate>Mon, 25 Jan 2010 16:19:43 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1628&amp;PID=6132#6132</guid>
  </item> 
 </channel>
</rss>