DataCacheErrorCode.ClientServerVersionMismatch Field

The cache client assemblies are a different version than the cache host assemblies.

Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in microsoft.applicationserver.caching.core.dll)

Usage

'Usage
Dim value As Integer

value = DataCacheErrorCode.ClientServerVersionMismatch

Syntax

'Declaration
Public Const ClientServerVersionMismatch As Integer
public const int ClientServerVersionMismatch
public:
literal int ClientServerVersionMismatch
public static final int ClientServerVersionMismatch
public const var ClientServerVersionMismatch : int

Remarks

It is important that your application or development environment use the same assemblies as the cache servers. During any upgrade of Windows Server AppFabric, make sure that all cache clients using the cache cluster have the same versions of assemblies. Check this by comparing the Product version of the cache client's Microsoft.ApplicationServer.Caching.Client.dll file with the Product version of the cache server's Microsoft.ApplicationServer.Caching.Server.dll file that is located in the .\Windows\System32\AppFabric directory.

Platforms

Development Platforms

Visual Studio 2010 and later, .NET Framework 4

Target Platforms

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.ApplicationServer.Caching Namespace

  ff425062(v=azure.10).md 2011-08-26