Skip to content

Instantly share code, notes, and snippets.

@se5a
Created November 29, 2017 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save se5a/294d92ba6c613257a7bc213d93a703f6 to your computer and use it in GitHub Desktop.
Save se5a/294d92ba6c613257a7bc213d93a703f6 to your computer and use it in GitHub Desktop.
System.TypeInitializationException: The type initializer for 'HD.Miner' threw an exception. ---> System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
at at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (System.Reflection.Assembly,bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in <62f5937022004555807e6c57c33f6684>:0
at HD.ReflectionHelpers.CreateTheFirst[T] () [0x00015] in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/HardlyDifficult/HardlyCommon/Reflection/ReflectionHelpers.cs:36
at Miner.OS.MinerOS.get_instance () [0x00014] in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/HardlyDifficult/Miner/Miner.OS/MinerOS.cs:23
at HD.MinerConfig.set_shouldStartWithWindows (System.Boolean value) [0x00001] in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/HardlyDifficult/Miner/Miner.App/Data/Config/MinerConfig.cs:47
at HD.MinerConfig.LoadOrCreate () [0x0003d] in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/HardlyDifficult/Miner/Miner.App/Data/Config/MinerConfig.cs:147
at HD.Settings..ctor () [0x00000] in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/HardlyDifficult/Miner/Miner.App/Data/Config/Settings.cs:16
at HD.Miner..ctor () [0x00000] in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/HardlyDifficult/Miner/Miner.App/Controllers/Miner.cs:23
at HD.Miner..cctor () [0x00013] in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/HardlyDifficult/Miner/Miner.App/Controllers/Miner.cs:21
--- End of inner exception stack trace ---
at HD.MainForm..ctor () [0x0000f] in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/HardlyDifficult/Miner/Miner.App.UI.ETO/MainForm.xeto.cs:16
at HD.Program.Main (System.String[] args) [0x00018] in /mnt/98448323-4372-4c8a-904a-30b587cc3685/Programing/HardlyDifficult/Miner/Miner.App.UI.ETO.Linux/Program.cs:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment