.licx need to be added to the main project?
Posted
by SeaBiscuit
on Stack Overflow
See other posts from Stack Overflow
or by SeaBiscuit
Published on 2010-05-31T16:08:15Z
Indexed on
2010/05/31
16:13 UTC
Read the original article
Hit count: 157
c#
Hello,
I have the following situation. I have a main project that's calling some other dll made by me (MainProject). One of the dll are using a third party dll that is licenced (DllA is using DllB - licenced). In the DllA project I've attached the file licences.licx as embedded resource.
Why can't I use the DllA from the main project? The licences.licx must be added to the main solution project? To the project that's generating the exe file??
Thank you,
© Stack Overflow or respective owner