Windows XP 플랫폼에서 제대로 작동하는 응용 프로그램 (확장)이 있습니다. Windows 7에서이 응용 프로그램을 실행하면이 오류가 발생합니다. 나는 이것이 무엇을 일으키는 지 확신하지 못한다. 나는 그것이 .net 프레임 워크가 설치되지 않았기 때문에 그것이 모든 것을 볼 수 있다고 생각하고있었습니다. 이 문제를 해결할 수있는 아이디어를 찾고 계신가요?처리되지 않은 예외 - 시간 제한 디버깅
참고 :이 오류는 combox 상자를 클릭하면 나타납니다. 이 메시지 상자를 지나서 실제 오류가 발생하는 이유는 무엇입니까?
감사 제이
는이 대화 상자 대신 Just-In-Time 디버깅 (JIT) 를 호출하는 방법에 대한 자세한 내용은이 메시지의 뒷부분을 참조하십시오. 예외가 발생 **************
System.NullReferenceException: Object reference not set to an instance of an object.
at MapExt_Net.HEI_Extensions.layout.frmLayout.DisplaySize()
at MapExt_Net.HEI_Extensions.layout.frmLayout.cBLayoutExtent_SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ComboBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)