SyntaxFix
Write A Post
Hire A Developer
Questions
I had a similer problem with SqlClient on WCF service. My solution was to put that lines in client app.config
<startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /> </startup>
Hopes it helps for someone..