본문 바로가기

 

 

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidCastException: Conversion from string "" to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format.
   at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
   --- End of inner exception stack trace ---
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
   at LifeManager.RListview.Set_m_Data(String MyTypeNo)
   at LifeManager.RListview.SelectRowAfterListing(Int32 RowSelection, Boolean Selection2m_Data)
   at LifeManager.cSetItemToList.Inbox.AddInboxList(RListview MyList, Int32 RowSelection, Boolean Selection2m_Data)
   at LifeManager.cfrmInbox.Loading()
   at LifeManager.MainForm.MainForm_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.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)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3603 (GDR.050727-3600)
    CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
LifeManager
    Assembly Version: 2.1.4.0
    Win32 Version: 2.1.4.0
    CodeBase: file:///C:/Program%20Files/LifeManager2/LifeManager.exe
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Transactions
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.EnterpriseServices
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Interop.JRO
    Assembly Version: 2.6.0.0
    Win32 Version: 2.6.0.0
    CodeBase: file:///C:/Program%20Files/LifeManager2/Interop.JRO.DLL
----------------------------------------
RichListView3
    Assembly Version: 3.1.4.17275
    Win32 Version: 3.0.5.649
    CodeBase: file:///C:/Program%20Files/LifeManager2/RichListView3.DLL
----------------------------------------
Boot.UI
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/LifeManager2/Boot.UI.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

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

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


번호 제목 글쓴이 날짜 조회 수
236 [오류보고] 일간시트에서 프로젝트와 다음행동이 나타나지 않습니다. [3] file 이런젬젬 2009.09.30 1974
235 일간보기에서 범주 선택시 프로젝트 리스트 표시 변경 않되네요 [2] catfish 2009.10.01 1942
234 실행 오류 [3] file 므헤헤헤 2009.10.01 1968
233 단축키 관련 [2] 므헤헤헤 2009.10.01 1983
232 중국어 번역 지원 ^_^.. [3] yohan666 2009.10.01 2144
231 템플릿 체크리스트에 대해서;; [2] yohan666 2009.10.02 2014
230 usb 버전은 언제부터 지원되나요..? [1] 낭만잠자리 2009.10.04 1948
229 일일기록에서요....alt+n [1] jyc2001 2009.10.05 1938
228 연락처에서 (엑셀파일 db파일) [1] 날개 2009.10.05 2538
227 질문 전 검색의 생활화... [1] 재우스 2009.10.05 1951
226 순서 조정한 것이 유지되지 않습니다 [2] jeeta 2009.10.06 1953
225 v2.09 업그레이드가 안됩니다. [2] file 불꽃남자 2009.10.06 1957
224 중국어 번역이 완료 되었습니다. [6] file yohan666 2009.10.07 2701
223 일간 창에서 프로젝트 리스트 표시 건의 [2] catfish 2009.10.07 2060
222 '메모장' 처럼 쓸 수 있는 방법은 없는지.. [1] file 아기폭풍 2009.10.07 1944
221 "알람기능" 추가부탁드립니다. 꼭이요!!! [2] 치즈 2009.10.07 2058
220 프로젝트 자동 완료 기능 [1] 엽쓰 2009.10.08 2521
219 라이프매니저 1 데이터 불러오기 에러 - 20번글과 동일한 에러 ㅠㅠ [1] 유노 2009.10.08 2074
218 프로젝트 아래에 프로젝트를 둘 수 없나요? [2] 라매사용 2009.10.08 1980
217 탭 바뀔 때 느린 점. 임세진 2009.10.08 2001