본문 바로가기

라이프매니저 2.09 베타버젼 실행오류 [winxp]

m_O_O_m
2009.10.10 06:27 조회 수 4276

사용환경 : WinXP Pro Sp3 한글

사용버젼 : 2.09 베타

에러내용 : 설치후, 처음 실행, 데이타파일을 신규생성할건지, 기존데이터를 이용할건지를 묻는창에서, 신규생성에 체크하고, 확인을 누르면 하단과 같은 에러메시지가 나오면, 진행불가.

 

"응용프로그램의 구성요소에서 처리되지 않은 예외가 발생했습니다. [계속]을 클릭하면 응용프로그램에서 이 오류를 무시하고 계속합니다. 메서드를 찾을수 없습니다. 'System.String System.Windows.Forms.OpenFileDialog.get_SafeFileName()'

 

그리고 자세히를 누르면 하단과 같이 나옵니다

 

Untitled-1.jpg

 

이 대화 상자 대신 JIT(Just-in-time) 디버깅을 호출하는
방법에 대한 자세한 내용은 이 메시지의 뒷부분을 참조하십시오.

************** 예외 텍스트 **************
System.MissingMethodException: 메서드를 찾을 수 없습니다. 'System.String System.Windows.Forms.OpenFileDialog.get_SafeFileName()'
   위치: LifeManager.frmDBSetting.btnOK_Click(Object sender, EventArgs e)
   위치: System.Windows.Forms.Control.OnClick(EventArgs e)
   위치: System.Windows.Forms.Button.OnClick(EventArgs e)
   위치: System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   위치: System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   위치: System.Windows.Forms.Control.WndProc(Message& m)
   위치: System.Windows.Forms.ButtonBase.WndProc(Message& m)
   위치: System.Windows.Forms.Button.WndProc(Message& m)
   위치: System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   위치: System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   위치: System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** 로드된 어셈블리 **************
mscorlib
    어셈블리 버전: 2.0.0.0
    Win32 버전: 2.0.50727.832 (QFE.050727-8300)
    코드베이스: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
LifeManager
    어셈블리 버전: 2.0.9.0
    Win32 버전: 2.0.9.0
    코드베이스: file:///C:/Program%20Files/LifeManager2/LifeManager.exe
----------------------------------------
System.Drawing
    어셈블리 버전: 2.0.0.0
    Win32 버전: 2.0.50727.832 (QFE.050727-8300)
    코드베이스: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    어셈블리 버전: 2.0.0.0
    Win32 버전: 2.0.50727.832 (QFE.050727-8300)
    코드베이스: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    어셈블리 버전: 2.0.0.0
    Win32 버전: 2.0.50727.832 (QFE.050727-8300)
    코드베이스: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
Microsoft.VisualBasic
    어셈블리 버전: 8.0.0.0
    Win32 버전: 8.0.50727.42 (RTM.050727-4200)
    코드베이스: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
mscorlib.resources
    어셈블리 버전: 2.0.0.0
    Win32 버전: 2.0.50727.832 (QFE.050727-8300)
    코드베이스: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
    어셈블리 버전: 2.0.0.0
    Win32 버전: 2.0.50727.42 (RTM.050727-4200)
    코드베이스: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_ko_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** JIT 디버깅 **************
JIT(Just In Time) 디버깅을 사용하려면 이 응용 프로그램 또는 컴퓨터의
config 파일(machine.config)의 jitDebugging 값을
system.windows.forms 섹션에 설정해야 합니다.
또한 응용 프로그램은 디버깅할 수 있도록 컴파일되어야
합니다.

예:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

JIT 디버깅을 사용하면 처리되지 않은 모든 예외는
이 대화 상자에서 처리되지 않고 컴퓨터에 등록된 JIT
디버거에 보내집니다.

 


번호 제목 글쓴이 날짜 조회 수
256 일일기록에서 현재시간 입력이 되었으면 합니다. [1] 차안 2009.09.28 1974
255 데이타 변환이 계속 안되는데요... [6] file 꼬마야 2009.09.28 1971
254 다음행동 입력창에서의 체크리스트 사용법 설명 부탁드립니다 [2] 덕2 2009.09.28 2130
253 [비밀번호] 비밀번호 오류관련_입력했으나 힌트도 없음 [4] 이런젬젬 2009.09.28 4158
252 2.08 실행 에러 [3] 밤하늘 2009.09.29 3256
251 v2.08 [버그] 완료 체크시 Error [2] file 파랑연필 2009.09.29 1999
250 오늘 LifeManager2를 설치해서 사용해 봤습니다. [1] file Kidstorm 2009.09.29 2573
249 연락처 건의사항 [2] 초록빛세상 2009.09.29 1987
248 미완료 오늘 항목 색상 적용 [1] 건이아빠 2009.09.29 1961
247 일일 기록 건의사항 [1] 초록빛세상 2009.09.29 1939
246 "주간" 화면에서의 건의사항 [1] file 토닉 2009.09.29 1950
245 개발에 도움이 되실까 해서..~ [1] file Kidstorm 2009.09.30 1953
244 건의사항입니다. 멀티태스킹 가능할까요? [1] 파랑연필 2009.09.30 1975
243 LM2를 위한 사용설명서는 별도 없나요? [1] 어설픈토끼 2009.09.30 1951
242 다음행동에 복사기능을 추가해주셨으면 좋겠습니다 [2] 어설픈토끼 2009.09.30 1970
241 프로젝트창에서 @대기 항목 상하 이동 [2] catfish 2009.09.30 2249
240 참고노트, 수집함 화면 표시 버그같아서요~ [1] file 토닉 2009.09.30 1985
239 어느분도 설치에 대한 에러는 없군요... 그래서 준비했습니다. [1] file tommy 2009.09.30 1977
238 [건의사항] 연락처에서 연계된 다음행동 표현관련 [2] 이런젬젬 2009.09.30 1925
237 [건의사항] 다중선택시 동시일자변경 [1] 이런젬젬 2009.09.30 1978