Options

STK 3 - Could not transform licenses.licx to a binary...

Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
edited October 12, 2004 1:05PM in Knowledge Base
  • Date: 12 Oct 2004
  • Versions Affected: 3.x
When building a Toolkit application, you may receive the following error message:
Could not transform licenses.licx to a binary resource
This could be caused by an improper reference to either RedGate.SQLCompare.Engine.dll or RedGate.SQLDataCompare.Engine.dll. If you had recently performed an upgrade to Red Gate SQL Bundle Developer Edition, remove the references to these assemblies from your Toolkit project and re-add them.

Additionally, you may want to check the reference properties by right-clicking on the reference in Visual Studio and selecting Properties. If the CopyLocal property is set on the reference, then the error may occur. Try setting this property to False. If desired, you can try setting this property back to True again afterwards to copy the new assembly back to the local project's folder.
Sign In or Register to comment.