Posted 29 October 2024, 12:01 pm EST
Hello,
I create a Winform projet in VS2019 with spread Version=15.0.20225.0.
In a form I just put a SPREAD without any modification.
If I execute the program on Windows 10 or Windows srv 2003 it’s ok. but on Windows server 2016 I have this error
The index 0 is not between 0 and 0.
à FarPoint.Win.Spread.SheetViewCollection.get_Item(Int32 index)
à xxx.FrmMain.InitializeComponent()
à xxx.FrmMain..ctor()
this error comes from the line
this.fpSpread1_Sheet1 = this.fpSpread1.GetSheet(0);
on InitializeComponent Method…what’s happening ?
thks