0
You cant just copy it on when you select the COM interop in the build options it registers all of the subs and functions in your DLL. The DLL has to be installed on the client machine. You can hack it by deploying a program called regasm and running it with an argument of the DLL
something like 'regasm "c:\mydll.dll" ' will do it.
Cheers,
Si