I have now have the app building and running but it doesn't seem to work correctly. I see continuous exceptions and see no data.
The way this started is I got a little app from a co-worker. He said it would build and it runs. I can't get it to build. I download the v3.99s package from SourceForge and with a couple of tweaks it will build but, as I wrote, it doesn't run right.
The main change I made was going from EthernetIPforCLXCom to EthernetIPforCLX. After that change, the program throws an exception in a call to (( System.ComponentModel.ISupportInitialize )( this.ABcomm )).BeginInit();
My questions are - what is the version that uses EthernetIPforCLXCom? Is that available anywhere? What can I do to make BeginInit work or is it even necessary?