NuGet Package Sources
Hi, I'm trying to use the Add NuGet package reference feature in the latest LINQPad 4 beta and I'm having an issue I believe is related to resolving package dependencies across multiple package...
View ArticleLINQToExcel Namespace Trouble
Hi all,I am trying to use LINQ to Excel. When writing the line "var SID = from p in excel.Worksheet()" the system gives me back the following error "The type or namespace name 'SourceId' could not be...
View ArticleError: The type initiliaizer for "Linqpad.TempFileRef" threw an exception
I installed Linqpad for a colleague on windows XP SP3, net 4.0 installed. When trying to run any kind of code (simple Console.Writeline) I get:Error: The type initiliaizer for "Linqpad.TempFileRef"...
View ArticleUpdating SQL database values based on REGEX matching
I'm attempting to filter results based on a matching regex, then update those results.Something likevar list = from p in Productsselect p;var test = list.AsEnumerable();Regex r = new...
View ArticleHow is "Upload to instant share" used
How is the new "Upload to instant share" used? How to retrieve or see the query I shared?Thanks,Salil
View ArticleChange in license? Will it affect me if I upgrade to premium?
My colleague just pointed out to me that the license seems to have changed "Purchase this month and you'll get three bonus activations for use on virtual machines,". I believe it used to be 3 virtual...
View ArticleLINQPad not releasing memory
I get frequent out of memory exceptions. Those are my fault as to big queries are run and I can fix them. However I realized that if the script exits with an out of memory exception, LINQPad does not...
View ArticleError: Object reference not set to an instance of an object
Hello,I am trying to create a new connection using "Entity Framework DbContext (4.1/4.2/4.3/5.0)"When I select the assembly DLL (which shows me my DbContext) and then click Test (or OK) it gives me the...
View ArticleNo Lamba syntax shown if .ToList() is used
A query like (from r in Customers where r.City == "London" select r).Dump();show the lamba syntax of Customers .Where (r => (r.City == "London")) but nothing is shown for the following query (from r...
View ArticleGetting a Oracle Exception
I'm not sure if this a problem with how I have written the LINQ query or if it is a bug with LINQPad, but I have the following: from system in MonitorSystemsselect new{ Id = system.ID, Name =...
View ArticleVB Autocompletion and #include "linqpadfile.linq"
Hi ppl...Just waiting for VB Autocompletion (intellisense)and also the ability to include several "linqpadfiles.linq" into a "linq.file" (reuse code)to buy a license...When can we get these two...
View ArticleExtension Method Debugging
I found a problem when debugging a file that has extension methods in it. What happens is that I have a C# Program and an extension method is properly defined, works fine under normal circumstances....
View ArticleProblem with List
Hi,Why do I get a wrong result for this simple code in LINQPad?List<int> toSearch= new List<int>{100,199,95};List<string> assets = new...
View ArticleIQ Driver - handling varchar fields in Oracle
Hi,I'm using the latest version of the IQ Driver (v2.0.7) & connected to an Oracle database.I'm doing a simple query like so:from s in Stuffwhere s.Name == "john"select sBut I get the following...
View ArticleLINQPadDbConnection vs. SqlConnection
I'm using Entity Framework Model First and LinqPad is fine by reading in the Model Entities with a successful connection to the repository dll. That's fine for design...then I try to execute the query....
View ArticleLoadAssemblySafely doesn't seem to be shadow loading
The assembly specified in CustomAssemblyPath is shadow loaded but another required assemblies that the LLBL driver loads via LoadAssemblySafely are not. Happens in v4.42.1 and v4.43.04.This maybe...
View Article4.42.10
Currently running 4.42.06, the vNext Beta shows 4.43.x, the custom driver docs say 4.42.10. I am unable to find 4.42.10 and the check for updates says I have the latest version. I have a Premuim...
View ArticleWinRT version?
Any chance to have a WinRT version of LinqPad? It would be nice to be able to code on a Surface RT or any other Windows RT tablet :)
View ArticleMultiple databases - cannot seem to get anything to work.
Hi,I've just upgraded my pro licence to premium to be able to execute against multiple databases.I've tried control + drag a connection name into the query window. And also the 3 part name.But I cannot...
View ArticleHow do I preconfigure additional references and namespaces for my users of...
I would like to be able to run a "installation" at least once to allow the set up of a set of assemblies as additional references and namespaces for my users, without having them press on F4 and having...
View Article