Tagged Questions
1
vote
1answer
31 views
Error in client configuration file
I am trying to create an AppFabric cache client which is a console application. But receives the error Error in client configuration file while creating new instance of DataCacheFactory. Connection ...
0
votes
0answers
23 views
AppFabric Auto-Start Recovery of WCF Service after crash
We are using the auto-start feature of AppFAbric on most of our WCF services. We've confirmed the setup is correct in regards to the feature's base function, which is brining up a service after IIS ...
1
vote
1answer
143 views
IIS AppFabric vs classic Windows Services [closed]
We have an Enterprise CMS with a lot of services all of different kinds, some of them are windows services. I know about the IIS AppFabric extensions and the idea of having all the services running in ...
0
votes
0answers
38 views
AppFabric Access Causes Cluster to Shutdown
I'm trying to test AppFabric Server 1.1 connectivity from my MVC3 application, launched within Visual Studio. The application and the cache-cluster are both running on my Windows 7 Professional x64 ...
0
votes
2answers
198 views
Windows Azure App Fabric: Configuration binding extension 'system.serviceModel/bindings/netTcpRelayBinding' could not be found
I am currently dipping my toes into developing .net applications for/on windows Azure. I have followed some tutorials to set up a relay for a local service to be hosted on Azure. This seems to be ...
1
vote
1answer
146 views
Correct way to defined AppFabric Cache client assembly references from a .net project?
AppFabric Cache client side code required references these two assemblies that are part of the client installation:
Microsoft.ApplicationServer.Caching.Client.dll
...
0
votes
0answers
126 views
AppFabric Read-Through Cache; Unable to specify a timeout…?
I have implemented a Read-Through cache using AppFabric by extending DataCacheStoreProvider.
Once the data has been retrieved from the datasource, a DataCacheItem is created for return by calling ...
1
vote
1answer
167 views
Is there any way to programmatically check whether AppFabric cache host is active?
I want to get AppFabric cache host's running status through c# programming. Is there any way to do this?
3
votes
1answer
203 views
How to identify Windows AppFabric service is running or not programatically?
Does anybody know how to check whether Windows Server AppFabric caching service is up and running programmatically?
If the AppFabric service is down, it will throws an exception. That is a very ...
0
votes
1answer
85 views
AppFabric Cache - Is it reasonable to allocate two cache clusters?
My first impression of AppFabric Cache is that it's essentially a distributed hashtable in the same vein as memcached. The typical usage pattern of such a cache is that there is no guarantee that your ...
2
votes
2answers
296 views
AppFabric Cache errors
The AppFabric Cache in our production crashes almost every day, and is highly unstable. The below errors are logged:
Microsoft.ApplicationServer.Caching.DataCacheException:
...
0
votes
0answers
133 views
Windows Server AppFabric Cache and Database synchronization
We are planning to use Windows Server AppFabric Caching for a healthcare application.
We have a Patient master and other master data which we want to cache using AppFabric Cache.
However we also have ...
0
votes
0answers
118 views
AppFabric service crashes
I have a system that makes use of Windows server AppFabric Cache. Sometimes, the cache service crashes, and the cache cluster goes down. I see the below error in the event viewer:
AppFabric Caching ...
0
votes
0answers
277 views
AppFabric Cache error: ErrorCode<ERRCA0017>:SubStatus<ES0001>:
I have a C#.NET windows console application which runs 24*7*365. It creates an AppFabric Cache Factory at its startup, and then checks for some objects in the cache in periodic intervals. However, I ...
0
votes
1answer
194 views
Appfabric Cache Miss Count
Whenever I run the command Get-CacheStatistics CacheName command, it always shows a miss count that is approximately 90% of the request count, however I see that I get the object succesfully retrieved ...
1
vote
1answer
214 views
IIS 7 , WebFarm and ARR module
I'm configuring my servers to work with WebFarm and the ARR module .
I'm looking ofr implementing a functionality to use the ARR for versionning purposes on my system.
Example :
- I have N clients ...
3
votes
1answer
236 views
is there anyway to tell the .net cache to use the app fabric server instead of local memory?
We managed to use the App Fabric Caching Server for storing our Outputcache, without changing our code, only with configuration. And it's working very well.
Is there any way to do the same with the ...
1
vote
2answers
459 views
Appfabric Error: ErrorCode<ERRCMC0003>:SubStatus<ES0001>:Error in client configuration file
I am getting this error when trying to use caching for app fabric.
I was following the example given in this article.
ErrorCode:SubStatus:Error in client configuration file.
"An error occurred ...
0
votes
1answer
181 views
Is there a way I can use OperationContextScope without messing up persist and unload on idle?
I have some workflow 4 services with OperationContextScope activity wrapped around the Receive/SendReplyToReceive pairs to get access to the OperationContext.Current object. The OperationContextScope ...
1
vote
1answer
613 views
How to create regions on App Fabric via Powershell
I think the title is clear, I'm surfing the web about an hour but every single page talks about creating regions dynamically using .net. I'm sure we have a command to execute on powershell. do you ...
0
votes
2answers
347 views
Serilization of Strongly Typed Datasets
Does anyone know a way to make a strongly typed dataset (Hey not my idea to use them) serilazable so that I can store them using AppFabric Server as a Session State provider? I have been using InProc ...
0
votes
2answers
160 views
Is there a way to identify that IIS or the website had been stopped?
I have a WCF Service that I am hosting on AppFabric with IIS 7.5 and Windows 2008. The service is set to auto start as recommended.
When the service starts it goes into a while loop that never ends, ...
0
votes
1answer
245 views
notify local cache of change in cache cluster
I am using appfabric caching in my c# application. I have enabled local cache.
When I add, remove, update or delete an item from my cache cluster I would like to send a notification that such has ...
0
votes
1answer
174 views
Error loading assembly when retrieving from AppFabric cache
I ran into a weird issue today while debugging one of my projects. I use VS2010 / windows 7 home premium.
I have a project that uses Windows Server AppFabric Cache. I have configured everything, and ...
1
vote
1answer
522 views
assistance required in solving appfabric issues
My application is using AppFabric for our distributed caching model in a production web farm of windows web 5 servers. The application is a .net4 c# web application. We are encountering some problems ...
1
vote
1answer
231 views
Using AppFabric DashBoard from my .Net Application
Is there any api which I can use from my c# application to manipulate the information that the appFabric dashboard provides??
For example accesing the information of the dashboard from my website so ...
0
votes
1answer
148 views
.Net 4 Framework Object Caching and Tags
I had a look at .Net Framework Object Caching (System.Runtime.Caching) API and I do not see any support for attaching "tags" to cached objects.
I was looking for an API similar to that of AppFabric ...
4
votes
1answer
1k views
Azure AppFabric vs. Server AppFabric - today
Via Google, I found another question on stackoverflow regarding the differences and similarities between Azure AppFabric and Windows Server AppFabric. It was mentioned that both versions of AppFabric ...
2
votes
1answer
2k views
AppFabric 1.1 Caching (crashing windows service)
I have a test installation of AppFabric 1.1 x64 (Hosting + Cache) on a single machine (domain-registered, Windows 7 Enterprise). Installation and configuration went flawlessly (cluster with just 1 ...
0
votes
2answers
290 views
Java client for AppFabric Cache?
Is there any java library available to use Windows Azure AppFabric Caching features?
I want to put some string in the AppFabric cache from a java application and retrieve it from a .Net application ...
1
vote
1answer
321 views
Region name restrictions in AppFabric Cache
We use Windows Server AppFabric Cache 6.1 x64. Having an instance of Microsoft.ApplicationServer.Caching.DataCache and trying to get an object by key/region causes DataCacheException if the region ...
0
votes
1answer
145 views
How to read an Internal ConfigurationSection from Web.Config in ASP.NET
I am trying to read a Microsoft defined ConfigurationSection:
Microsoft.ApplicationServer.Caching.DataCacheClientSection
but the type is internal so I cannot access it in the conventional way.
...
7
votes
1answer
910 views
AppFabric Cache server and web application on same physical machine
I am considering using AppFabric caching feature for one of our projects.
We have a need for distributed caching feature and it seems AppFabric is a good solution.
However, I have a few questions ...
5
votes
1answer
852 views
AppFabric vs System.Runtime.Caching
TLDR version: For caching many small database tables that rarely change in my .NET4 WCF service. Which technology will be easiest to implement, easiest to maintain, and best to perform and why?
Long ...
0
votes
2answers
805 views
Performance issues using AppFabric caching
I am finding that when AppFabric cache comes under heavy load it is resulting in unpredictable application behaviour.
Has anyone experienced anything similar?
Any thoughts on ideal configuration for ...
43
votes
2answers
2k views
AppFabric doesn’t recover well from restart
Alright, I’ve successfully deployed AppFabric, and everything was working nicely until we started getting an intermittent exception on the website:
ErrorCode < ERRCA0017 >:SubStatus < ...
1
vote
1answer
299 views
With AppFabric caching, can you use concurrency methods with the local cache enabled?
I'm trying to figure out if it's possible to use the pessimistic concurrency model and the local cache at the same time.
When you've got the local cache enabled, and you use pessimistic concurrency ...
2
votes
1answer
473 views
Does Azure AppFabric Output Caching Support Read-Throughs or Programmatic Invalidation?
I'm wondering if what's described in (1) is supported by the output caching providers that currently ship in the Azure AppFabric SDK:
Normally when a get request fails the client is responsible ...
0
votes
1answer
154 views
Why AppFabric caching features are only supported for a domain environment?
On this MSDN article you can see (at the end of the page) that caching features are not supported on production environments for worgroups.
What's exaclty not supported? I mean, if you can set it up ...
1
vote
2answers
285 views
Is an overkill using App Fabric only for caching?
We're evaluating different options for distributed cache. I have some experience with memcached but no experience with Velocity (App Fabric cache services).
I wonder if using App Fabric only for ...
3
votes
2answers
144 views
How to make my appDomain live longer?
Here is the situation that we're in.
We are distributing our assemblies (purely DLL) to our clients (we don't have control over their environment).
They call us by passing a list of item's id and ...
0
votes
3answers
820 views
Best method to call WCF services at interval
I have several WCF services and I want to execute methods in them at specific intervals.
For example, call Service1.DoSomeWork every 5 minutes and Service2.DoSomeWork every 10 minutes. I also want ...
4
votes
1answer
834 views
Set amount of memory available to AppFabric Caching
How do I set the amount of memory available to the Windows Server AppFabric Caching service?
We're running the AppFabric Cache on the same server which is hosting the website, and I'd like to be ...
1
vote
1answer
151 views
Access Denied Error using Azure Cache
I have an application that uses App Fabric Cache. The application works fine Onpremise, but when I publish it to Azure, I get an Access Denied error when cache is being accessed.
I have configured ...
0
votes
3answers
424 views
How to expose a service layer to UI components
We have an application in which we have created a service layer with most of the business logic and utility services (logging, exceptions, caching etc). We have to come with a way to expose this ...
0
votes
1answer
235 views
Entity Framework v1 and Cached POCO update
I am using EF v1 and Velocity cache in my .NET 3.5 application. My cached objects are a representation of the Entity model in database. So I decided to use EF v1 with POCO adapters. So there's an ...
3
votes
1answer
361 views
Best-practice caching: monolithic vs. fine-grained cache data
In a distributed caching scenario, is it generally advised to use or avoid monolithic objects stored in cache?
I'm working with a service backed by an EAV schema, so we're putting caching in place to ...
2
votes
2answers
163 views
Implementing worker service in .NET
I need to add a "worker process" to my current solution with the following requirements:
must run continuously (or at specific intervals)
auto start
get data from several sources (SQL database, WCF ...
0
votes
1answer
181 views
Windows AppFabric ACS with AD FS 2.0, help using the AcmBrowser.exe
There seems to be very limited information floating around the net about this and I wondered if someone here may be able to help out.
I'm running the AcmBrowser.exe to integrate AD FS 2.0 with ...
1
vote
1answer
717 views
Windows Azure AppFabric ACS - Adding custom STS
I've currently got Windows Azure AppFabric system set up and running with my own registered Namespace, in which uses the Google/Yahoo/Windows Live STS providers. That all works fine, I can use them ...

