I am attempting to launch Foxisapi in debug mode by following the
instructions in Article ID: Q156223
I am getting the following message:
FOXISAPI call failed
Progid is: bulkM.x2
Method is: eval
parameters are:
Invoke failed with err code 80020009: Exception occurred.
I can actually run the server as a normal foxisapi application, it returns
pages and every thing works fine. I wanted to try out getting to an
interactive foxpro session.
If I go into foxpro and run the following:
oServer=CREATEOBjECT("VisualFoxPro.Application")
oServer.EVAL( [oDebug("bulkM.x2.Method('lcFormVars','lcIni',0)")] )
Another session of foxpro will load and the oDebug.prg is loaded.
I was thinking that maybe foxisapi does not have the access rights to load
VisualFoxPro.Application.
Within DCOMCNFG I cannot find an entry for VisualFoxPro.Application but I
have set the default launch & access permissions for IUSR & IWAM. I have
set permissions on the vfp directory for read & write for IUSR.
Any ideas?