How to register a DLL and OCX using .NET 2.0

E

Emanuele Ornella

I have a non-.NET application that uses several DLL and OCX and other
files...
I'm trying to have a client-side application that copies files from a
server repository to the client machine in order to syncronize the
application.
That's easy to do with FileInfo ... CopyTo method.
However for dll and ocx I also need to register these components...

Anyone have tips for this task?

Thanks,
emanuele
 

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

Top