当前位置:编程学习 > C#/ASP.NET >>

求助,win7下的framework1.1问题

我因工作需要,要登录某一个内部网站,如果是在winxp下,安装framework1.1以后就可以正常登录使用,如果安装2.0以上版本就不能正常使用,最近换了台新电脑,是win7系统的,我安装了framework1.1,把win7自带的3.5版也关闭了,还是无法使用该网站,我没办法去查看修改源程序,只求在win7下能正常使用该网站,希望各位能帮我找到在win7下兼容使用该网站的办法。

在IE8中提示出错代码是

<script> 
UserConfig.LinkToRemoteServer("http://unitadj.mes.mpcc/DataPro/DataProServer.rem");---提示这里出错
var msg = UserConfig.Login('zyjq4');
if(msg.split("|")[0]==0)
{
login_info.innerHTML = msg.split("|")[1];
}
else
{
login_info.innerHTML = "欢迎您!" + msg.split("|")[1];
}
UserConfig.SetEquipmentInte易做图ce(EquipmentConfig);
EquipmentConfig.SetServerInte易做图ce( UserConfig );
EquipmentConfig.SetMaterielInte易做图ce(MaterielConfig);
MaterielConfig.SetServerInte易做图ce( UserConfig );
MaterielConfig.SetEquipmentInte易做图ce( EquipmentConfig );
DataInputConfig.SetServerInte易做图ce( UserConfig );
DataInputConfig.SetEquipmentInte易做图ce(EquipmentConfig);
 
</script>



出错的详细提示为:
---------------------------------------------------------------------------------

有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.ArgumentOutOfRangeException: 指定的参数已超出有效值的范围。
参数名: index
   在 System.Windows.Forms.TreeNodeCollection.get_Item(Int32 index)
   在 SupconSoft.DataPro.Client.DataInput.ShowTree()
   在 SupconSoft.DataPro.Client.DataInput.StartTime_CloseUp(Object sender, EventArgs e)
   在 System.Windows.Forms.DateTimePicker.OnCloseUp(EventArgs eventargs)
   在 System.Windows.Forms.DateTimePicker.WmReflectCommand(Message& m)
   在 System.Windows.Forms.DateTimePicker.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.4927 (NetFXspW7.050727-4900)
    基本代码: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
DataInput
    程序集版本: 1.0.0.55
    Win32 版本: 不可用
    基本代码: http://unitadj.mes.mpcc/datapro/DataInput.DLL
----------------------------------------
System.Windows.Forms
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
DataProInte易做图ce
    程序集版本: 1.0.0.55
    Win32 版本: 不可用
    基本代码: http://unitadj.mes.mpcc/datapro_lib/DataProInte易做图ce.dll
----------------------------------------
Accessibility
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
ClientInte易做图ce
    程序集版本: 1.0.0.55
    Win32 版本: 不可用
    基本代码: http://unitadj.mes.mpcc/datapro_lib/ClientInte易做图ce.dll
----------------------------------------
System.Windows.Forms.resources
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
PopeMgtUserCtrl
    程序集版本: 1.0.0.55
    Win32 版本: 不可用
    基本代码: http://unitadj.mes.mpcc/datapro/PopeMgtUserCtrl.DLL
----------------------------------------
Equipment
    程序集版本: 1.0.0.55
    Win32 版本: 不可用
    基本代码: http://unitadj.mes.mpcc/datapro/Equipment.DLL
----------------------------------------
Materiel
    程序集版本: 1.0.0.55
    Win32 版本: 不可用
    基本代码: http://unitadj.mes.mpcc/datapro/Materiel.DLL
----------------------------------------
DDXWrap
    程序集版本: 1.0.0.3
    Win32 版本: 不可用
    基本代码: http://unitadj.mes.mpcc/datapro_lib/DDXWrap.dll
----------------------------------------
System.Data
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Xml
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
    基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。

例如: 

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

启用 JIT 调试后,任何无法处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。
--------------------编程问答-------------------- System.ArgumentOutOfRangeException: 指定的参数已超出有效值的范围。
参数名: index
代码有问题,参数超出了数组的范围
仔细检查下下面的方法
在 System.Windows.Forms.TreeNodeCollection.get_Item(Int32 index)
  在 SupconSoft.DataPro.Client.DataInput.ShowTree()
  在 SupconSoft.DataPro.Client.DataInput.StartTime_CloseUp(Object sender, EventArgs e)
  在 System.Windows.Forms.DateTimePicker.OnCloseUp(EventArgs eventargs)
  在 System.Windows.Forms.DateTimePicker.WmReflectCommand(Message& m)
  在 System.Windows.Forms.DateTimePicker.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)
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,