create an Assembly that includes other assemblies. C#

  • Thread starter Thread starter jean-francois.dufour
  • Start date Start date
J

jean-francois.dufour

Hi, I have a control library (c#) which is now my main assembly .

What I want now is to include 3rd party assemblies into my
control library project, but don't want the user to Add these
references. I want the user to link to my library only,
but having access to the classes in the assemblies I referenced to.

Is it possible that I build my library including the 3rd party
dlls (c#) so that the user dont need to reference to these?
If not, is it possible that when the user references my library
to his project, the references I have in my library are automatically
added to his project references? I have seen that with c++ net.

Thanks,

Jf
 
Back
Top