Guy wrote:
Requirements on the main page state support for v1.0 and 1.1 of .NET, but actual support appears to be for 1.1 only.
No, the designer is .NET 1.1, as .NET 1.0 was too buggy for gui development to make it runnable on .NET 1.0.
However the generated code and the runtime libraries are for .NET 1.0 and .NET 1.1: Only the firebird DQE is .NET 1.1 only. So if you want to run your generated code on .NET 1.0, or work with vs.net 2002, you can perfectly use teh generated code and the runtime libraries: select the .NET10 versions.
The designer requires .NET 1.1, so install the .NET 1.1 framework to run the designer. This can be done on a system with vs.net 2002 and .NET 1.0 installed, as you can install them side by side.