AppFabric 1.0 error Server collection cannot be empty
问题 I am getting the following error when I run the simple Windows Server App Fabric 1.0 demo console application: ErrorCode<ERRCA0021>:SubStatus<ES0001>:Server collection cannot be empty. Please help me.. What am I missing..?? I have looked every where on the internet and nothing seems to be fixing this issue. thanks.. My application is as follows: static void Main(string[] args) { var factory = new Microsoft.ApplicationServer.Caching.DataCacheFactory(); <--- *** Error here var cache = factory