Silverlight -> WCF -> Database -> problem

Posted by Billy on Stack Overflow See other posts from Stack Overflow or by Billy
Published on 2010-01-20T01:41:56Z Indexed on 2010/04/09 2:53 UTC
Read the original article Hit count: 417

Filed under:
|
|
|

Hi there,

I have some silverlight code that calls a WCF service which then uses the Entity Framework to access the database and return records.

Everything runs fine but ... when I replace the Entity Framework code with classic ADO.NET code I get an error:

The remote server returned an error: NotFound

When I call the ADO.NET code directly with a unit test it returns records fine so it's not a problem with the ADO.NEt code

I used fiddler and it seems to say that the service cannot be found with a "500" error.

i don't think it's anything to do with the service as the only thing I change is the technology to access the database.

Anyone know what i'm missing here?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about wcf