Page 1 of 1

Dragging datasource to form results in NullReferenceException

Posted: Mon 09 Nov 2015 14:06
by crstephan
Hi,

Using VS2015 in Win 10 for a C# WPF project, I have configured a SQLite datasource via dotConnect Pro 5.3.521.0 (trial). I can connect and preview the data without problem. However, dragging a datasource to my form immediately results in:

NullReferenceException: Object reference not set to an instance of an object.
StackTrace: at Devart.Common.d.d()
InnerException: None

Help is greatly appreciated!

Re: Dragging datasource to form results in NullReferenceException

Posted: Tue 10 Nov 2015 09:43
by Shalex
dotConnect for SQLite doesn't include WPF Components (there are only Toolbox > Choose Items > .NET Framework Components). You can generate typed Devart DataSet using Tools > SQLite > DataSet Wizard in WPF application. But this dataset can be used only in run-time (for WPF).

We cannot reproduce NullReferenceException in our environment. We have asked for a test project by email.