Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: supaworst on June 25, 2013, 02:45:43 AM

Title: Compiler Error
Post by: supaworst on June 25, 2013, 02:45:43 AM
Hello,

i've just downloaded the last version of ngui and i'm getting this error:


Internal compiler error. See the console log for more information. output was:
Unhandled Exception: System.TypeLoadException: Could not load type 'System.Runtime.CompilerServices.ReferenceAssemblyAttribute' from assembly 'sysglobl'.

  at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0

  at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0


What can i do to fix it?

Thanks in advance

Take care
Title: Re: Compiler Error
Post by: dlewis on June 25, 2013, 03:40:03 AM
Copy the error and paste it into notepad, you'll find the error is much bigger than unity can show. There will be a real error in there somewhere is is busting it, find it and fix it and NGUI will work fine.
Title: Re: Compiler Error
Post by: supaworst on June 25, 2013, 04:00:12 AM
I've done what you said but the error lenght is the same and i still don't know how to fix it.
Could you give me other suggestions?

Thanks
Title: Re: Compiler Error
Post by: dlewis on June 25, 2013, 07:23:39 AM
I'm out of ideas. Perhaps post the version of Unity and NGUI that you're using and hope that Aren has an idea.
Title: Re: Compiler Error
Post by: supaworst on June 25, 2013, 08:41:31 AM
I've solved creating a new project and putting all my assets there.

Thanks again!