I developed a VB 6 application and installed on client PC with windows XP SP2, It instaleed successfully and Runs perfectly under administrator account. but it throws "Error 339: component "MSHFLXGD.OCX" or one of its dependencies not currently registered: a file is missing or invalid" when i run under limited user account.

to solve it I tried to register that file using "regsvr32 mshflxgd.ocx" and it did registered successfully under administrator account but i cant do it same under limited user account.

i also tried to unregister and re register same file.

I give full control to that file to everyone in security tab.

but still it throws same error. when I installed same application to different machine it works fine under limited account.

I need to make it work on the same pc that throwing error and under limited account any how. please help me