发表于:2005-09-22 15:19:00
楼主
怎样读一个bool型item啊?
参数“3” : 无法从“int[]”转换为“ref System.Array”?
所有参数都出现这样的错误(c#语言)
private void button3_Click(object sender, System.EventArgs e)
{
object[] mee;
object a,b;
textBox1.Text=mOpcGrp.SyncRead(OPCSiemensDAAutomation.OPCDataSource.OPCCache,1,lItemSvrHdls,mee,pErrors,a,b);
}