I wrote a ftp aplplication in vb and linked to the mswinsck.ocx file via the "references" tab? Now the program works fine on my pc even if I uninstall vb, but as soon as I do a clean installation on a other pc it gives me an error 429.

Else the program does not give me an error 429 if I link to the mswinsck.ocx file via the "components" tab, but then my functionalities does not work. So the program start up but the functions don't work!

What I can see is that in the Object Browser in the first senario the MSWinsockLib point to mswinsck.ocx while in the second senario the MSWinsockLib points to mswinsck.oca?

But I can't seem to link to both?

Thus far I have worked through every example in the MSDN library concerning Error 429, and I have packaged my application more than 40 times, including both or trying different ways to include files, or even making a dependency file that includes the MSWinsck.oca file? Don't know if I did it right though...

Can someone please assist me!