using c# classes as com object

im using c# classes as com object and use that classes from vb6.
but what will happen when i will remove my vb6 project to another computer?
i guess it wont work...so what i need to copy or do in order that my project will run in any computer?
thanks in advanced.
[276 byte] By [ppl1] at [2007-12-16]
# 1
Probably you will need to use RegAsm.exe to register the C# dll that contains your objects on other computers.
MikeDanes at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 2
since it is a VB6 com dll you will have to use regsvr32.exe to register your dll
DMan1 at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...

.NET Development

Site Classified