I just finished creating my new COM project (C #, .NET 3.5). This project will be called by the VFP application. It works fine on my development machine, but now I need to know how to deploy it on the user's machine. The βOnceβ click is not available for such a project, so I think I'm stuck in manually distributing the DLL.
So where should I put the DLL and how to register it?
BTW, the 3.5 framework is already installed on the user machine.
TIA
source
share