question

fabiocarvalho-3521 avatar image
0 Votes"
fabiocarvalho-3521 asked Bruce-SqlWork commented

.NET 5 compatibility with Windows Embedded and IoT

Hello,
I am a developer and my product has currently been converted from .NET Framework 4.8 to .NET5. I haven't been able yet to test it on Windows IoT and Embedded versions and I've been trying to find compatibility information but it seems to me this information is not public yet. Can someone please send me the list of compabible/non-compatible OS versions vs .NET5 please? Where can I find that information?

Some OS I would like to double check compatiblity (below). Even if some of them are not fully compatible, are there any KBs to install to make it compatible? Please advise.

Windows 11 IoT Enterprise
Windows 10 IoT Enterprise
Windows Embedded Pro
Windows Embedded Compact
Windows Embedded 8
Windows Embedded 7

dotnet-standardwindows-iot-10corewindows-embedded
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thameur-BOURBITA avatar image
0 Votes"
Thameur-BOURBITA answered

Hi,

Here you will find all supported operating system for .Net5:

5.0-supported-OS




Please don't forget to mark helpful reply as answer

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered

note: net 5.0 support ends in a couple months, 5/8/2022, so any current projects should use .net 6.0

https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md

switching to .net core for out of support systems is probably a bad idea. .net 5 and .net depend on particular services patches to work.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

fabiocarvalho-3521 avatar image
0 Votes"
fabiocarvalho-3521 answered Bruce-SqlWork commented
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

the trick is to check the windows service pack version of your IOT o/s.

windows 7 based IOT need to be at SP1 or later.
windows 8 based IOT need to be based on 8.1 or later.
windows 10 based need to at sp 1607 or later
windows 11 based IOT need to be at sp 22000 or later

0 Votes 0 ·
SeeyaXi-msft avatar image
0 Votes"
SeeyaXi-msft answered

Hi @fabiocarvalho-3521,

Welcome to Microsoft Q&A!
Please see this document about Windows IoT:
https://docs.microsoft.com/en-us/windows/iot-core/windows-iot-core?WT.mc_id=IoT-MVP-5002324#differences-between-windows-10-iot-core-and-windows-10-iot-enterprise

Best regards,
Seeya


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.