import dll's

  • Thread starter Thread starter Guest
  • Start date Start date
in reference node (in solution explorer) choose your dll (better whole
project) and then just use using (cs) or import (vb.net) in the head of your
form (other class)
 
Menkaur,

M> How to import my classes implemented in dll's?

Using the compiler from the command line:

csc /r:MyLibAssembly.dll ...

Using Visual Studio: Project | Add Reference.

HTH,

Stefan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top