Advertisement
Guest User

Untitled

a guest
Sep 29th, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ------------------------------------
  2. 9/29/2012 6:42:32 PM
  3. Assemblies:
  4. Windawesome, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null
  5. mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  6. System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  7. System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  8. System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  9. System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  10. Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1
  11. System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  12. IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1
  13. IronRuby, Version=1.1.3.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1
  14. Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  15.  
  16. OS: Microsoft Windows NT 6.1.7601 Service Pack 1
  17. CLR: 4.0.30319
  18. 64-bit OS: True
  19. 64-bit process: True
  20. Elevated: True
  21. System.Reflection.TargetInvocationException: Failed to load language 'IronPython 2.7.3': Method not found: 'System.Type Microsoft.Scripting.Utils.ReflectionUtils.GetBaseType(System.Type)'. ---> System.MissingMethodException: Method not found: 'System.Type Microsoft.Scripting.Utils.ReflectionUtils.GetBaseType(System.Type)'.
  22. at IronPython.Runtime.Types.NewTypeMaker.LoadNewTypes(Assembly asm)
  23. at IronPython.Runtime.Binding.PythonBinder.DomainManager_AssemblyLoaded(Object sender, AssemblyLoadedEventArgs e)
  24. at IronPython.Runtime.Binding.PythonBinder..ctor(PythonContext pythonContext, CodeContext context)
  25. at IronPython.Runtime.PythonContext..ctor(ScriptDomainManager manager, IDictionary`2 options)
  26. --- End of inner exception stack trace ---
  27. at Microsoft.Scripting.Runtime.LanguageConfiguration.LoadLanguageContext(ScriptDomainManager domainManager, Boolean& alreadyLoaded)
  28. at Microsoft.Scripting.Runtime.DlrConfiguration.LoadLanguageContext(ScriptDomainManager manager, LanguageConfiguration config)
  29. at Microsoft.Scripting.Runtime.DlrConfiguration.TryLoadLanguage(ScriptDomainManager manager, AssemblyQualifiedTypeName providerName, LanguageContext& language)
  30. at Microsoft.Scripting.Hosting.ScriptRuntime.GetEngineByTypeName(String assemblyQualifiedTypeName)
  31. at Windawesome.Config.PluginLoader.get_PythonEngine()
  32. at Windawesome.Config.PluginLoader.LoadAll(Windawesome windawesome, Config config, IEnumerable`1 files)
  33. at Windawesome.Windawesome..ctor()
  34. at Windawesome.Program.Main()
  35. Inner Exception:
  36. System.MissingMethodException: Method not found: 'System.Type Microsoft.Scripting.Utils.ReflectionUtils.GetBaseType(System.Type)'.
  37. at IronPython.Runtime.Types.NewTypeMaker.LoadNewTypes(Assembly asm)
  38. at IronPython.Runtime.Binding.PythonBinder.DomainManager_AssemblyLoaded(Object sender, AssemblyLoadedEventArgs e)
  39. at IronPython.Runtime.Binding.PythonBinder..ctor(PythonContext pythonContext, CodeContext context)
  40. at IronPython.Runtime.PythonContext..ctor(ScriptDomainManager manager, IDictionary`2 options)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement