Hi,
I started a new C# Class library project, and added an exe (.NET 3.5 with custom components) file as reference, also added other dll files used by that exe, i noticed that not all classes within that exe file are visible, i would have prefered to import a dll, but that's the requirements so its' not an option, also i'm sure these classes/members are public and normally accessible within the exe's code.
Any ideas?