Advertisement
Guest User

Untitled

a guest
Nov 5th, 2017
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.79 KB | None | 0 0
  1. Unhandled Exception: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
  2.    at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
  3.    at System.Reflection.Assembly.GetTypes()
  4.    at MonoMac.ObjCRuntime.Runtime.RegisterAssembly(Assembly a)
  5.    at MonoMac.AppKit.NSApplication.Init()
  6.    at Avalonia.MonoMac.MonoMacPlatform.InitializeMonoMac()
  7.    at Avalonia.MonoMac.MonoMacPlatform.DoInitialize()
  8.    at Avalonia.Controls.AppBuilderBase`1.Setup()
  9.    at Avalonia.Controls.AppBuilderBase`1.Start[TMainWindow](Func`1 dataContextProvider)
  10.    at PokeD.Server.Avalonia.App.Main(String[] args) in /Users/aragas/Projects/PokeD.Server.NetCore/PokeD.Server.NetCore.Avalonia/App.xaml.cs:line 23
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement