I get the following exception logged to event viewer when spinning up WCF SVCs for EntityServer and EntityService
Event Type: Error
Event Source: System.ServiceModel 3.0.0.0
Event Category: WebHost
Event ID: 3
Date: 1/25/2010
Time: 5:55:39 PM
User: CSS-W015\ASPNET
Computer: CSS-W015
Description:
WebHost failed to process a request.
Sender Information: System.ServiceModel.Activation.HostedHttpRequestAsyncResult/65692953
Exception: System.ServiceModel.ServiceActivationException: The service '/MarkIV.Net.Entity.Server/EntityService.svc' cannot be activated due to an exception during compilation. The exception message is: The type 'IdeaBlade.EntityModel.Server.RemoteEntityService', provided as the Service attribute value in the ServiceHost directive could not be found.. ---> System.InvalidOperationException: The type 'IdeaBlade.EntityModel.Server.RemoteEntityService', provided as the Service attribute value in the ServiceHost directive could not be found.
at System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(String normalizedVirtualPath)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)
I did a quick object search for RemoteEntityService' in the Entity.Server assembly and no such class was found. What am I missing?