Finding required assemblies

Got a problem you cannot solve? Try here.
Post Reply
EricB
Posts: 54
Joined: Tue Mar 29, 2005 12:00 pm

Finding required assemblies

Post by EricB »

I have a VB .NET project that uses controls from 3rd parties that reside in the GAC. What is the quickest/easiest way to include these assemblies in an install?
sinan
Site Admin
Posts: 1035
Joined: Sat Nov 13, 2004 8:12 am
Contact:

Post by sinan »

Your control documentation will indicate which controls reside inside which assemblies, and whether they have any further dependencies. You may then install all the required files into their respective locations.
Post Reply