Sie sind nicht angemeldet.
Sonntag, 29. Juli 2018, 04:49
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »Ganelon« (29. Juli 2018, 21:44)
![]() |
Quellcode |
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. |
![]() |
Quellcode |
1 |
https://forum.aquacomputer.de/weitere-foren/english-forum/108442-new-aquasuite-2018/? |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Dundys« (29. Juli 2018, 14:25)
Were you able to narrow the problem down? What did you do to make it work? We cannot reproduce the error at this time.
![]() |
Quellcode |
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:
![]()
Quellcode
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:
![]()
Quellcode
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).
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Dundys« (30. Juli 2018, 20:23)
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.
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Dundys« (31. Juli 2018, 15:09)
-