I am making this call in my WCF service:
public User GetStudentRecord(string userName)
{
try
{
return new DashboardFacade().G
None of the methods worked for me. What I did was to debug the service while running from the WCF Test Client and I was able to find my issue. It was to do with the service library missing the connection string in the app.config.
Just posting if anyone has tried all the other methods and still unable to find the issue.