Advertisement
Guest User

playwithsix-01

a guest
Aug 19th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.59 KB | None | 0 0
  1. 2012-08-19 11:20:24.9309|INFO|Six.Play.App.App|Starting Application
  2. 2012-08-19 11:20:27.4941|ERROR|Six.Core.Handler|Type: System.ComponentModel.Composition.CompositionException
  3. Message: The composition produced a single composition error. The root cause is provided below. Review the CompositionException.Errors property for more detailed information.
  4.  
  5. 1) The specified module could not be found. (Exception from HRESULT: 0x8007007E)
  6.  
  7. Resulting in: An exception occurred while trying to create an instance of type 'Six.Play.App.ShellViewModel'.
  8.  
  9. Resulting in: Cannot activate part 'Six.Play.App.ShellViewModel'.
  10. Element: Six.Play.App.ShellViewModel --> Six.Play.App.ShellViewModel --> AssemblyCatalog (Assembly="Play withSIX, Version=1.0.0.60, Culture=neutral, PublicKeyToken=null")
  11.  
  12. Resulting in: Cannot get export 'Six.Play.App.ShellViewModel (ContractName="Six.Play.App.IShell")' from part 'Six.Play.App.ShellViewModel'.
  13. Element: Six.Play.App.ShellViewModel (ContractName="Six.Play.App.IShell") --> Six.Play.App.ShellViewModel --> AssemblyCatalog (Assembly="Play withSIX, Version=1.0.0.60, Culture=neutral, PublicKeyToken=null")
  14.  
  15. Source: System.ComponentModel.Composition
  16. TargetSite: System.Object GetExportedValueFromComposedPart(System.ComponentModel.Composition.Hosting.ImportEngine, System.ComponentModel.Composition.Primitives.ComposablePart, System.ComponentModel.Composition.Primitives.ExportDefinition)
  17. Data: System.Collections.ListDictionaryInternal
  18. StackTrace: at System.ComponentModel.Composition.Hosting.CompositionServices.GetExportedValueFromComposedPart(ImportEngine engine, ComposablePart part, ExportDefinition definition)
  19. at System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportedValue(ComposablePart part, ExportDefinition export, Boolean isSharedPart)
  20. at System.ComponentModel.Composition.Hosting.CatalogExportProvider.CatalogExport.GetExportedValueCore()
  21. at System.ComponentModel.Composition.Primitives.Export.get_Value()
  22. at System.ComponentModel.Composition.ExportServices.GetExportedValueFromLazy[T](Export export)
  23. at System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValuesCore[T](String contractName)
  24. at Six.Play.App.AppBootstrapper.GetInstance(Type serviceType, String key)
  25. at Caliburn.Micro.Bootstrapper.DisplayRootViewFor(Type viewModelType)
  26. at Caliburn.Micro.Bootstrapper`1.OnStartup(Object sender, StartupEventArgs e)
  27. at System.Windows.Application.OnStartup(StartupEventArgs e)
  28. at Six.Play.App.App.OnStartup(StartupEventArgs e)
  29. at System.Windows.Application.<.ctor>b__1(Object unused)
  30. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  31. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  32. 2012-08-19 11:20:27.4941|ERROR|Six.Core.Handler|CompositionError Description: Cannot get export 'Six.Play.App.ShellViewModel (ContractName="Six.Play.App.IShell")' from part 'Six.Play.App.ShellViewModel'., Element: Six.Play.App.ShellViewModel (ContractName="Six.Play.App.IShell")
  33. 2012-08-19 11:20:27.4941|ERROR|Six.Core.Handler|Type: System.ComponentModel.Composition.CompositionException
  34. Message: The composition produced a single composition error. The root cause is provided below. Review the CompositionException.Errors property for more detailed information.
  35.  
  36. 1) The specified module could not be found. (Exception from HRESULT: 0x8007007E)
  37.  
  38. Resulting in: An exception occurred while trying to create an instance of type 'Six.Play.App.ShellViewModel'.
  39.  
  40. Resulting in: Cannot activate part 'Six.Play.App.ShellViewModel'.
  41. Element: Six.Play.App.ShellViewModel --> Six.Play.App.ShellViewModel --> AssemblyCatalog (Assembly="Play withSIX, Version=1.0.0.60, Culture=neutral, PublicKeyToken=null")
  42.  
  43. Source: System.ComponentModel.Composition
  44. TargetSite: Void ThrowOnErrors(System.ComponentModel.Composition.Hosting.AtomicComposition)
  45. Data: System.Collections.ListDictionaryInternal
  46. StackTrace: at System.ComponentModel.Composition.CompositionResult.ThrowOnErrors(AtomicComposition atomicComposition)
  47. at System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImports(ComposablePart part)
  48. at System.ComponentModel.Composition.Hosting.CompositionServices.GetExportedValueFromComposedPart(ImportEngine engine, ComposablePart part, ExportDefinition definition)
  49. 2012-08-19 11:20:27.5271|ERROR|Six.Core.Handler|CompositionError Description: Cannot activate part 'Six.Play.App.ShellViewModel'., Element: Six.Play.App.ShellViewModel
  50. 2012-08-19 11:20:27.6051|ERROR|Six.Core.Handler|Type: System.ComponentModel.Composition.Primitives.ComposablePartException
  51. Message: An exception occurred while trying to create an instance of type 'Six.Play.App.ShellViewModel'.
  52. Source: System.ComponentModel.Composition
  53. TargetSite: System.Object CreateInstance(System.Reflection.ConstructorInfo, System.Object[])
  54. Data: System.Collections.ListDictionaryInternal
  55. Inner Exception:
  56. Type: System.IO.FileNotFoundException
  57. Message: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
  58. Source: System.Management
  59. TargetSite: Void Start()
  60. Data: System.Collections.ListDictionaryInternal
  61. StackTrace: at System.Management.ThreadDispatch.Start()
  62. at System.Management.ManagementScope.Initialize()
  63. at System.Management.ManagementObjectSearcher.Initialize()
  64. at System.Management.ManagementObjectSearcher.Get()
  65. at Six.Core.Tools.GetCommandlineArgs(String name)
  66. at Six.Play.App.Ui.ViewModels.ContactListViewModel.GetServerAddressFromRunningProcesses()
  67. at Six.Play.App.Ui.ViewModels.ContactListViewModel..ctor()
  68. at Six.Play.App.ShellViewModel..ctor(IWindowManager windowManager)
  69. StackTrace: at System.ComponentModel.Composition.ReflectionModel.ReflectionComposablePart.CreateInstance(ConstructorInfo constructor, Object[] arguments)
  70. at System.ComponentModel.Composition.ReflectionModel.ReflectionComposablePart.GetInstanceActivatingIfNeeded()
  71. at System.ComponentModel.Composition.ReflectionModel.ReflectionComposablePart.NotifyImportSatisfied()
  72. at System.ComponentModel.Composition.ReflectionModel.ReflectionComposablePart.Activate()
  73. at System.ComponentModel.Composition.Hosting.ImportEngine.PartManager.TryOnComposed()
  74. 2012-08-19 11:20:27.6051|ERROR|Six.Core.Handler|Type: System.IO.FileNotFoundException
  75. Message: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
  76. Source: System.Management
  77. TargetSite: Void Start()
  78. Data: System.Collections.ListDictionaryInternal
  79. StackTrace: at System.Management.ThreadDispatch.Start()
  80. at System.Management.ManagementScope.Initialize()
  81. at System.Management.ManagementObjectSearcher.Initialize()
  82. at System.Management.ManagementObjectSearcher.Get()
  83. at Six.Core.Tools.GetCommandlineArgs(String name)
  84. at Six.Play.App.Ui.ViewModels.ContactListViewModel.GetServerAddressFromRunningProcesses()
  85. at Six.Play.App.Ui.ViewModels.ContactListViewModel..ctor()
  86. at Six.Play.App.ShellViewModel..ctor(IWindowManager windowManager)
  87. 2012-08-19 11:20:27.7931|ERROR|Six.Core.Handler|Type: System.ArgumentNullException
  88. Message: Value cannot be null.
  89. Parameter name: window
  90. Source: PresentationFramework
  91. TargetSite: Void .ctor(System.Windows.Window)
  92. Data: System.Collections.ListDictionaryInternal
  93. StackTrace: at System.Windows.Interop.WindowInteropHelper..ctor(Window window)
  94. at System.Windows.MessageBox.Show(Window owner, String messageBoxText)
  95. at Six.Core.Handler.ExitMessageHandler(Exception e, String msg, Boolean ui)
  96. at Six.Core.Handler.DispatcherUnhandledExceptionEventHandler(Object sender, DispatcherUnhandledExceptionEventArgs e)
  97. at System.Windows.Threading.DispatcherUnhandledExceptionEventHandler.Invoke(Object sender, DispatcherUnhandledExceptionEventArgs e)
  98. at System.Windows.Threading.Dispatcher.CatchException(Exception e)
  99. at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e)
  100. at System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler)
  101. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  102. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  103. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  104. at System.Threading.ExecutionContext.runTryCode(Object userData)
  105. at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  106. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  107. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
  108. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  109. at System.Windows.Threading.DispatcherOperation.Invoke()
  110. at System.Windows.Threading.Dispatcher.ProcessQueue()
  111. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  112. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  113. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  114. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  115. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement