Hi,
I am trying to test Azure cache from a development machine on-premises. My dev machine is Windows 7 64 bit, with .NET Framework 4.0 installed. I don't have VS2011 or .NET 4.5 installed.
Situation: If I use the AppFabric v1.5 SDK caching assemblies, I am able to connect to the Azure cache, and use both Cache and Session State features.
If I use the Azure SDK v1.6 Caching assemblies, I get the following error:
Type 'Microsoft.ApplicationServer.Caching.HostNodeDomainConfigurationElementCollection' is an invalid collection type since it does not have a valid Add method with parameter of type 'System.Object'.
How do I get v1.6 running on my machine? I have tried the usual methods:
- Verified the Framework runtime is v4.0
- Removing every trace of Azure SDKs, and installing v1.6 afresh
- Try adding a reference to the specific version of caching assemblies
- Use fuslogvw to ensure the correct assembly is getting bound.
Thanks
bala