-
Re: LINQPadChart does not contain a defintion for 'ToWindowsChart'
Not sure of how to get this working long term, but I can explain the inconsistency. The Method exists, but is in in LINQPad.Runtime.UI.dll which is embedded as a resource inside LinqPad.Runtime.dll a…1 -
Re: How to load an image in ImageList
Don't think you should be using any LinqPad objects. Try imglst.Images.Add("BackColor", System.Drawing.Image.FromFile(Path.Combine(absPath, "ChooseColor.bmp")));2 -
Re: how can I filter a list that is being returned by a stored procedure?
Don't know if there is a better way, but I have used AsDynamic() eg on the Northwind sample SalesbyYear(new DateTime(1900,1,1), DateTime.Now) .AsDynamic() .Where(a=>a.Subtotal > 10000) .Du…2 -
Re: SqlConnection not working in LinqPad 7
You need to add System.Data.SqlClient to your F4 NameSpace Imports as this is now longer added by default.1 -
Re: VirusTotal has 5 hits
Have they downloaded the wrong program? As far as I know Linqer has nothing to do with LinqPad, so you are unlikely to get an authoritative answer here and it might be better to ask at https://sqltol…2