トップページ > 鉄道総合 > 2010年03月13日 > NxDSqN7s0

書き込み順位&時間帯一覧

60 位/1512 ID中時間01234567891011121314151617181920212223Total
書き込み数0000000000000000061000007



使用した名前一覧書き込んだスレッド一覧
名無しでGO!
【新ソフト】WinDIAとOuDia 2路線目【誕生】

書き込みレス一覧

【新ソフト】WinDIAとOuDia 2路線目【誕生】
26 :名無しでGO![sage]:2010/03/13(土) 17:21:38 ID:NxDSqN7s0
615氏に質問でーす。
すべての駅まとめて時刻表を出力していたら、

An unhandled exception has occurred in your application.
If you click Continue, the application will ignore this error and attempt to continue.
If you click Quit, the application will be shut down immediately.

Index wax cut of range. Must be non-negative and less than the size of the collection.
Parameter name: index.

てエラーが出ました。
自分の環境:win2000sp4 .net(ryは1.1と2.0インスコ済。ouriserは1.30。
どうしたらいいでしょう?
(以下数レス分、detail部分を張り付けます。)
【新ソフト】WinDIAとOuDia 2路線目【誕生】
27 :名無しでGO![sage]:2010/03/13(土) 17:22:44 ID:NxDSqN7s0
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be
non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at OuRiser.Train.SerializeWeb(StreamWriter& writer, ArrayList&
sbList, ArrayList& stList, TrainInfoAttr isOutPass, Boolean isdown,
Boolean isOutAll, Boolean isInline)
at OuRiser.Train.SerializeWeb(String& path, ArrayList& sbList,
ArrayList& stList, TrainInfoAttr isOutPass, Boolean isdown, Boolean
isOutAll, Boolean isInline)
【新ソフト】WinDIAとOuDia 2路線目【誕生】
28 :名無しでGO![sage]:2010/03/13(土) 17:23:24 ID:NxDSqN7s0
at OuRiser.Form1.MenuItemSave_Click(Object sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Control.WmCommand(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.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)
【新ソフト】WinDIAとOuDia 2路線目【誕生】
29 :名無しでGO![sage]:2010/03/13(土) 17:24:05 ID:NxDSqN7s0
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
OuRiser
Assembly Version: 0.1.3.0
Win32 Version: 0.1.3.0
CodeBase: file:///C:/Documents%20and%20Settings/Administrator/デスクトップ/OuRiser0130/OuRiser/OuRiser.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
【新ソフト】WinDIAとOuDia 2路線目【誕生】
30 :名無しでGO![sage]:2010/03/13(土) 17:24:56 ID:NxDSqN7s0
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 7.0.5000.0
Win32 Version: 7.10.3052.4
CodeBase: file:///c:/winnt/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
----------------------------------------

【新ソフト】WinDIAとOuDia 2路線目【誕生】
32 :名無しでGO![sage]:2010/03/13(土) 17:55:24 ID:NxDSqN7s0
************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.

以上です。連レス大変失礼しました。
では、よろしくお願いします。
【新ソフト】WinDIAとOuDia 2路線目【誕生】
33 :名無しでGO![sage]:2010/03/13(土) 18:03:26 ID:NxDSqN7s0
連続投稿規制引っかかったorz
>>31
駅数が大体230(実質上り下りでかける2になる?と460)

そういえば下りしか入れてなかったときはこうならなかったかも・・・

まだ上り・下りとも入れ終わってないのでサイズは37.0KB。

試しにコピーを作って上り全部消して出力したら成功しました。
とりあえず二つのoudファイルに分けて出力ってことでいきたいと思います。

スレ汚し大変失礼でした。


※このページは、『2ちゃんねる』の書き込みを基に自動生成したものです。オリジナルはリンク先の2ちゃんねるの書き込みです。
※このサイトでオリジナルの書き込みについては対応できません。
※何か問題のある場合はメールをしてください。対応します。