|
|
Browse by Tags
All Tags » .NET » alias (RSS)
-
My db4o (version 6.0) database is storing .NET (C#) objects. I needed to be able to read data from another C# app, but because the assembly names were different, it couldn't find my objects. So I read up on ''Aliases''.
I set up my alias per the example:
// Using a different local .NET assembly
...
|
|
|