If you have an SDK license, you must register it in your code before you use the schema compare SDK. To register a license, add the following code in you application:
SqlLicenseStore.CreateInstance(new SqlSchemaSdkProduct());
SqlLicenseStore.Instance.RegisterLicense(<license_number>, <hash_code>);
We recommend that you place the code in a module that runs once when your application starts.