Dev Center
Table of contents

How-to Guides - Upgrade to Latest Version

From version 8.0.0 to 8.x

Just replace the old assembly files with the ones in the latest version. Download the latest version here. Your existing license for 8.0.0 is compatible with 8.x.

From version 7.x

Replace the library

You need to replace the old assembly files with the ones in the latest version. Download the latest version here.

Update existing code

Change the namespace from:

      using Dynamsoft.Barcode;

to:

      using Dynamsoft;
      using Dynamsoft.DBR;

Upgrade the license

Your previous SDK license for version 7.x is not compatible with the version 8.x. Please contact us to upgrade your license.

After you upgraded your license to version 8.x:

  • If you were using ProductKeys, please replace the old license with the newly generated one.

  • If you were using InitLicenseFromServer to connect to Dynamsoft server for license verification, then no need to change the license key. But please make sure the device has Internet connection.

  • If you were using InitLicenseFromServer + InitLicenseFromLicenseContent to connect to Dynamsoft server once and use the SDK offline, please follow these steps to re-register the device.

  • If you were using InitLicenseFromLicenseContent to use the SDK offline, please follow these steps to re-register the device.

From version 6.x

We made some structural updates in the new version. To upgrade from 6.x to 8.x, we recommend you to review our sample code and re-write the barcode scanning module.

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

version 8.9.3

  • Latest version
  • Version 10.x
    • Version 10.2.0
    • Version 10.0.20
    • Version 10.0.10
    • Version 10.0.0
  • Version 9.x
    • Version 9.6.40
    • Version 9.6.30
    • Version 9.6.20
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.0
    • Version 9.0.0
  • Version 8.x
    • Version 8.8.0
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.0
    • Version 8.1.2
    • Version 8.1.0
    • Version 8.0.0
  • Version 7.x
    • Version 7.6.0
    • Version 7.5.0
Change +