有使用NetAdvantage2005的朋友吗!帮我一下
我按装了NetAdvantage2005,在VS的IDE的Toolbar中有了控件,我就新建一个页中加入一个WebCalendarView1控件,然后编译通过,可是在执行页面时出现以下错误,是什么原因啊!!!????(后来我把相关的.dll文件copy到我的BIN下也是同样的出错!)
错误信息:
发生类型为 System.Web.HttpUnhandledException 的异常。错误:
System.Web.HttpUnhandledException: 发生类型为 System.Web.HttpUnhandledException 的异常。 ---> System.ArgumentException: No WebScheduleInfo attached to WebCalendarView. Please set the WebScheduleInfo property at run-time (or the WebScheduleInfoID property at design-time) to a WebScheduleInfo located on the form.
   at Infragistics.WebUI.WebSchedule.WebScheduleViewBase.get_WebScheduleInfo()
   at Infragistics.WebUI.WebSchedule.WebCalendarViewRenderer.InitActivityDays()
   at Infragistics.WebUI.WebSchedule.WebCalendarViewRenderer.InitMembers()
   at Infragistics.WebUI.WebSchedule.WebCalendarViewRenderer..ctor(WebCalendarView calendar)
   at Infragistics.WebUI.WebSchedule.WebCalendarView.CreateRenderer()
   at Infragistics.WebUI.WebControls.SmartWebControl.OnPreRender(EventArgs e)
   at Infragistics.WebUI.WebSchedule.WebScheduleViewBase.OnPreRender(EventArgs e)
   at Infragistics.WebUI.WebSchedule.WebCalendarView.OnPreRender(EventArgs e)
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Page.ProcessRequestMain()
   --- 内部异常堆栈跟踪的结尾 ---
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain()
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)