electroly / sqlnotebook

Casual data exploration in SQL
https://sqlnotebook.com
MIT License
596 stars 35 forks source link

Error running installed and portable version #42

Closed yaba closed 2 years ago

yaba commented 2 years ago

In a machine with Windows 7, SP1, x64 throws the following error: Missing "api-ms-win-core-winrt-l1-1-0.dll"

electroly commented 2 years ago

Hi @yaba, thank you for the report. I will investigate this error.

electroly commented 2 years ago

Thanks again for this report. I have released version 1.0.1 which should fix this issue. Take note of the special Windows 7 requirements linked from the release page; you must install hotfix KB2533623 if you don't have it already. Please let me know if this new version fixes the issue for you.

yaba commented 2 years ago

Thanks @electroly, it's working now.