|

- UID
- 300
- 帖子
- 10
- 活跃度
- 0 点
- 火车车厢
- 5 节
- 注册时间
- 2005-12-16
|
1楼
发表于 2005-12-16 18:45
| 只看该作者
[求救]程式出?
保存?址?出?以下??
如需不使用????方?,另行叫用 JIT (Just In Time) ??功能的
???料,???本?息?尾?的??。
************** 例外??文字 **************
System.MissingMethodException: 找不到方法: Void System.Xml.XmlDocument.as(System.String)。
at LocoySpider.XmlConfig.as()
at LocoySpider.XmlConfig.Write(String section, String key, Object value) in D:\Documents and Settings\李进斌1\桌面\temp\LocoySpider 104\LocoySpider 104\Xml.cs:line 171
at LocoySpider.LocoyForm.as(Object sender, EventArgs e) in d:\documents and settings\李进斌1\桌面\temp\locoyspider 104\locoyspider 104\form1.cs:line 3855
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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.2032
程式?基底: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
LocoySpider
?件版本: 1.0.1.0
Win32 版本: 1.0.1.0
程式?基底: file:///E:/%5BLocoySpider%5DV1.04/LocoySpider.exe
----------------------------------------
System.Windows.Forms
?件版本: 1.0.5000.0
Win32 版本: 1.1.4322.2032
程式?基底: 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.2032
程式?基底: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
?件版本: 1.0.5000.0
Win32 版本: 1.1.4322.2032
程式?基底: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Sloppycode.UI.DragDropTreeView
?件版本: 1.0.0.0
Win32 版本: 1.0.0.0
程式?基底: file:///E:/%5BLocoySpider%5DV1.04/Sloppycode.UI.DragDropTreeView.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-cht_b77a5c561934e089/system.windows.forms.resources.dll
----------------------------------------
XMLconfig
?件版本: 1.0.2118.37004
Win32 版本: 1.0.2118.37004
程式?基底: file:///E:/%5BLocoySpider%5DV1.04/XMLconfig.DLL
----------------------------------------
System.Xml
?件版本: 1.0.5000.0
Win32 版本: 1.1.4322.2032
程式?基底: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
Microsoft.VisualBasic
?件版本: 7.0.5000.0
Win32 版本: 7.10.6001.4
程式?基底: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
----------------------------------------
************** JIT ?? **************
若要?用 JIT (Just In Time) ??功能,?必?在此?用程式的
?定?或?? (machine.config) 中,
?定 system.windows.forms ?段?的 jitDebugging 值。
且??用程式也必?在?用??的??下
?行??。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
? JIT ??功能?用後,??所有未?理的例外???送?
??上已??的 JIT ??工具?行?理,而不是使用
????方???理。 |
|