c# - With ServiceStack 3.9.56 cannot find the namespace ServiceStack.ServiceClient.Web -
using nuget package manager added servicestack clients package c# project. tried add namespace reference "using servicestack.serviceclient.web" class namespace isn't available. i've removed servicestack packages nuget, compiled project , added them again, namespace servicestack.serviceclient.web isn't found.
have separate project uses servicestack 3.9.49 , exact same nuget packages [id: servicestack.text & servicestack.common] , namespace available in version.
as new project, neglected change target framework client profile full/complete profile. once made change, , compiled app, namespace available. thanks.
Comments
Post a Comment