|
-
August 31st, 2010, 10:48 AM
#1
Error 339: component "MSHFLXGD.OCX" or one of its dependencies not currently register
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
-
August 31st, 2010, 11:37 AM
#2
Re: Error 339: component "MSHFLXGD.OCX" or one of its dependencies not currently regi
Which OS?
Try registering the dll in the home directory, that the program is in. Register as ADMIN and see if USER works. Sounds like Vista/Win7
-
September 3rd, 2010, 03:28 AM
#3
Re: Error 339: component "MSHFLXGD.OCX" or one of its dependencies not currently regi
just check in User account
otherwise install Vb6.0 after that remove the software
i am sure it will work
-
September 3rd, 2010, 11:45 AM
#4
Re: Error 339: component "MSHFLXGD.OCX" or one of its dependencies not currently regi
VB6 is NOT installed on the CLIENT MACHINE...
-
September 10th, 2010, 10:43 PM
#5
Re: Error 339: component "MSHFLXGD.OCX" or one of its dependencies not currently regi
May be a silly question
You did run the "regsvr32 mshflxgd.ocx" as "Run as Administrator" ??
Put it in a Batch file if necessary
-
September 11th, 2010, 01:02 AM
#6
Re: Error 339: component "MSHFLXGD.OCX" or one of its dependencies not currently regi
 Originally Posted by George1111
May be a silly question
You did run the "regsvr32 mshflxgd.ocx" as "Run as Administrator" ??
Put it in a Batch file if necessary
from a USER ACCOUNT! FAILS every time
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|