Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Regsvr32 On Windows Server 2008 64-Bit Won't Work

Status
Not open for further replies.

VFPDev

Programmer
May 23, 2010
2
US
I have a DLL built with VFP9 SP2 on a Windows 7 64-Bit machine. I need to register it on a Windows Server 2008 64-bit machine. I have tried copying the files to the SysWow64 folder (as everything I have found on the internet tells me to do), running the CMD as an Administrator, and moving to the SysWow64 folder to run the regsvr32 command there, but it does not work. I get the following error message:

"may not be compatible with the version of Windows that you're running. Check if the module is compatible with an x86 (32-bit) or x64 (64-bit) version of regsvr32.exe."

I have successfully registered the DLL on other 2008 servers, but just can't do it on this one.

Any help or advice is GREATLY appreciated!

Dee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top