We have an application that installs and accesses a service on the machine.
System.ComponentModel.Win32Exception: The specified service does not exist as an installed service On a machine, it is Windows 7 x 64, it generates the following error Does:
User is an administrator user and I have installed it on some other windows without windows 7 x 64 machines.
This service is listed in services.msc, and is running under HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ services and 'Local System'.
I have installed and uninstalled several times, to ensure that this service was not installed properly / reinstalled, but the application still generates that error.
Any help would be appreciated!
I suspect that you are getting hit with WOW64 redirection - your EXE is a 32-bit EXE ?
Comments
Post a Comment