Tagged Questions
1
vote
1answer
185 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
...
1
vote
1answer
178 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 ...
2
votes
1answer
966 views
AppFabric development on Windows XP?
Installed app fabric x64 on Windows Server 2008.
Copied Microsoft.ApplicationServer.Caching.Client.dll and Microsoft.ApplicationServer.Caching.Core.dll from %windir%\System32\AppFabric ref to Win XP ...
0
votes
4answers
8k views
C# errors: member names cannot be the same as their enclosing type and interfaces declare types
I am trying to lauch a service for appFabric for windows Azure. I am implement and EchoService and i need to implement by the way and IEchoContract interface, all of this on server side.
So I proceed ...
2
votes
3answers
536 views
What is Exactly an AppFabric in Windows Azure?
I am trying to understand exactly an AppFabric in Windows Azure, What is the difference with Worker Role and Web Role and How to create a project of AppFaric in Visual Studio 2010, i mean which kind ...
0
votes
2answers
224 views
HowTo create a Setup Project for AppFabric / workflow based applications
i am interested in creating a setup tool for our business application which is based on a Windows Service and some WF4 workflows, currently hosted in IIS/AppFabric.
As long as i want to provide the ...