Author Topic: .Net 4.0 Full vs .Net 4.0 Client Profile  (Read 2129 times)

calimero100582

  • Newbie
  • *
  • Posts: 11
    • View Profile
.Net 4.0 Full vs .Net 4.0 Client Profile
« on: April 28, 2015, 11:35:40 AM »
I got issue with the lib as I need to install .Net 4.0 Full on the desktop that run the application

Is there a way to get it to work on .Net 4.0 Client Profile??

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: .Net 4.0 Full vs .Net 4.0 Client Profile
« Reply #1 on: April 28, 2015, 11:55:19 AM »
All if AdvancedHMI is set to target the .NET full framework, so I'm not sure if you can run it without the full framework installed. Is your library targeting the Client Profile?

calimero100582

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: .Net 4.0 Full vs .Net 4.0 Client Profile
« Reply #2 on: April 30, 2015, 09:08:38 AM »
I use the advancehmi project, and then I tried to target client profile, but I can't change the target of already compiled file (Advanced HMI Drivers and Controls)

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: .Net 4.0 Full vs .Net 4.0 Client Profile
« Reply #3 on: April 30, 2015, 04:56:48 PM »
See here for builds against client profile:

https://sourceforge.net/projects/advancedhmi/files/advancedhmi/3.5/Patches/


Just an FYI, the client profiles have been discontinued by Microsoft.

elirofu

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: .Net 4.0 Full vs .Net 4.0 Client Profile
« Reply #4 on: May 26, 2015, 01:15:03 PM »
Hello,

do you have the builds in .NET framework 2.0?

I want to run an application in a thin client but I cant install framework 4.0 due to the amount of space required.


Thanks.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: .Net 4.0 Full vs .Net 4.0 Client Profile
« Reply #5 on: May 26, 2015, 05:48:36 PM »
do you have the builds in .NET framework 2.0?
The latest version cannot run in .NET 2.0 because some of the drivers use concurrent collections that do not exist on 2.0