1

I am working on a project(WebAPI) where i have to pick data from azure redis cache and i am using visual studio 2008 due to some constraints. How can i configure it to use ServiceStack.redis/azure redis cache on 08?

I haven't been able to find any solution in this regard.

Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
k174222
  • 11
  • 3

1 Answers1

1

According to this article, the visual studio 2008 support the version of .Net Framework is 3.5.

While the ServiceStack.Redis dependencies is .Net Framework 4.5.

How can I configure it to use ServiceStack.redis/azure redis cache on 08?

You could try to install the 4.5 version of .Net Framework in Project Properties then you could use ServiceStack.redis/azure redis cache.

enter image description here

Joey Cai
  • 18,968
  • 1
  • 20
  • 30