Failed to initialize CoreCLR, HRESULT using .Net 8

0
I am trying to deploy a Docker Compose setup for a .NET 8 API on an industrial edge device (IED) system, but I keep encountering the error "Failed to initialize CoreCLR, HRESULT." Interestingly, the setup works fine with the .NET 6 SDK version. Has anyone experienced this issue? Is there a way to upgrade the Docker Engine version on the IED?
asked
3 answers
0

Hello,

 

I hope you're doing well.

 

I understand that you want to install an application on your IED, specifically an API developed in .NET 8, correct?

 

I would like to gather the following information:

  • What type of device are you using, and what is its firmware version?

IED VERSION.png

 

  • What type of IEM are you using, and what is its firmware version?

IEMVERSION.png

 

  • Which version of IE App Publisher are you currently using?

IEAP VERIOSN.png

 

Please also send me a full screenshot of the error you're encountering. I need to know where exactly the error is appearing (IED, IEM, or IE App Publisher).

 

I look forward to your response.

 

Best regards,

Rafael Curiel.

answered
0

IE publisher 1.13.5

IEM Version 1.18.10

IED Version ied-os-1.8.0-6-amd64

 

The error is appearing when ied try to start my app... "Failed to initialize CoreCLR, HRESULT." is part of the log erros.

 

answered
0

Hello,

 

I hope you're doing well.

 

Please update the firmware version of your IED and also generate a new version of the app using the latest version of the IE App Publisher.

 

Try running it with these updated components and let me know if the issue persists.

 

Best regards,

Rafael Curiel.

answered