Latest update spawned weird errors in my console.

Ever since the update there are 2 errors now that show up randomly in my console…

“ReflectionTypeLoadException: The classes in the module cannot be loaded.
System.Reflection.Assembly.GetTypes ()”

and:

“ArgumentException: Getting control 0’s position in a group with only 0 controls when doing Repaint
Aborting
UnityEngine.GUILayoutGroup.GetNext ()”

The game plays just find despite these strange errors. I’ve spent a couple hours trying to fix this and looking for answers to no avail. I’m not using any OnGUI functions, it’s all Unity 5 visual Canvas editing. Note too that nothing was changed in my canvas between 5.0.0 and 5.0.1. Does anyone know what could be causing these?

For anyone checking this out in future land, reinstalling Unity fixed the issue!