Distribute the assembly in other computers

  • Thread starter Thread starter alex002
  • Start date Start date
A

alex002

Dear all,

I have used C# to create an assembly in my computer. However, now I want
to distribute this assembly and install it in other computers. How can I
registered this assembly in other computer? Thank you for all of your help.

Alex Yung
 
Unless you're using a COM+ assembly or somehow need to install in the GAC,
there's no registration.
Just copy the file.

-Rob [MVP]
 

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