Author Topic: .Net assemblies in x64-Project  (Read 7599 times)

WU

  • Jr. Member
  • **
  • Posts: 2
    • View Profile
.Net assemblies in x64-Project
« on: August 10, 2015, 06:07:14 AM »
Hi all,

we are currently using the Production System .DLLs in an x86 .Net 4.5 project. It's working fine so far, but as it turn out, we'll probably have to migrate this project to x64 soon. I wasn't able to find any x64-specific DLLs in my Installation of the Production System - is it possible to use it from a 64-bit process?

Thanks in advance!
« Last Edit: August 11, 2015, 11:09:29 PM by WU »

Andy Ayre

  • ESAcademy Staff
  • Sr. Member
  • *****
  • Posts: 2190
    • View Profile
    • Embedded Systems Academy, Inc.
    • Email
Re: .Net assemblies in x64-Project
« Reply #1 on: August 13, 2015, 12:51:30 PM »
Currently 64-bit assemblies are not supported. They might be in the future but I don't have an ETA. Sorry. What is "soon" exactly?
Embedded Systems Academy, Inc.
support at esacademy dot com

WU

  • Jr. Member
  • **
  • Posts: 2
    • View Profile
Re: .Net assemblies in x64-Project
« Reply #2 on: August 13, 2015, 11:39:13 PM »
Ok, then I'll have to find some way to work with the existing x86 assemblies - I don't know the exact measning of "soon" in our case, but it will probably be something like "in the next two or three weeks".