PDA

View Full Version : ActiveX and Windows XPE


Vindic
April 16th, 2008, 12:24 AM
Hi, in a Multimedia Player Project we want to add a PDF Player so we think to use your ActiveX but we encounter some problem when we try to launch our Project under Windows XPE. The soft return the following error:
Error 14007:Requested lookup key was not found in any activation context.

This error append when we use FoxitReader.Create(...) function so if you have any idea of that could be the problem...

Thanks in advance.

jinming_wang
April 16th, 2008, 02:52 AM
Try the shell command under Windows Command Line:
regsvr32 /u OCXPathName
regsvr32 OCXPathName

Vindic
April 18th, 2008, 02:11 AM
Thanks for your answer my problem was solved.