views:

36

answers:

0

I have a WPF app that lets the user select an image from a file dialog. The same app opens a SQLite database with Fluent NHibernate (auto mapping). I try to convert the image to byte array and save it, but for some reason it's not doing it and for some other reason I see my db file in the image folder.

Any one knows how to fix this?