Page 1 of 1

Licensing in Windows Service using class library

Posted: Fri 16 Feb 2007 23:31
by bradk
I have a class library dll that uses the Corelab Postgres provider. My class library assembly is shared in the GAC. I get a licensing error using my library from within a Windows Service. How can I make this work ? I don't see where I would put a licenses.config file. Thanks.

Posted: Mon 19 Feb 2007 09:13
by Alexey
You should have placed it near the licenses.licx file. Have you tried this?

Posted: Mon 19 Feb 2007 17:13
by bradk
Yes, it is working now. I must have had the component cached, because that seems to work fine today. Thank you.

Posted: Mon 19 Feb 2007 17:29
by Alexey
You are welcome.