Set class library project as a WCF client

Feb 26 2009 3:06 PM

Hello everyone..

I'm trying to make my class library project a WCF client, but even that I was able to add the remote services as a reference to the project it seems like it can't recognized the endpoints.

I checked my endpoints defenition in another simple console application and it work just fine so my code suppose to be just fine.

This class library project taking the place of my logic layer so I don't want to relace it in another type of project.

Any suggestion how to make it work?

Thank's all in advance.. Lior