Adding a DataSource Control and Field Edit Control Using COMAPI in C#

I've added the DataSource Control and FEC control to my Form ok. My COMAPI session is working fine.  I'm running into a couple of issues getting the FEC working. I'm getting the following error trying to set the DataSource control to active.

Also I can't seem to just set the datasource control as the FEC datasource control like I do in VB.

fecCustomer.DataSource = dsCustomer; 

Gives a syntax error. "Cannot implicitly convert type AxAccpacDataSrc.AxAccpacDataSource to AccpacDataSrc.AccpacDataSource. An explicit conversion exists. Are you missing a cast?"

Sage 300 2021 PU7
VS 2017