I’m getting the following error:
Internal compiler error. See the console log for more information. output was:
Unhandled Exception: System.TypeLoadException: Could not load type 'System.Reflection.AssemblyConfigurationAttribute' from assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0
at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0
I’ve reinstalled .NET framework, and then reinstalled Unity. What else can I try? How do I reinstall whatever installs “System.Reflection”?
Thanks.