You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Sunday, July 29th 2018, 4:49am
This post has been edited 3 times, last edit by "Ganelon" (Jul 29th 2018, 9:44pm)
Source code |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
C:\Program Files\aquasuite>C:\Windows\Microsoft.NET\Framework64\v4.0.30319\installutil.exe AquaComputerService.exe Microsoft (R) .NET Framework Installation utility Version 4.7.3056.0 Copyright (C) Microsoft Corporation. All rights reserved. Running a transacted installation. Beginning the Install phase of the installation. See the contents of the log file for the C:\Program Files\aquasuite\AquaComputerService.exe assembly's progress. The file is located at C:\Program Files\aquasuite\AquaComputerService.InstallLog. Installing assembly 'C:\Program Files\aquasuite\AquaComputerService.exe'. Affected parameters are: logtoconsole = assemblypath = C:\Program Files\aquasuite\AquaComputerService.exe logfile = C:\Users\Corwin\AppData\Local\Temp\AquaComputerService.InstallLog An exception occurred while trying to find the installers in the C:\Program Files\aquasuite\AquaComputerService.exe assembly. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Aborting installation for C:\Program Files\aquasuite\AquaComputerService.exe. An exception occurred during the Install phase. System.InvalidOperationException: Unable to get installer types in the C:\Program Files\aquasuite\AquaComputerService.exe assembly. The inner exception System.Reflection.ReflectionTypeLoadException was thrown with the following error message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.. The Rollback phase of the installation is beginning. See the contents of the log file for the C:\Program Files\aquasuite\AquaComputerService.exe assembly's progress. The file is located at C:\Program Files\aquasuite\AquaComputerService.InstallLog. Rolling back assembly 'C:\Program Files\aquasuite\AquaComputerService.exe'. Affected parameters are: logtoconsole = assemblypath = C:\Program Files\aquasuite\AquaComputerService.exe logfile = C:\Users\Corwin\AppData\Local\Temp\AquaComputerService.InstallLog An exception occurred while trying to find the installers in the C:\Program Files\aquasuite\AquaComputerService.exe assembly. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Aborting installation for C:\Program Files\aquasuite\AquaComputerService.exe. An exception occurred during the Rollback phase of the System.Configuration.Install.AssemblyInstaller installer. System.InvalidOperationException: Unable to get installer types in the C:\Program Files\aquasuite\AquaComputerService.exe assembly. The inner exception System.Reflection.ReflectionTypeLoadException was thrown with the following error message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.. An exception occurred during the Rollback phase of the installation. This exception will be ignored and the rollback will continue. However, the machine might not fully revert to its initial state after the rollback is complete. The Rollback phase completed successfully. The transacted install has completed. The installation failed, and the rollback has been performed. |
Were you able to narrow the problem down? What did you do to make it work? We cannot reproduce the error at this time.
Source code |
|
1 |
sc create AquaComputerService start= auto binPath="c:\Program Files\aquasuite\AquaComputerService.exe" |
Call me crazy, but it might be effective to put out a hotfit where pressing the "run service" button just runs that command in windows cmd.Were you able to narrow the problem down? What did you do to make it work? We cannot reproduce the error at this time.
I re-installed Aquasuite again, and then ran the following in windows command prompt as an admin:
Source code
1 sc create AquaComputerService start= auto binPath="c:\Program Files\aquasuite\AquaComputerService.exe"
It's consistently working, however; Aquasuite still alerts me that the service is not running (it is).
This quick temp. trick fix is not the way to go, Aquasuite needs to be fixed properly by AQCall me crazy, but it might be effective to put out a hotfit where pressing the "run service" button just runs that command in windows cmd.Were you able to narrow the problem down? What did you do to make it work? We cannot reproduce the error at this time.
I re-installed Aquasuite again, and then ran the following in windows command prompt as an admin:
Source code
1 sc create AquaComputerService start= auto binPath="c:\Program Files\aquasuite\AquaComputerService.exe"
It's consistently working, however; Aquasuite still alerts me that the service is not running (it is).
This post has been edited 1 times, last edit by "Dundys" (Jul 30th 2018, 8:23pm)
This quick temp. trick fix is not the way to go, Aquasuite needs to be fixed properly by AQ
This quick temp. trick fix is not the way to go, Aquasuite needs to be fixed properly by AQ
Well of course; but in the meantime it looks like a lot of people are experiencing this issue and there's no telling how long it will take them to roll out the fixed version. At the moment they can't even reproduce the issue. As kludgy as the fix is, it seems to work fine, so I don't see an issue with using it as a built-in hotfix so people don't have to find this thread themselves.
This post has been edited 1 times, last edit by "Dundys" (Jul 31st 2018, 3:09pm)
-