DB4O appears to be chocking on a string that has the "@" symbol in it. The error message I am getting is "Unexpected char '@'." Does anyone know what causes this? I've done research on Google and did not find any work arounds or explanations for the behavior.

link|improve this question

79% accept rate
Show us some code please. – Otiel Dec 4 '11 at 14:00
Yes, code would be nice. And what version of db4o are you using? Are you using an embedded server or client/server? – Bob Horn Dec 4 '11 at 14:48
feedback

1 Answer

up vote 2 down vote accepted

The exception was actually being caused by the name of the assembly. Any char like &, : or @ causes db4o to fail, even though .NET doesn't seem to mind the @ in the assembly name.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.