ErikEJ/SqlCeToolbox

NullReferenceException on creating new SQLite connection

vasiliy-a-kuznetsov opened this issue · 3 comments

Describe what is not working as expected.

Steps to reproduce

Right-click "Data Connections" and select "Add SQLite connection..." option. Error dialog is shown with NullReferenceException. Dialog content is attached.
22-01-2023 01-22-21

Further technical details

Toolbox/Power Tools version: Toolbox v4.8.761.0
Further details attached
22-01-2023 01-26-12

Database engine: SQlite

Visual Studio or SSMS version: VS 2022 (17.4.4)

This looks like a WPF issue, make sure .NET Framework is up to date, and try to go to options and disable: "Autmoatically adjust client experience..."

Thanks for the quick follow-up.
The issue was solved by itself after a reboot of the PC, so I'm happy; anyhow, decided to let you know about it in case you want to add another isnull just in case.

Where would I add an is null ?? The error does not happen in my code.