I am new to LinqPad. I started using LinqPad5 and adding connection using 'use a typed data context from your own assembly' option. My entities are part of ASP.Net Core 1.0 website project. After download, I selected 'Entity Framework Core 1.1' driver, and then in 'Path to Custom Assembly' I selected the generated assembly for my web site. After selection it gives me following error:
Error loading custom assembly: Could not load file or assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I have tried selecting assembly from both bin\release\netcoreapp1.0 and bin\release\publishoutput folder but it gives the same error.