FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
08-10-2023 05:16 AM
I want to build a HMI application by windows; I found a sample in SDK(1.20)(datalayer.client.browse)maybe can help me to build it.
but I can't use the sample by .Net Framework( Version 4.8) ,it looks like base on the .NET Core,in the other subject ,they said it will be solved in this version,so I want to know how to use it,or there have the development summary by the datalayer's interface?(I just know the document about the Rest API)
The Erro Picture(.NET Framework Project,but use the sample's code)
SDK sample add form,add breakpoint;base on .Net 6.0(because I need a Form to display;like curve or window operation)
it can't stop at breakpiont
but it can work
and I want to know whether the interface can write nodes' data ?
If use the .NET 6.0 ,I can built a mobile application HMI? (maybe I can get the nodes' data by wireless device)
Solved! Go to Solution.
08-10-2023 09:03 AM
Hi @WEI_You
ctrlX Data Layer API for .NET works with .Net Framework since version 2.7.1. See also this screenshot:
I searched for your error message in the web and found this post on stackoverflow.com, maybe it can solve your problem.
Some hint about your debugging issue: try to enable "native code debugging".
Please keep in mind, that you are working in an unsupported toolchain, so its difficult for me to help you here.
Best regards,
Nick
08-18-2023 07:32 AM
hello nick,I try to do it by your advices,it allways can't hit breakpoiont;
and I also can't run in the .NET framework;
11-13-2023 02:03 PM
Is this still an issue or can this topic be closed?
12-05-2023 09:05 AM
I solved the problem,but,I can't found the reason,I change the computer,It's can debug correct
Thanks