
No matter what I try to do when it comes to WCF Routing, I constantly get this error (through the WCF test client). Can't I see any methods in my services?
At first, I just assumed that this was my code, so I downloaded almost all the examples that I could find in WCF + Routing, and just ran them as is. The same error will happen!
I checked event view logs, etc. to see if there is an error there? nothing. I tried google search and searches here for others (as of course I'm not alone) nothing.
Note:
- I am using IIS7 with AppFabric installed.
- I am using .NET 4.0
- I use the WCF Service application template (default in VS2010)
- I'm losing my mind about this :)
It completely lost me, what's going on?
Here's what the WCF test client returns -

source share