Could not transform licenses file "licenses.licx"
gsimmons
Posts: 9
I have followed the steps to license my Toolkit application. Now that I have added the licenses.licx file to the project I receive the error message:
c:\visual c# Step by Step\Chapter 1\ConsoleApplication1\ConsoleApplication1\licenses.licx Could not transform licenses file 'licenses.licx' into a binary resource. (1) : error LC0003 : Unabled to resolve type 'Redgate.SQLCompare.Engine.Database'
I read elsewhere that this could be due to the app not being able to find a couple of dlls that are needed for licensing. I added the location of Red Gate SQL Bundle to my path in case this was the problem but it did not work.
Any idea what I am doing wrong?
Thanks,
George
c:\visual c# Step by Step\Chapter 1\ConsoleApplication1\ConsoleApplication1\licenses.licx Could not transform licenses file 'licenses.licx' into a binary resource. (1) : error LC0003 : Unabled to resolve type 'Redgate.SQLCompare.Engine.Database'
I read elsewhere that this could be due to the app not being able to find a couple of dlls that are needed for licensing. I added the location of Red Gate SQL Bundle to my path in case this was the problem but it did not work.
Any idea what I am doing wrong?
Thanks,
George
This discussion has been closed.
Comments
On first glance, I'd say it down to the case-sensitive nature of the licensing component. Try this:
RedGate.SQLCompare.Engine.Database
You are absolutely correct. Thanks for the help.
George