I have a COM object developed in C# which will be consumed in VFP. The object can be loaded by the vfp project on the dev system, by copying the c# dll into the vfp project's main directory, and registering it. I am running the vfp project installed rather than in the vfp environment. In other words, vfp is not open on my dev system, but vs2010 is.. However, the dll project obviously is not being run.
When I move to the test machine, which has neither vfp nor vs, drop in the dll, register it, and try running, nothing happens. Unfortunately, no errors are generated in vfp, and I cannot make changes to the vfp code.
Is there some trick that I need to do before a COM object will run on a system, or some type of registration that VS may have done with the dll on the dev system?
Thank you for any assistance. It is greatly appreciated.