I developed a new label control and compiled it into a DLL which I am using in one of my other apps. The problem is, the app fails to launch in the target environment if I don't include the label control's DLL with the setup and install it in the same directory as the app.
I am trying to understand why this is. I thought with VB.NET we no longer have to include individual DLLs if we reference and build the app with it. I tried looking for answers elsewhere but the information is patchy to me.
Any help would be highly appreciated.