Posted 24 July 2019, 2:20 pm EST
I am experience a problem with the form designer. When I change the names of variables in the designer UI, they revert back when the project is closed and reopened.
DETAILS:
Visual Studio: 2019 v16.1.6
SpreadNet 12.45.20181.0
Create a winform project. Target Net framework 4.7.2
Drag the spread control from toolbox on to form.
The variable fpSpread1_Sheet1 is created below the form.
Click on the spread control, go to properties and in the design section change the name of the control:
Changed from fpSpread1 to fpSpreadXX
The do you want to rename the spreadview objects dialog appears. Click on yes.
The variable at the bottom of the form is renamed fpSpreadXX_Sheet1
Save the form and close the project, then reopen it and reopen the form.
The name of the variable at the bottom of the form is back to fpSpread1_Sheet1. Browsing the sheets collection in properties for the spreadnet control has the the name changed back to fpSpread1_Sheet1.
Is there a version of the SpreadNet that works with Visual Studio 2019 UI designer? Maybe I have the wrong version?
Thanks
-Pete