The error is, "mnaTestserver.setserverproperties()- Could not load FoxInCloud Application host or class awAppHost is invalid".
Looks like mnaSets.prg is not in Set('Path')
Current version of FoxInCloud Adaptation Assistant (FAA) does all the installation work automatically. You may try it.
Otherwise, please post your mnaTest.prg source code
Second, I also tried to install on a Windows 7 virtual machine running in Oracle virtual box. The path was shown as
C:\Program Files (x86)\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualFoxpro\9.0\Setup\VFP\ProductDir\
FoxInCloud Application Server (FAS) installation package forces install to VFP9 installation directory found in registry (this is necessary to synchronize FAA and FAS file installations).
thus you can't change where FAS is installed.
Looks like installShield has mixed up a physical address (C:\Program Files (x86)\) and a registry key entry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualFoxpro\9.0\Setup\VFP\ProductDir\)
Hi,
I am a vfp programmer and interested to use FoxInCloud server. I am new to IIS but manage to setup webconnection on my laptop (win 7 64bit Ultimate edition) and it was working fine before at port 80. Now I am trying to configure FIC server at port <nnnn>. I followed instructions given in "How-to-awserverDev-en.pdf" but unfortunately still not able to run FIC server properly.
The error is, "mnaTestserver.setserverproperties()- Could not load FoxInCloud Application host or class awAppHost is invalid".
Can you please help me setup FIC server properly?
Second, I also tried to install on a Windows 7 virtual machine running in Oracle virtual box. The path was shown as
C:\Program Files (x86)\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualFoxpro\9.0\Setup\VFP\ProductDir\
and there was no option to change this to correct one. As a result, at the end of the installation, FIC server showed an error that It can not start VFP 9.0.
Thanks
Naeem