Product Documentation

c-treeACE V10.3 Update Guide

Previous Topic

Next Topic

c-treeDB.NET

V10 APIs

All tools and assemblies have been updated to support the latest Microsoft .NET 4.0 Framework.

In This Section

.NET Tools for VS2010 - All projects updated to use .NET Framework v4.0

.NET - Removed STRONGSIGN from assemblies

.NET - New SetEncryption method for FairCom.Isam API

FairCom.CtreeDB.dll - New GetRecordBuffer(Byte buffer) method

Previous Topic

Next Topic

.NET Tools for VS2010 - All projects updated to use .NET Framework v4.0

All the .NET projects for VS2010 have been updated to use the v4.0 .NET framework. If you target the .NET v3.5 framework, it uses the VS2008 compiler 'tool chain' which can result in an internal compiler error in VS2010. The target framework was changed to v4.0 in the *_v10.sln files to eliminate that error.

See Also

Previous Topic

Next Topic

.NET - Removed STRONGSIGN from assemblies

To be more compliant with standard practice for C# programmers, STRONGSIGN has been removed from .NET assemblies. We no longer force the assembly to be signed with the FairCom key. This allows developers to sign with their own key, which they can keep secret.

TOCIndex