Hello,
I have created a .net COM dll using C# which can be called from PB. I have also created a test PB application to test it out. All development work was done on my PC.
My test app works great on my PC from both PB IDE and compiled exe. I deployed it to another PC and used regasm to register my dll - regasm was successful. When I run the test app exe it works but when I run the same app from PB IDE on the target PC, ConnectToNewObject returns -3.
I have signed my .net assembly but that does not help either.
Any ideas what is wrong and how to fix it? All PCs are Win 7.