Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on Windows 10 x64 #724

Open
GoogleCodeExporter opened this issue Nov 30, 2015 · 0 comments
Open

Crash on Windows 10 x64 #724

GoogleCodeExporter opened this issue Nov 30, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Can't start the program.

Version: 0.7.1.0

System.TypeInitializationException: Der Typeninitialisierer für 
"Aga.Controls.Tree.NodeControls.ExpandingIcon" hat eine Ausnahme verursacht. 
---> System.TypeInitializationException: Der Typeninitialisierer für 
"Aga.Controls.ResourceHelper" hat eine Ausnahme verursacht. ---> 
System.BadImageFormatException: Die Datei oder Assembly "System.Configuration, 
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" oder eine 
Abhängigkeit davon wurde nicht gefunden. Die Datei oder das Verzeichnis ist 
beschädigt und nicht lesbar. (Ausnahme von HRESULT: 0x80070570)
   bei System.Windows.Forms.DpiHelper.Initialize()
   bei System.Windows.Forms.DpiHelper.get_IsScalingRequired()
   bei System.Windows.Forms.Cursor.LoadPicture(IStream stream)
   bei Aga.Controls.ResourceHelper.GetCursor(Byte[] data)
   bei Aga.Controls.ResourceHelper..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei Aga.Controls.ResourceHelper.get_LoadingIcon()
   bei Aga.Controls.Tree.NodeControls.ExpandingIcon..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei Aga.Controls.Tree.NodeControls.ExpandingIcon.Stop()
   bei Aga.Controls.Tree.TreeViewAdv.RemoveExpandingNode(TreeNodeAdv node)
   bei Aga.Controls.Tree.TreeViewAdv.SetIsExpanded(TreeNodeAdv node, Boolean value)
   bei Aga.Controls.Tree.TreeViewAdv.SetIsExpanded(ExpandArgs eargs)
   bei Aga.Controls.Tree.TreeViewAdv.SetIsExpanded(TreeNodeAdv node, Boolean value, Boolean ignoreChildren)
   bei Aga.Controls.Tree.TreeViewAdv.CreateNodes()
   bei Aga.Controls.Tree.TreeViewAdv..ctor()
   bei OpenHardwareMonitor.GUI.MainForm.InitializeComponent()
   bei OpenHardwareMonitor.GUI.MainForm..ctor()
   bei OpenHardwareMonitor.Program.Main()

System.TypeInitializationException: Der Typeninitialisierer für 
"Aga.Controls.ResourceHelper" hat eine Ausnahme verursacht. ---> 
System.BadImageFormatException: Die Datei oder Assembly "System.Configuration, 
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" oder eine 
Abhängigkeit davon wurde nicht gefunden. Die Datei oder das Verzeichnis ist 
beschädigt und nicht lesbar. (Ausnahme von HRESULT: 0x80070570)
   bei System.Windows.Forms.DpiHelper.Initialize()
   bei System.Windows.Forms.DpiHelper.get_IsScalingRequired()
   bei System.Windows.Forms.Cursor.LoadPicture(IStream stream)
   bei Aga.Controls.ResourceHelper.GetCursor(Byte[] data)
   bei Aga.Controls.ResourceHelper..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei Aga.Controls.ResourceHelper.get_LoadingIcon()
   bei Aga.Controls.Tree.NodeControls.ExpandingIcon..cctor()

Common Language Runtime: 4.0.30319.42000
Operating System: Microsoft Windows NT 6.2.9200.0
Process Type: 64-Bit

Original issue reported on code.google.com by [email protected] on 30 Jul 2015 at 8:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant