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
The global default config file for LINQPad 5 queries is LINQPad.config.
You could also try putting it into the config file specified in the connection dialog.
Yes it was in the .config file in the connection dialog already.
I don't see a file called LINQPad.config, only LINQPad.exe.config.
You need to create a file called LINQPad.config - this is used by queries rather than the host process.