当前位置: 代码迷 >> VC >> System.NullReferenceException: 未将对象引用设置到对象的实例。
  详细解决方案

System.NullReferenceException: 未将对象引用设置到对象的实例。

热度:9460   发布时间:2013-02-25 00:00:00.0
大家帮我看看关于“未处理的“System.NullReferenceException”类型的异常出现在 mscorlib.dll 中”这个问题怎么解决!
应用程序中发生了未处理的异常。如果单击“继续”,应用程序将忽略此此错误并尝试继续。如果单击“退出”,应用程序将立即关闭。

未将对象引用设置到对象的实例。。


以下是详细信息:

有关调用实时(JIT)调试而不是此对话框的详细信息,
请参阅此消息的结尾。

************** 异常文本 **************
System.NullReferenceException: 未将对象引用设置到对象的实例。
  at Microsoft.Win32.RegistryKey.GetValueNames()
at GCHG4.formConfig.ListAvailablePortNT()
at GCHG4.formConfig.formConfig_Load(Object sender, EventArgs e)  
  at System.Windows.Forms.Form.OnLoad(EventArgs e)
  at System.Windows.Forms.Form.OnCreateControl()
  at System.Windows.Forms.Control.CreateControl(Boolean 

fIgnoreVisible)
  at System.Windows.Forms.Control.CreateControl()
  at System.Windows.Forms.Control.WmShowWindow(Message& m)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  at System.Windows.Forms.Form.WmShowWindow(Message& m)
  at System.Windows.Forms.Form.WndProc(Message& m)
  at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& 

m)
  at System.Windows.Forms.ControlNativeWindow.WndProc(Message& 

m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, 

Int32 msg, IntPtr wparam, IntPtr lparam)


************** 已加载的程序集 **************
mscorlib
  程序集版本: 1.0.5000.0
  Win32 版本: 1.1.4322.573
  基本代码: 

file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
GCHG4
  程序集版本: 1.0.4277.33201
  Win32 版本: 
  基本代码: file:///C:/Program%20Files/GCHG4/GCHG4.exe
----------------------------------------
System.Windows.Forms
  程序集版本: 1.0.5000.0
  Win32 版本: 1.1.4322.573
  基本代码: 

file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__

b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
  程序集版本: 1.0.5000.0
  Win32 版本: 1.1.4322.573
  基本代码: 

file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e0

89/system.dll
----------------------------------------
System.Data
  程序集版本: 1.0.5000.0
  Win32 版本: 1.1.4322.573
  基本代码: 

file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561

934e089/system.data.dll
----------------------------------------
System.Drawing
  程序集版本: 1.0.5000.0
  Win32 版本: 1.1.4322.573
  基本代码: 

file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f

7f11d50a3a/system.drawing.dll
----------------------------------------
System.Windows.Forms.resources
  程序集版本: 1.0.5000.0
  Win32 版本: 1.1.4322.573
  基本代码: 

file:///c:/windows/assembly/gac/system.windows.forms.resources/1.

0.5000.0_zh-

chs_b77a5c561934e089/system.windows.forms.resources.dll
----------------------------------------
HGGeneral
  程序集版本: 1.0.3571.23657
  Win32 版本: 
  基本代码: file:///C:/Program%20Files/GCHG4/HGGeneral.DLL
----------------------------------------
CustomControls
  程序集版本: 0.0.0.0
  Win32 版本: 0.0.0.0
  基本代码: file:///C:/Program%20Files/GCHG4/CustomControls.DLL
----------------------------------------
MisInterface
  程序集版本: 1.0.4277.33182
  Win32 版本: 1.0.4277.33182
  基本代码: file:///C:/Program%20Files/GCHG4/MisInterface.DLL
  相关解决方案