类型或命名空间' RedisClient'无法找到 - 你错过了参考?

时间:2014-10-09 15:37:27

标签: servicestack

我遇到了一个问题我的mono / c#app,当在.Net 4.0上的VS2013上使用nuget版本的ServiceStack.Redis时出现编译错误

Type or namespace 'RedisClient' could not be found - are you missing a reference?

我正在使用ServiceStack 4.0.31.0

 using ServiceStack.Redis;


 var client = new RedisClient("localhost");

提前致谢

0 个答案:

没有答案