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]
 
Back
Top