I'm trying to run a standalone web services server which uses the Windows Web Services (WWS) API. It runs fine on Windows 7 and 8, but does not run in the Win81. SE environment. It claims that the "webservices.dll" is missing. However, that DLL is present in /Windows/System32. (I have the same problems with Win7 SE). I'm building it as "OS in RAM".
Having read about problems online, it was claimed that a fix might be to install the Windows Live Apps and I fetched the installer, but that fails to run claiming that it's missing "cabinet.dll". Again, this can be found in /Windows/System32. The path definitely includes /Windows/System32, so I'm at a bit of a loss to know how to get around this. It's for an urgent project that needs to run from USB.
Any ideas how to fix this?
Regards
Kevin