Error while even browsing to http://xxx/mysite/_vti_bin/service/service.svc
The Type NameSpace.Classx, AssemblyName, Version=1.1.1.1, Culture=neutral, PublicKeyToken=xxx provided as the Service attribute value in the ServiceHost directive, or provided in the configuration element system.serviceModel/serviceHostingEnvironment/serviceActivations could not be found
This is happening since yesterday, as far as I know I didn't change a thing. What DID happen since yesterday however that that debugging the WCF Rest service no longer worksed (debug > IE opens > never jumps to Visual Studio), after a while... this happened.
The assembly was changed to compile to x86, when setting back to 64 bits compilation, the error was resolved.