-
Re: linqPad IWebdriver want to connect to Mysql ?
Change connection (at the top right) to none (View Post) -
Re: (Bug?) Exception from Linqpad, running to completion in Visual Studio/Command Prompt
I don't have 'Microsoft.ACE.OLEDB.12.0' on my machine, so I can't test this properly but looking at the files included in Helper.7z you have two copies of System.Diagnostics.PerformanceCounter.dll an… (View Post) -
Re: Benchmark stuck on "Waiting for first iteration to complete..."
Has to be a C# program rather than C# Statements. Example. #load "BenchmarkDotNet"public UserQuery() : base (LINQPad.Util.CurrentCxString) { }void Main(){ RunBenchmark();}[Benchmark]public … (View Post) -
Re: export Excel
Are you using the same 32-bit or 64-bit architectures for both 5 and 7 and is your Excel 32 or 64 bit? Most of the problems with com objects that I have seen were due to a bit-ness issues. AFAIK Linq… (View Post) -
Re: Util.RawHtml and input box
Am I missing something? What's wrong with just using the standard LinqPad Textarea control? (View Post)