Library Control

  • Thread starter Thread starter Claudio Di Flumeri
  • Start date Start date
C

Claudio Di Flumeri

Hello all,

I want to make a library of controls, but these controls are not made
all with the same language: there are some controls developed in
VB.NET and others in C#. Is it possible to create a single .DLL with
all the controls in it or I have to create 2 different .DLL's, one
with all C# controls and the other with VB one's?

Thanks
Claudio
 
* (e-mail address removed) (Claudio Di Flumeri) scripsit:
I want to make a library of controls, but these controls are not made
all with the same language: there are some controls developed in
VB.NET and others in C#. Is it possible to create a single .DLL with
all the controls in it or I have to create 2 different .DLL's, one
with all C# controls and the other with VB one's?

See my reply in the other group. Please do not multipost.
 
Hello all,

I want to make a library of controls, but these controls are not made
all with the same language: there are some controls developed in
VB.NET and others in C#. Is it possible to create a single .DLL with
all the controls in it or I have to create 2 different .DLL's, one
with all C# controls and the other with VB one's?

You'll need to make two. Right now, .NET does not support multi-
language assemblies.
 
Back
Top