Author Topic: Compiler Error  (Read 3913 times)

supaworst

  • Guest
Compiler Error
« 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

dlewis

  • Guest
Re: Compiler Error
« Reply #1 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.

supaworst

  • Guest
Re: Compiler Error
« Reply #2 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

dlewis

  • Guest
Re: Compiler Error
« Reply #3 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.

supaworst

  • Guest
Re: Compiler Error
« Reply #4 on: June 25, 2013, 08:41:31 AM »
I've solved creating a new project and putting all my assets there.

Thanks again!