Home
Options

Issue with test connection and Firebird

I've got a .net 4.8 typed data context to work with LinqPad 5.44.02, but there's one small issue.
When I setup the connection with

when I click on the test button I get

The provider factory is configured in linqpad.exe.config and lprun.exe.config (just to be sure)

    <system.data>
        <DbProviderFactories>
            <remove invariant="FirebirdSql.Data.FirebirdClient" />
            <add name="FirebirdClient" description="FirebirdClient" invariant="FirebirdSql.Data.FirebirdClient" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient" />
        </DbProviderFactories>
    </system.data>

and the connection otherwise works fine. It's just the test button that fails.

Is this a bug or do I need to fix something?

Comments

Sign In or Register to comment.