发新话题
打印

[3.2版] 提示.net framework错误,不能在线发布了

提示.net framework错误,不能在线发布了

错误如下:


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

************** Exception Text **************
System.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at LocoySpider.frmlist.Oll00O1l01(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.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.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
LocoySpider
    Assembly Version: 3.2.0.0
    Win32 Version: 3.2.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/Admin/桌面/LocoySpiderV3.2_build2007-09-10/LocoySpider.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
LocoyCommon
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/Admin/桌面/LocoySpiderV3.2_build2007-09-10/LocoyCommon.DLL
----------------------------------------
LocoyTreeList
    Assembly Version: 1.0.2803.31825
    Win32 Version: 1.1.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/Admin/桌面/LocoySpiderV3.2_build2007-09-10/LocoyTreeList.DLL
----------------------------------------
AxInterop.SHDocVw
    Assembly Version: 1.1.0.0
    Win32 Version: 1.1.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/Admin/桌面/LocoySpiderV3.2_build2007-09-10/AxInterop.SHDocVw.DLL
----------------------------------------
Interop.SHDocVw
    Assembly Version: 1.1.0.0
    Win32 Version: 1.1.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/Admin/桌面/LocoySpiderV3.2_build2007-09-10/Interop.SHDocVw.DLL
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
LocoyDBOperator
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/Admin/桌面/LocoySpiderV3.2_build2007-09-10/LocoyDBOperator.DLL
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Transactions
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    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.42 (RTM.050727-4200)
    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.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
LocoyFileDownloader
    Assembly Version: 1.0.2809.7119
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/Admin/桌面/LocoySpiderV3.2_build2007-09-10/LocoyFileDownloader.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.

[ 本帖最后由 lamon 于 2007-9-10 20:11 编辑 ]
附件: 您所在的用户组无法下载或查看附件

TOP

查看你能不能打开全局设置

TOP

什么都开不了..自动关闭

TOP

重启电脑以后,可以开打开火车头了,但是不能在线发布,还是提示以上错误

到了这一步,就开始提示以上错误.

采网址--采集到网址并添入任务数据库:http://00000000
com/5656546
发布内容执行完成

TOP

问题解决了,原来是 我这样添加了一个 标签    [标签:关键字] ,  这里的问题[xxxx],不能有 [ ]  , 我去掉这个标签以后就正常了  

火车头的一个bug ?

TOP

我的也碰到这样的问题哦.是怎么回事呀?我是3.2正式版也是这样
火车头商业版购买与咨询、火车高难度采集、全站采集入库服务、采集规则定制、web在线发布、入库模块定制等业务、大家多多支持呀!联系QQ:86020004
┏┄┄┄┄站长交流中心┄┄┄┄┓
┇ 欢迎大家加入以下群,此群组主要为各位从事计算机爱好者服务欢迎各位高手加盟共同学习QQ群號:7830012  4671518┇

TOP

引用:
原帖由 lamon 于 2007-9-10 20:15 发表
问题解决了,原来是 我这样添加了一个 标签    [标签:关键字] ,  这里的问题[xxxx],不能有 [ ]  , 我去掉这个标签以后就正常了  

火车头的一个bug ?
你这样根本不能解决任何问题

TOP

那么要怎么解决呢,我也是遇到这个问题,那位解答一下

TOP

sp2以后应该不会出现这种问题

TOP

发新话题
Powered by Discuz! 6.0.0  © 2001-2007 Comsenz Technology Ltd
Processed in 0.306331 second(s), 6 queries, Gzip enabled
当前时区 GMT+8, 现在时间是 2008-11-23 18:57 皖ICP备06000549 清除 Cookies - 联系我们 - 火车采集器官方站 - 静态归档