Is it possible to have a mix of RIA WCF services and custom WCF services hosted in the same project?
At the moment I have a server project hosting 2 RIA service classes, both of which work fine, and 1 WCF svc file, which loads up fine in the browser (e.g. http://localhost/services/service.svc) but when I access it through code in the Silverlight client, I'm getting a Not Found error.
I'm happy to keep debugging away until I resolve it, but just thought I'd check to see if I was doing something stupid first...