Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems in XP 64 bits
Message
From
15/05/2006 13:05:54
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
13/05/2006 20:29:42
Fernando España
Alta Tecnologia En Informatica
Guatemala, Guatemala
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Miscellaneous
Thread ID:
01121717
Message ID:
01121942
Views:
12
Hi Fernando,

This is from the web connection help.
The Web Connection ISAPI DLL is a Win32 DLL and cannot load in a 64 bit environment. If you do you'll get an error:
%1 is not a valid Win32 application

The problem here is that wc.dll is compiled as a Win32 DLL and does not have a Win64 signature. To work around this you must enable 32 bit support for Application Pools on Windows Server 2003 which can be accomplished with the following command line:

cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1

This option enables 32 bit operation for the IIS worker processes and allows for both 64 bit and 32 bit DLLs to be loaded. 

For more info please see the following Microsoft KB Entries:

http://support.microsoft.com/default.aspx?scid=kb;en-us;895976

http://support.microsoft.com/?id=894435
>using web connections in my windows 2000 server with sql server 2005 and reporting services my applications works fine, fast and scure.
>
>but, when a need to move for x64 plataform, i'm using
>windows xp 64 bits environment for my tests and wc connect do not work
>only the http://localhost/wconnect main page works any call to wc.dll
>do not work, no error display only page not found and the calls to demo server do not make nothing. how can I solve this problems, thanks.
>
>sorry for my english.
Previous
Reply
Map
View

Click here to load this message in the networking platform