Missing ServiceClient namespace (ServiceStack.ServiceClient.Web) using VS2013 with ServiceStack.Client v.4.0.3

I am new to C #, Visual Studio and completely new to ServiceStack. I am trying to create a ServiceStack.ServiceClient.Web.JsonServiceClient object, but I get an error:

The type or namespace name 'ServiceClient' does not exist in the namespace
'ServiceStack' (are you missing an assembly reference?)

I used the nuGet library package manager to install the "Service Clients for ServiceStack" v4.0.3 (id: ServiceStack.Client) package, confirmed that my target work with the framework is ".NET Framework 4.5" and is enabled

using ServiceStack.ServiceClient.Web;

at the top of my code. What am I missing?

Thanks.

+4
source share
1 answer

All Articles