Should I give up? (LiteDB)
-
Hello, I've been trying to get my old DB file opened and extract what's inside, I used LiteDB Studio to view it but I encountered an issue
I tried to find if there's a way to edit db and change the index id because I think that's the issue here but to no avail, So please if anyone has an idea of how to fix this or has encountered this error before please inform me, Thanks in advance.
-
If you are generating your own id, make sure you include [BsonId(false)] attribute to your ID property, else LiteDB will try to assign it a value and cause it to have duplicate key.
-
@Why001 I've no idea what to do, I don't know how to generate a ID, the I just opened the OpenBullet DB file with LiteDB and I've got this.
-
Hey @Muayyad1999 I don't know too much so sorry should see with Ruri
-
Thanks @Why001