I am working in client/server winform application that is writte in C#.
If I add a Service Reference to the project (that is server side) that my code exists in. I get 'xxx could not be found (are you missing a using directive or an assembly reference?)'
If I do the same thing in a client side project it is fine.
Why can't I access the service reference in the server side code?