-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when starting a Windows 10 application #72
Comments
Hi @garfildalex6, do you have the .NET 8 runtimes installed on your system? Can you share the output of this command? |
Hi, @drebrez . Thanks for your help! Here is the output of the command: |
Hi, @drebrez . Thanks for your help! |
Hi @garfildalex6, I just tried on a fresh windows installation and figured out. As I can see from your screenshot you installed the ".NET Desktop Runtime", for this application you also need to install the "ASP.NET Core Runtime". You can download it from https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-8.0.11-windows-x64-installer or you can install it with Please report back if it works after installing the correct runtimes so that I'll update the Readme to properly explain what are the requirements. Thanks |
Hello @drebrez Thank you for your help. The application now starts. |
Good afternoon.I have a problem launching the application. It won't start at all
Logging:
2024-11-25 21:20:59.824|18736|INFO|electron|Starting SQL Schema Compare v2024.8.1
2024-11-25 21:21:00.210|18736|INFO|electron|Starting service C:\Users\test\AppData\Local\Programs\SQL Schema Compare\bin\TiCodeX.SQLSchemaCompare.UI.exe (25436)
2024-11-25 21:22:42.671|18736|ERROR|electron|Unable to contact service (ERR_CONNECTION_REFUSED)
Originally posted by @garfildalex6 in #65 (comment)
The text was updated successfully, but these errors were encountered: