Ok, so I have a DLL written in VB.NET for use in a VB6 app. The DLL was not written or compilied on my PC, but does work properly on it. I've packaged the VB6 app and the .NET DLL using .NET - creating a merge mod for the DLL and added COM registration for it. When testing on another PC have run into problems. The DLL is getting registered (I think - there are entries in the registry for it) but when trying to run the app, I am getting the 429 Active X error.

Anyone have any ideas how to fix or at least find the cause of the problem? I'm going nuts trying to figure it out!

Any suggestions would be greatly appriciated!