-
Re: "Fetching schema" message when no database code is being exercised
Regarding emailing you when a reply is posted, try Edit Profile > Notification Preferences.1 · -
Re: Macro to identifier LINQPad/Visual Studio?
#if LINQPAD (all uppercase.) You can add #if NETCORE to determine whether you're running LINQPad under .NET Core (i.e., LINQPad 6 rather than LINQPad 5).1 · -
Re: "Fetching schema" message when no database code is being exercised
In the toolbar, there's a dropdown for the connection. If you set that to something, it will try to fetch the schema for that database. I can only guess that you might have accidentally set this. You…1 · -
Re: Code sample for C# nutshell book 7th edition not in LINQPad paid.
Click "View/download more samples", and then choose the C# 7 in a Nutshell library.1 · -
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 ·