|
 
- UID
- 37163
- 帖子
- 35
- 精华
- 0
- 积分
- 25
- 人气值
- 7 点
- 努力值
- 508 点
- 推广注册人数
- 0 个人
- 阅读权限
- 50
- 在线时间
- 60 小时
- 注册时间
- 2007-6-24
- 最后登录
- 2009-1-4
|
楼主
发表于 2007-7-23 09:32
| 只看该作者
易飞报表查询平台安装
易飞报表查询平台安装,需要哪些东东啊?
系统:简体 WINDOWS 2000 SERVER +SP4,自身的IIS。
用易飞光盘上的dotnetfx.exe进行安装.net framework 1.1。
运行ReportWebCenter.msi安装在IIS web站点主目录下:C:\Inetpub\wwwroot。
注册midas.dll 和 ReportConvert.dll。
设置参数\Inetpub\wwwroot\ReportWebCenter\web.config
进入登陆平台後,输入用户後按登陆,出现以下错误:
Server Error in '/ReportWebCenter' Application.
Specified argument was out of the range of valid values. Parameter name: index
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: index
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index]
System.Web.UI.ControlCollection.get_Item(Int32 index) +58
System.Web.UI.WebControls.TableRowCollection.get_Item(Int32 index) +22
RptPrgs.Programmes.ReportCenter.ReportMenu.BuildReportList()
RptPrgs.Programmes.ReportCenter.ReportMenu.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731 |
|