Generaly you can use LLBLGen Pro v.2 to generate projects that target dotNet Framework 2 (VS 2005), dotNet Framework 1.1 (VS 2003) and/or dotNet Framework 1.
Required for PostgreSql: the Npgsql provider, available at the PostgreSql website. LLBLGen Pro comes with the Npgsql .NET provider dll for .NET 2.0 as the Npgsql provider doesn't install itself in the GAC. To use the generated code in your own project, be sure to either download the latest Npgsql .NET provider for .NET 1.x or .NET 2.0, depending on the target platform of your code.
I cant use the version the came with the LLBLGEN demo, VS2003 refuses to accept it as a reference.
That's because it's a .NET 2.0 dll.
I am getting a runtime error with the demo version of LLBLGEN when trying to retrieve data.
System.IO.FileLoadException: The located assembly's manifest definition with name 'Npgsql' does not match the assembly reference.
Please make sure the application does reference the latest version of Npgsql version available. (remove and re-add the project reference)