Trouble installing pre-built database using Xamarin and C#

The dictionary entries in your attachments dictionary need to have keys that correspond to the correct filename. I think it is likely that you are changing “correct_name.blob” to “my.namespace.prefix.correct_name.blob” when you add them as embedded resources since that is what GetManifestResourceNames() returns. Could you check on that?

1 Like