Readme
Readme
0 (only)
-----------------------------------------------------------------------------------
--------
In our recent v5.2.0 release (now deprecated), we noticed that Bunifu Button
included two
properties namely: 'onHoverState' and 'OnHoverState'. We had to resolve this issue
through
removing the latter property which in VisualBasic led to an ambiguous property
error being
reported by Visual Basic developers due to the case-insensitive nature of the
language.
For C# developers who installed v5.2.0 and have now upgraded to v5.2.1 or higher,
you will receive the following error:
If so, kindly go ahead and delete the specific lines of code with the mentioned
property
from the Form's Designer to resolve this. You can then build your project
successfully.
Kindly note that this will not affect anyone upgrading from other previous versions
FAQs:
-----------------------------------------------------------------------------------
--------
Q1: I'm getting an "ambiguous namespace" error after upgrading. What should I do?
-----------------------------------------------------------------------------------
--------
For users who have reported issues revolving around ambigous namespace error after
upgrade
which mostly revolve around Bunifu TextBox, kindly go ahead and delete the
reference
'Bunifu.UI.WinForms.Deprecated' from your project's References. This specific
reference
provides backward compatibility for past non-NuGet releases in v1.11.5.21 and
below.
-----------------------------------------------------------------------------------
--------
Q2: I'm getting the error, "This license does not have a registered UI WinForms
license..."
-----------------------------------------------------------------------------------
--------
If you face this issue, kindly go ahead and edit the licenses.licx file found in
your
project's Properties section by expanding it and locating the file. You will notice
that
the error will be pointing to a specific control/component. Navigate through the
list of
controls and components registered and ensure that the control is registered in the
file.
If not, simply go ahead and add the control/component inside the file in this
format:
Example:
--------
Bunifu.UI.WinForms.BunifuToolTip, Bunifu.UI.WinForms.BunifuToolTip
Once done, save and close the file, then rebuild your project for changes to take
effect.
If this doesn't work, please reach out to us via our Chat platform on our homepage.
We are always available via our Chat platform on our homepage, therefore in case
you
face any support issues, please feel free to reach out to and mention the issue.
You
will be sure to hear from us thereafter. All the best, and happy coding!
---
Bunifu Framework Team