Visual Studio Question - ambiguous references

0
0

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

  • You must to post comments
Showing 0 results
Your Answer

Please first to submit.