我遵循了Windows Azure 缓存入门,并且不断收到 System.Runtime.InteropServices.SEHException: External component has throw an exception on the line:
var myCache = new DataCache("default");
我已将 WindowsAzure1 项目设置为启动项目。我试图在调试中运行时从 MVC API 项目访问缓存,但它不断出错。有谁知道我可能做错了什么?谢谢。