sydnkosi
New member
- Joined
- Apr 18, 2023
- Messages
- 2
- Programming Experience
- 3-5
This is the error I get when I try to run the service, the console window just flashes, opens and close same time and not stack trace in Event Viewer
The projects targets .NET Core 2.1 which is installed on the machine, and I can locate the runtime 2.1.30 in C:\Program Files\dotnet\shared\Microsoft.NETCore.App
'Kyc.Server.Service.AddressVerification.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.30\System.Private.CoreLib.dll'.
Exception thrown: 'System.ArgumentException' in System.Private.CoreLib.dll
The program '[25540] Kyc.Server.Service.AddressVerification.exe' has exited with code 2147516553 (0x80008089).
The projects targets .NET Core 2.1 which is installed on the machine, and I can locate the runtime 2.1.30 in C:\Program Files\dotnet\shared\Microsoft.NETCore.App
'Kyc.Server.Service.AddressVerification.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.30\System.Private.CoreLib.dll'.
Exception thrown: 'System.ArgumentException' in System.Private.CoreLib.dll
The program '[25540] Kyc.Server.Service.AddressVerification.exe' has exited with code 2147516553 (0x80008089).