more G-Labs products

Author Topic: TESTING RELEASE  (Read 196240 times)

February 14, 2017, 04:56:00 PM
Reply #855

Doc

  • *
  • Information
  • Newbie
  • Posts: 8
Thanks bkenobi all working now.

May 30, 2017, 09:54:22 AM
Reply #856

pim555

  • ****
  • Information
  • Sr. Member
  • Posts: 143
All, fyi,

Recently did a clean install of r525 on RPI3, latest Jessie release, Mono 3.2.

I started to get a lot of runtime errors in various programs, all seemed to be "Collection was modified; enumeration operation may not execute."

I did an upgrade of mono from 3.2 to 5.x and all seems to be running fine again (fingers crossed)!

Btw, instructions for upgrading mono below:

# Update Mono
#
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian raspbianjessie main" | sudo tee /etc/apt/sources.list.d/mono-official.list
sudo apt-get update

sudo apt-get install mono-devel