And you are using latest preview4 release?
preview 4 not on nuget
Not sure what you mean. http://new-docs.ghielectronics.com/software/tinyclr/downloads.html
Got it. And updating
Updated to libraries preview4, tinyclr config preview4, tinyclr visual studio project preview4, and firmware v2.0.0.40000 (preview4).
But get:
Tristan, you have forgotten to update the firmware !! The message pretty clearly says that… Scroll a little bit past the libraries and the font converter…
Do I need to install a new version of firmware ?
yes, you need firmware 2.0.0.40000 if use nugets preview4
I am at 2.0.0.40000Preview4.
See above for the error I get
firmware which you can see from TinyCLR Config there is no 2.0.0.40000Preview4. There is only “2.0.0.40000”.
If firmware and nugets match then you need to go to your project folder, you will see a folder called “package”, delete whole that folder.
Switch to your VS, click on clean build button and rebuild again.
Sometime it raise few hundred error, just click rebuild few times.
The TinyCLR Config does not ‘update to latest’ It asks for a path. I have downloaded the firmware from the downloads page ( [v2.0.0.40000 (preview4) I select the path of the downloaded file and click Update Firmware. The result:
When I do a build, I get this error:
Firmware and mscorlib don’t match
did you re-install TinyCLR OS vsix?
there is only 2 thing if mscorlib:
- TInyCLR OS vsix is not preview4
- cache: need to delele package folder as i mentioned abvoe.
assuming you use right nugets.
Not reinstall, did you install preview 4?
I Installed preview 4. In this order:
- downloaded library v2.0.0-preview4. Unzipped to local folder.
- downloaded firmware v2.0.0.40000 (preview4)
- downloaded TinyCLR Config preview4.ghi)
- installed TinyCLR Config.
- used TinyCLR Config to update firmware
- Updated packages in each project in the solution to preview 4 from local files
- noticed I forgot VS Project System so downloaded and installed
Did you delete the “package” folder as I mentioned?