How can we help you today? How can we help you today?
rgelb
Ok, this got me further than before. After starting, I get this screen (perfectly normal): http://imgur.com/oGxbk Then I click on CalculationService.svc and get the error: http://imgur.com/KlT8o Here is the text of the error. Server Error in '/' Application. The type 'CC.AP.Services.Services.CalculationService', provided as the Service attribute value in the ServiceHost directive, or provided in the configuration element system.serviceModel/serviceHostingEnvironment/serviceActivations could not be found. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: The type 'CC.AP.Services.Services.CalculationService', provided as the Service attribute value in the ServiceHost directive, or provided in the configuration element system.serviceModel/serviceHostingEnvironment/serviceActivations could not be found. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [InvalidOperationException: The type 'CC.AP.Services.Services.CalculationService', provided as the Service attribute value in the ServiceHost directive, or provided in the configuration element system.serviceModel/serviceHostingEnvironment/serviceActivations could not be found.] System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses) +677 System.ServiceModel.HostingManager.CreateService(String normalizedVirtualPath) +1473 System.ServiceModel.HostingManager.ActivateService(String normalizedVirtualPath) +55 System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) +655 [ServiceActivationException: The service '/CalculationService.svc' cannot be activated due to an exception during compilation. The exception message is: The type 'CC.AP.Services.Services.CalculationService', provided as the Service attribute value in the ServiceHost directive, or provided in the configuration element system.serviceModel/serviceHostingEnvironment/serviceActivations could not be found..] System.Runtime.AsyncResult.End(IAsyncResult result) +459 System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +198 System.ServiceModel.Activation.HostedHttpRequestAsyncResult.ExecuteSynchronous(HttpApplication context, String routeServiceVirtualPath, Boolean flowContext, Boolean ensureWFService) +240 System.ServiceModel.Activation.HttpModule.ProcessRequest(Object sender, EventArgs e) +370 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +223 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +86 / comments
Ok, this got me further than before. After starting, I get this screen (perfectly normal): http://imgur.com/oGxbk Then I click on CalculationService.svc and get the error: http://imgur.com/KlT8o H...
0 votes