Vs2017 15.5.2

Unresolve System namespace using Visual Studio 2017 15.5.2.
(Maybe… Visual Studio change behavior)

It’s work-around.

  1. Get mscorlib.dll from GHIElectronics.TinyCLR.Core.0.6.0.nupkg. (unzip)
  2. Rename mscorlib.dll to TinyCLR.Core.dll and add reference in own project.
  3. Copy mscorlib.dll to execute folder. (i.e. bin/Debug)
1 Like

Also see my post here: Prize BrainPad, Trouble using MS Studio Visual and TinyCRL Project System - #4 by John_Brochue

1 Like

Oh, Nice !!!