Author Topic: Advanced HMI using 3.5 Famework  (Read 1098 times)

Gwosmek

  • Newbie
  • *
  • Posts: 3
    • View Profile
Advanced HMI using 3.5 Famework
« on: August 29, 2017, 03:24:37 PM »
I have a project where I have to tie an existing 3.5 framework form that is controlling a barcode reader and database to the Advanced HMI software. When I merge the two programs together I get issues because one is built using framework 3.5 and the other using 4.0. Is there an older version of Advanced HMI that uses the 3.5 Framework? I believe this would solve my issue. I already contacted the Manufacture of the barcode reader which is using 3.5 and they don't have any SDK's for the newer framework(4.0).


Any Suggestions?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5260
    • View Profile
    • AdvancedHMI
Re: Advanced HMI using 3.5 Famework
« Reply #1 on: August 29, 2017, 06:09:52 PM »
AdvancedHMI requires .NET 4.0 because it uses some functionality that only exists in 4.0

You should be able to reference a .NET 3.5 library in the AdvancedHMI project. Maybe it will require adding a form to the AdvancedHMI project, then copying your code to it.