Why does the editor complain about certain lines of code and want to put this in to resolve ambiguous objects ?
It also put something about “swf” up at the top of the code sometime -not sure if its when i’m adding events on controls via the editor or what ?
using DataGridViewRow = Wisej.Web.DataGridViewRow;
using DataGridViewCellEventArgs = Wisej.Web.DataGridViewCellEventArgs;
private void dgv_BusinessServices_CellValueChanged(object sender, DataGridViewCellEventArgs e)
{
// Code is here
}
If I remove the “swf” reference and comment them out inthe using clause they are then OK again without errors
This is happening in a new WiseJ application (3.5) not converting from Windows Forms to Wise J.
swf is for System.Windows.Forms. It comes from the backwards compatibility that Wisej has with Windows Forms. See here: https://docs.wisej.com/migration/winforms-to-wisej-1/winforms-to-wisej#replacing-winforms-namespaces-with-wisej.net
Please login first to submit.
