IL Tab for "Connected" Queries
When I have a script that is connected to (local).Northwind. It is one line:
Console.WriteLine("Hello World");
When I click on the IL tab I get an error:
Could not load file or assembly 'file:///C:\Users\UserName\AppData\Local\Temp\1\LINQPad\asmwemhn\emkdse\TypedDataContext_iibmol.dll' or one of its dependencies. The system cannot find the file specified.
LINQPad Version is 4.44.08
Console.WriteLine("Hello World");
When I click on the IL tab I get an error:
Could not load file or assembly 'file:///C:\Users\UserName\AppData\Local\Temp\1\LINQPad\asmwemhn\emkdse\TypedDataContext_iibmol.dll' or one of its dependencies. The system cannot find the file specified.
LINQPad Version is 4.44.08
Comments
-
More Info, I see the dll file it is looking for but it is in a directory one level higher:
C:\Users\UserName\AppData\Local\Temp\1\LINQPad\asmwemhn\TypedDataContext_iibmol.dll -
Good spot - this is now fixed in the latest beta:
http://www.linqpad.net/beta.aspx -
Thanks Joe!