Advertisement
Guest User

Untitled

a guest
Sep 17th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. *** Please include this report when reporting your issue ***
  2. TimeDate: 17/09/2017 15:47:45
  3. OSVersion: 6.2.9200.0
  4. OSPlatform: Win32NT
  5. OSFullName: Microsoft Windows 10 Pro
  6. InstalledUICulture: en-GB
  7. AvailablePhysicalMemory: 8672456704
  8. TotalPhysicalMemory: 12779892736
  9. e.Exception.MessageSystem.Windows.Markup.XamlParseException: Initialization of 'System.Windows.Controls.Button' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'PresentationFramework.Arc-darker, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. An operation is not legal in the current state. (Exception from HRESULT: 0x80131509) ---> System.InvalidOperationException: Sequence contains no matching element
  10. at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
  11. at MinecraftServerDashboard.Application._Closure$__._Lambda$__0-0(Object sx, ResolveEventArgs args)
  12. at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
  13. --- End of inner exception stack trace ---
  14. at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  15. at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  16. at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection)
  17. at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
  18. at System.Reflection.Assembly.Load(String assemblyString)
  19. at System.Windows.SystemResources.ResourceDictionaries.LoadExternalAssembly(Boolean classic, Boolean generic, Assembly& assembly, String& assemblyName)
  20. at System.Windows.SystemResources.ResourceDictionaries.LoadThemedDictionary(Boolean isTraceEnabled)
  21. at System.Windows.SystemResources.FindDictionaryResource(Object key, Type typeKey, ResourceKey resourceKey, Boolean isTraceEnabled, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
  22. at System.Windows.SystemResources.FindResourceInternal(Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference)
  23. at System.Windows.SystemResources.FindThemeStyle(DependencyObjectType key)
  24. at System.Windows.StyleHelper.GetThemeStyle(FrameworkElement fe, FrameworkContentElement fce)
  25. at System.Windows.FrameworkElement.UpdateThemeStyleProperty()
  26. at System.Windows.FrameworkElement.OnInitialized(EventArgs e)
  27. at System.Windows.FrameworkElement.TryFireInitialized()
  28. at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType xamlType, Object obj, Boolean begin)
  29. --- End of inner exception stack trace ---
  30. at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
  31. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  32. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  33. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  34. at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
  35. at System.Windows.Application.DoStartup()
  36. at System.Windows.Application.<.ctor>b__1_0(Object unused)
  37. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  38. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement