Posted 19 years ago
by MJA
- Belgium
Hi,
It took me a very long time to convert to 3.0 from version 2. OK, let's say 2 hours ;).
A lot of methods and properties were displaced. How to guess that document.CurrentView became editor.SelectedView ?
For the next time may I suggest that you don't discard obsolete methods and properties, but you mark them as obsolete with a compiling error message.
Something like this
It took me a very long time to convert to 3.0 from version 2. OK, let's say 2 hours ;).
A lot of methods and properties were displaced. How to guess that document.CurrentView became editor.SelectedView ?
For the next time may I suggest that you don't discard obsolete methods and properties, but you mark them as obsolete with a compiling error message.
Something like this
<Obsolete("document.CurrentView was replaced by editor.SelectedView", True)>Function CurrentView() as ....