Search code examples
c#db4o

db4o error "Unexpected char '@'"


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.


Solution

  • 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.