Introduction:
I found the below error while doing one Wcf sample in Visual Studio 2010. The error is
The type 'WcfSampleService', 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:
Also we have discussed what is WCF and how you can call a wcf service in an asp.net application.
Here WcfSampleService is the .svc file name.
I found the below error while doing one Wcf sample in Visual Studio 2010. The error is
The type 'WcfSampleService', 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:
Also we have discussed what is WCF and how you can call a wcf service in an asp.net application.
Here WcfSampleService is the .svc file name.