Kepware ClientAce and WPF applications

D

Thread Starter

Dft

Hello

I am working on a SCADA application in which i am using WPF (windows presentation foundation).

I have downloaded and referenced the Kepware ClientAce OPC software. But this does not want to appear in my toolbox when in WPF application.

It will work when i use a standard windows forms project.

Can i use Kepware ClientAce with WPF?????

Thanks
 
F

Fred Loveless

No you cannot use the Controls in a WPF form. they are designed and tested with classic windows forms only. You should be able touse the API with a WPF form though. I have not tested this but the API has no objects that need to be displayed on the form so it should work.

Fred Loveless
Applications Manager
Kepware Technologies.
 
Top