Share via


DataCacheErrorCode.ClientServerVersionMismatch Field

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The cache client assemblies are a different version than the cache host assemblies; integer value equals 24.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
Public Const ClientServerVersionMismatch As Integer
'Usage
Dim value As Integer

value = DataCacheErrorCode.ClientServerVersionMismatch
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 the distributed cache system, make sure that all cache clients using that system have the same versions of assemblies. Check this by comparing the Product version of the cache client's ClientLibrary.dll file with the Product version of the cache server's ServiceLibrary.dll file that is located in the installation folder. For more information, see Installing Cache Client Assemblies (Velocity).

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.Data.Caching Namespace