-
Re: SqlConnection not working in LinqPad 7
You will also need to either check the "Reference LINQ-to-SQL assemblies" option in the Query Properties dialog, or add a NuGet reference to the System.Data.SqlClient (or Microsoft.Data.Sql…1 · -
Re: NotSupportedException for tables with column of type Date as part of composite primary key
This should now be fixed in 7.4.1. Let me know if it's still an issue.1 · -
Re: LINQPad 7 beta stream auto update not working
Does the following query succeed, and if not, do you get a helpful exception? new System.Net.WebClient().DownloadData("http://www.linqpad.net")1 · -
Re: How do I return the focus back to the editor after running the code?
It's possible that the issue is intermittent. In any case, I'm hoping to roll 7.3.9 out to RTM fairly soon, so there will be a permanent fix.1 · -
Re: LINQPad 7 Unable to load service index for source
As far as I can see, the "GetMethodFromAppDomainStorageOrReflectionOrThrow" method is not part of .NET. If you do an Internet search on this, the only thing that comes up is references to t…1 ·