Fix: WCF - The type provided as the Service attribute value in the ServiceHost directive could not
- by Ken Cox [MVP]
I wanted to expose some raw data to users in my current ASP.NET 3.5 web site project. I created a subdirectory called ‘datafeeds’ and added a WCF Data Service. I wired the dataservice up to the Entity Framework class and, on running the ItemDataService.svc file, was greeted with: The type <> provided as the Service attribute value in…