AnyCPU LinqPad5 build creates error: AppData/local/temp/LinkPad5/System.Value.Tuple missing
Hi,
After removing the 'normal' linkpad5 and installing the anycpu version, I'm getting this System.Value.Tuple missing.
Pressing F4 doesn't add information because the dll is not installed in that location. And I cannot find it in the new linkpad folder in Program Files nor in the windows/microsoft.net folder or either of the program files folders.
Where is it supposed to be? And is this a Microsoft dll I should be able to find on my system in any case?
Thanks,
Kimball Johnson
After removing the 'normal' linkpad5 and installing the anycpu version, I'm getting this System.Value.Tuple missing.
Pressing F4 doesn't add information because the dll is not installed in that location. And I cannot find it in the new linkpad folder in Program Files nor in the windows/microsoft.net folder or either of the program files folders.
Where is it supposed to be? And is this a Microsoft dll I should be able to find on my system in any case?
Thanks,
Kimball Johnson
Comments
What does the following query return?
typeof (int).Assembly.GetType ("System.ValueTuple") == null