http://code.google.com/p/dblinq2007/wiki/Installation
> Technical info: Postgresql 9, DbLinq-0.20.1, Npgsql2.0.11.
>
> So then, just of curiosity I also copied entire Npgsql into DBLinq.
> This time DBMetal reveal the reason why it couldn't load this library
> -- because it was compiled for newer version of runtime than DBMetal
> itself.
You should copy the .NET 3.5 assemblies into the DbMetal.exe directory, or edit DbMetal.exe.config so that the appropriate fully-qualified assembly name is listed (as per the "To run DbMetal" section, way #2).
- Jon
I didn't interpret your initial post as stating that. Sorry.
Could you rerun the DbMetal.exe command with the --debug option appended to the command line? This will print out the full stack trace of the error.
Thanks,
- Jon