Skip to content
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

Open
garfildalex6 opened this issue Nov 27, 2024 · 5 comments
Open

Crash when starting a Windows 10 application #72

garfildalex6 opened this issue Nov 27, 2024 · 5 comments

Comments

@garfildalex6
Copy link

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)

@drebrez
Copy link
Member

drebrez commented Nov 29, 2024

Hi @garfildalex6,

do you have the .NET 8 runtimes installed on your system?

Can you share the output of this command?
dotnet --info

@garfildalex6
Copy link
Author

Hi, @drebrez . Thanks for your help!

Here is the output of the command:
"dotnet" is not internal or external command, executable program or batch file.

@garfildalex6
Copy link
Author

Hi, @drebrez . Thanks for your help!
Now I have installed .NET.
The application still won't launch.

Command output:
image

@drebrez
Copy link
Member

drebrez commented Dec 2, 2024

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 winget install Microsoft.DotNet.AspNetCore.8.

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

@garfildalex6
Copy link
Author

Hello @drebrez

Thank you for your help. The application now starts.
Tell me, can your application work in this scenario: create a snapshot of the current schema, and later create a new snapshot and compare them so that the application generates sql code for migrating the schema?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants