-
Re: SQL Server Compact - Error The database file is larger than the configured maximum database size
There's an option in the connection dialog to specify the maximum database size. Set that to 4091 and it should allow for the largest database that CE can support.1 · -
Re: Unable to install pre-release packages from private NuGet server
I believe I've identified the problem. Try the latest LINQPad 6 beta: https://www.linqpad.net/LINQPad6.aspx#beta (If you already have an earlier LINQPad 6 beta, it will automatically update.) Let me …1 · -
Re: LINQPad6 - SQL Table not recognized - CS0246 The type or namespace name....
The collection is pluralized; the class name is singular. If you find this confusing, you can disable pluralization in connection properties. See the "5-minute induction" for more info.1 · -
Re: Unable to install pre-release packages from private NuGet server
This is possible if you search by ID. Type "id=…"1 · -
Re: Support .NET 5.0 Preview 1 in LINQPad 6?
This feature has been implemented but is currently disabled because of a weird assembly resolution issue. I'm concerned that such problems might worsen with subsequent 5.x releases, and that it might…1 ·