Hey guys,
i`m experiencing weird problem with an visual activeX control.
I`ve created simple test winforms application on .NET 3.5 using that 3rd party activeX control.
It works fine on my dev PC having VS 2008 installed... But when copy it on a machine without having VS installed on it, the events from this .OCX don`t fire at all. It is a visual OCX, it shows up, but events dont work... I install VS - it starts working, de-install it - stops again. Just works partially.
What could it be? I do release build, installed C++ redist. packages and no success...
Some details - i use this activeX to log in to remote server, call method to retrieve recent data, and need to handle the event returning dozens of strings...
Regards,
Vlado