I am trying to open an existing SAS data set using the SAS enterprise 4.2. I have used this data set before, recently it started showing the following error: " SAS Enterprise Guide has encountered a problem ans needs to close" : On restarting the application the same message comes up. These are the details from the SAS error: " System.ArgumentOutOfRangeException InvalidArgument=Value of '7' is not valid for 'index'. Parameter name: index ------------------------------ Technical Information Follows ------------------------------ System.ArgumentOutOfRangeException: InvalidArgument=Value of '7' is not valid for 'index'. Parameter name: index at System.Windows.Forms.ImageList.ImageCollection.get_Item(Int32 index) at SAS.EG.Controls.ProcessView._CreateToolStripItem(String text, Int32 imageIndex, EventHandler onClickHandler) at SAS.EG.Controls.ProcessView.InitializeControls() at SAS.EG.Controls.ProcessView..ctor() at SAS.EG.Controls.ProcessFlowView.InitializeCustom() at SAS.EG.Controls.ProcessFlowView..ctor() at SAS.EG.SEGuide.MainForm.CreateViews() at SAS.EG.SEGuide.MainForm..ctor(EGOptions startupOptions) at SAS.EG.SEGuide.App.Startup(String[] args) at SAS.EG.SEGuide.App.Main(String[] args) ------------------------------ End of Technical Information ------------------------------ Can someone help me in finding the solution to this problem?
... View more