-
Re: Mismatch dll reference between autocompletion and executing
Yes, I'll look into it. Intellisense should also use the version in the LINQPad folder (and warn you about the double.)1 · -
Re: Missing Method Exceptions
I've just uploaded another beta that automatically generates binding redirects for FSharp.Core. This should fix the problem in the sample query.1 · -
Re: Activation via proxy in big infrastructure
The URLs used for activating LINQPad are http://www.linqpad.net/licensing/* If you whitelist the above, you should be able to work around the authentication issue.1 · -
Re: support for CREDENTIALPROVIDERS for nuget in LinqPad
LINQPad feeds your proxy credentials to the NuGet library using the following code: static void SetupProxy () { if (_proxySetupDone) return; _proxySetupDone = true; // Set up proxy handling for v3 so…1 · -
Re: Timeout trying to connect to a database
LINQPad calls dbo.sp_MShasdbaccess to populate the dropdown list. What happens in SSMS if you execute dbo.sp_MShasdbaccess?1 ·