My project named “NeB” was created in Mac OS X with version 2.6 of Unity3D.But I run the NeB in Windows XP with both version 3.0 and version 3.3 of Unity3D.
When I open the NeB with version 3.3 of Unity3D,occurring following log:
Internal compiler error. See the console log for more information. output was:BCE0011: An error occurred during the execution of the step ‘Boo.Lang.Compiler.Steps.EmitAssembly’: ‘Cannot cast from source type to destination type.’.
But when I open the NeB with version 3.0 of Unity3D,occurring following log: Assets/Assets/Scripts/Player/Achievements/AchievementController.js(28,47): BCE0055: Internal compiler error: Cannot cast from source type to destination type…
I tried to run the NeB in Mac OS X platform with version 3.3 of Unity3D,occurring following log:
** Internal compiler error. See the console log for more information. output was:BCE0011: An error occurred during the execution of the step ‘Boo.Lang.Compiler.Steps.EmitAssembly’: ‘Cannot cast from source type to destination type.’.
The class System.Configuration.IConfigurationSectionHandler could not be loaded, used in System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
The class Jayrock.Configuration.ListSectionHandler could not be loaded, used in Jayrock.Json, Version=0.9.8316.0, Culture=neutral, PublicKeyToken=null
The class Jayrock.Configuration.TypeListSectionHandler could not be loaded, used in Jayrock.Json, Version=0.9.8316.0, Culture=neutral, PublicKeyToken=null
The class System.Configuration.IConfigurationSectionHandler could not be loaded, used in System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
The class Jayrock.Configuration.TypeListSectionHandler could not be loaded, used in Jayrock.Json, Version=0.9.8316.0, Culture=neutral, PublicKeyToken=null
The following assembly referenced from /Users/apple/WorkSpace/NeB/Assets/Plugins/Jayrock.dll could not be loaded:
Assembly: System.Web (assemblyref_index=0)
Version: 1.0.5000.0
Public Key: b03f5f7f11d50a3a
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/Users/apple/WorkSpace/NeB/Assets/Plugins/).
Could not load file or assembly ‘System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies.
The class MethodNameComparer could not be loaded, used in Jayrock, Version=0.9.8316.0, Culture=neutral, PublicKeyToken=null
The class Jayrock.Configuration.DictionarySectionHandler could not be loaded, used in Jayrock.Json, Version=0.9.8316.0, Culture=neutral, PublicKeyToken=null
Could not load file or assembly ‘System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies.
The class Jayrock.JsonRpc.Web.JsonRpcServiceFeature could not be loaded, used in Jayrock, Version=0.9.8316.0, Culture=neutral, PublicKeyToken=null
The class Jayrock.JsonRpc.Web.JsonRpcProxyGeneratorBase could not be loaded, used in Jayrock, Version=0.9.8316.0, Culture=neutral, PublicKeyToken=null
The class Jayrock.JsonRpc.Web.JsonRpcProxyGeneratorBase could not be loaded, used in Jayrock, Version=0.9.8316.0, Culture=neutral, PublicKeyToken=null
The class Jayrock.JsonRpc.Web.JsonRpcServiceFeature could not be loaded, used in Jayrock, Version=0.9.8316.0, Culture=neutral, PublicKeyToken=null
The class Jayrock.JsonRpc.Web.JsonRpcPage could not be loaded, used in Jayrock, Version=0.9.8316.0, Culture=neutral, PublicKeyToken=null
The class Jayrock.JsonRpc.Web.JsonRpcServiceFeature could not be loaded, used in Jayrock, Version=0.9.8316.0, Culture=neutral, PublicKeyToken=null
Could not load file or assembly ‘System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies.
The class Jayrock.JsonRpc.Web.JsonRpcPage could not be loaded, used in Jayrock, Version=0.9.8316.0, Culture=neutral, PublicKeyToken=null
**
who can tell me the answer?Thank you very much!