appfabric Questions
19
When I reinstall the AppFabric 1.1, Why I'm getting this error "AppFabric installation failed because installer MSI returned with error code : 1603".?
I did run it with administrative rights.
Bel...
Tello asked 26/6, 2012 at 11:2
2
With the news from April that Microsoft will be ending support for AppFabric 1.1 April 2016. Can anyone recommend replacement services for Hosting and Management/Monitoring of Services and Wo...
Hijoung asked 10/6, 2015 at 14:26
6
Solved
Microsoft released a beta of Windows Server AppFabric that "makes it easier to build, scale and manage Web and composite applications that run on IIS".
MS has also said that you can deploy AppFabr...
4
Solved
I'd like to make my application as flexible as possible, but not dig myself into a hole by making my Interface too specific.
What is the best object type for a repository? IEnumerable, IQu...
Damiano asked 12/11, 2011 at 2:39
1
Solved
I installed Visual Studio 2017 and the related service fabric SDK. When trying several samples found on Internet or when creating a simple sample into Visual Studio, I cannot deploy because of this...
Quietus asked 7/8, 2017 at 12:40
6
I have some code that uses appfabric and was getting server unavailability errors. Following the instructions at http://msdn.microsoft.com/en-us/library/ff921031.aspx I found that my cache cluster ...
Module asked 7/9, 2011 at 19:54
2
I am using Azure, and Microsoft offers a service to work with AppFabric in the cloud, there are many articles around the Web about this service in the cloud, but I do not find it in Azure, you'd te...
2
Solved
When I attempt to set up appfabric to link up to my application and monitor and track and tract it, I get an error stating
“Workflow persistence is not functional because the net.pipe binding is ...
2
Solved
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 ...
3
Solved
After finding out that the caching API is severely divergent depending if you're targeting Windows Azure or Windows Server, I'm concerned that Microsoft isn't going to continue to develop AppFabric...
Mess asked 28/10, 2013 at 14:43
2
Solved
I'm working on automating an AppFabric installation using PowerShell, and I've run into a problem where the script is calling the installer, waiting for it to complete, but I am unable to import th...
Handfasting asked 18/7, 2014 at 20:28
2
Solved
I'm writing a web application using ASP .NET MVC 3. I want to use the MemoryCache object but I'm worried about it causing issues with load balanced web servers. When I google for it looks like that...
Spancel asked 5/6, 2012 at 13:39
1
I'm trying to automate the installation of AppFabric 1.1 on a Windows 2012 R2 server using PowerShell DSC. This is actually part of me trying to automate the SharePoint Foundation install and confi...
Coriss asked 24/9, 2014 at 21:32
1
In cache-aside as well as Read-through patterns, in both the patterns we need to write code to write to the database. So whats the real advantage of read-through,write-behind approach?Please clarif...
Nestle asked 19/9, 2014 at 6:10
2
Solved
I am trying to convert a solution using EntLib into using AppFabric caching. By help of a few extension methods this is a fairly pain-free process.
Extension methods I use:
public static bool Con...
2
Solved
We have a problem with AppFabric that is causing the below error to occur:
Exception type: ArgumentException
Exception message: An item with the same key has already been added.
at System.Collec...
2
Solved
When using the HttpRuntime.Cache in an ASP.NET application, any item retrieved from the cache that is then updated will result in the cached object being updated too (by reference). Subsequent read...
Honk asked 8/5, 2014 at 15:59
7
Solved
I have installed AppFabric on the server. I have created a cluster of a single computer . I have also create a cache named "Gagan".
used the following commands in order
Use-CacheCluster -Provide...
Divide asked 8/10, 2010 at 15:52
3
Solved
Anyone has worked with Windows Azure Access Control & WPF Client? I like authentication of Zune Client with Live ID.
I need authenticate with Windows Live ID in my WPF app.
I have a Website t...
2
Solved
I have an application that has been working for a while. I tried running it with VS2013 and it hangs on a line where it tries to initialize a DataCacheFactory object. The same code works fine with ...
Caning asked 30/10, 2013 at 16:19
1
Solved
We're using AppFabric Monitoring to inspect execution timings and to track log messages. This works pretty well since one year, but a few servers have suddenly stopped to monitor our WCF services.
...
1
I've upgraded my solution to work with VS2013. All builds fine.
However it seems to an issue with initialising AppFabric and it appears to be hanging on the line:
new DataCacheFactory();
The e...
Rakes asked 7/1, 2014 at 9:24
5
Has anyone done a thorough comparison of AppFabric and NCache or AppFabric and ScaleOut? We are currently looking to implement either AppFabric, NCache or ScaleOut for distributed caching in geogra...
1
Solved
I want to use the Increment method from the DataCache documentation but the method is not available on my DataCache object. Clearly I don't have the version of Microsoft.ApplicationServer.Caching.C...
Almetaalmighty asked 25/10, 2013 at 19:41
4
Solved
Is there a suggested method to just clear out all the objects in a DataCache ?
I could use the DataCache.GetObjectsByAllTags method but that required a region, which i cant use since i need to sha...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.