collegare ad una dll un programma console con C#

  • Thread starter Thread starter T-Mat
  • Start date Start date
T

T-Mat

Ciao a tutti!
Ho creato una libreria dll con la classe PIPPO.
Come faccio a collegare questa dll con un programma console utilizzando
il C#?!
 
A console application must be an exe. You either need to recompile your
assembly as a console exe (see project properties), or build a shell exe
that references the dll and calls some functionality in the library.
Apologies if I haven't understood correctly, but this group is in English;
there is a separate microsoft.public.it.dotnet.csharp (although, looking, I
see you have cross-posted there too)...

Marc
 
Back
Top