DavidHollman

Results 33 comments of DavidHollman

Hi @gsvit, thanks, that does seem to clarify things a bit. I wasn't aware of the "frozen" status of the original project or whether this project was made up of...

@KeRNeLith thanks very much for writing up the history & your explanation. That is much more clear now. I appreciate your time & help.

This question on SO seems to be a result of this issue: [https://stackoverflow.com/questions/39980840/sqlite-using-dapper-error-parsing-column-unable-to-cast-object-of-type-system](https://stackoverflow.com/q/39980840/3195477)

Little example of why this is a problem in my case. In one sqlite table, a column has values like this: ``` field123 -------- 70.1 70 69.8 ... ``` Since...

If you use a SQL CAST() on the column having the problem, you can work around this issue. This has been mentioned elsewhere but not yet in this issue, FYI...

Note this more recent comment on another thread which clarifies the licensing of the versions around 3.8: https://github.com/xceedsoftware/wpftoolkit/issues/1557#issuecomment-1883384700 > 3.6.0 and before are MS-PL. > 3.7.0, 3.8.0 and 3.8.1 were...

I was about to leave the same comment. +1 :)

Thanks, I appreciate the clarifications!

Maybe this is what you are looking for: https://stackoverflow.com/a/3302580/3195477 Summary: > Set [TargetNullValue](http://msdn.microsoft.com/en-us/library/system.windows.data.bindingbase.targetnullvalue.aspx) to string.empty on the Binding and it will convert the empty string to null,

How come certain XAML2009 features do actually seem to work in markup compiled XAML? I know the documentation states this is not the case, but for instance I have had...