Home - Forums-.NET - FlyTreeView (ASP.NET) - 4.3.2.111 breaks 4.3.1.43 code :-(

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

4.3.2.111 breaks 4.3.1.43 code :-(
Link Posted: 16-Sep-2008 07:31
We developed against version 4.3.1.43 while waiting for management approval to purchase your product.

We later purchased a license and downloaded 4.3.2.111 only to discover that you've changed the interface for the FlyNodeType class and now our app won't compile.

1) This is generally frowned upon in such a minor version number change, especially considering that all you did was change the spelling of "AutoApplyAtLeafs" to "AutoApplyAtLeaves". You should have deprecated the "...Leafs" version and just passed on the call to the "...Leaves" version.

2) Are there release notes so I can see what else was changed between these versions?

3) Is there any way to get previous release versions so that we can release our tested app as is?
Link Posted: 16-Sep-2008 08:08
Yes, there was one breaking change in 4.3 version line (Leafs -> Leaves). Sorry for inconvenience. But we decided not to create obsolete members, in order to make control cleaner, since property rename looks like painless.

There's changes.txt file in Program Files directory of the control.

We can create for you specific version (using source control system), but I believe that you can safely modify Leafs->Leaves and release your tested app.