Page 1 of 1

Win10 & .NET framework 4 full on Raspberry Pi

Posted: Thu Oct 05, 2017 8:50 am
by Snoopp
Hey! :)

Is it possible to install Windows 10 with .NET Framework 4 full on Raspberry Pi ?

Re: Win10 & .NET framework 4 full on Raspberry Pi

Posted: Thu Oct 05, 2017 12:02 pm
by fruitoftheloom
Snoopp wrote:
Thu Oct 05, 2017 8:50 am
Hey! :)

Is it possible to install Windows 10 with .NET Framework 4 full on Raspberry Pi ?

Please read the Microsoft website which explains what is Windows 10 IoT Core:

https://developer.microsoft.com/en-us/windows/iot

Re: Win10 & .NET framework 4 full on Raspberry Pi

Posted: Thu Oct 05, 2017 2:52 pm
by Snoopp
@fruitoftheloom: Thanks I've read it but still don't know answer for my question.

Originally my post was in "beginners" section but Admin or Moderator moved my topic to "Programming > Windows 10 for IoT" :arrow: I don't know why because I'm talking about Windows 10 with .Net framework 4 not for programming but for opening an app that requires .Net 4

Anybody?

Re: Win10 & .NET framework 4 full on Raspberry Pi

Posted: Thu Oct 05, 2017 3:03 pm
by fruitoftheloom
Snoopp wrote:
Thu Oct 05, 2017 2:52 pm
@fruitoftheloom: Thanks I've read it but still don't know answer for my question.

Originally my post was in "beginners" section but Admin or Moderator moved my topic to "Programming > Windows 10 for IoT" :arrow: I don't know why because I'm talking about Windows 10 with .Net framework 4 not for programming but for opening an app that requires .Net 4

Anybody?
The post was likely moved because Windows 10 Desktop Editions do not install / run on the Raspberry Pi 3B.

The only version of Windows suitable is IoT Core and hence this section of the Forum.......

Re: Win10 & .NET framework 4 full on Raspberry Pi

Posted: Thu Oct 05, 2017 3:20 pm
by ghans
No , you cannot install/run/deploy a traditional "full" .NET 4.0 stack on Win10Iot Core now and you won't be able to do it in future either.
Win10IoT Core has been designed for the UWP only and that is what you get.

ghans

Re: Win10 & .NET framework 4 full on Raspberry Pi

Posted: Thu Oct 05, 2017 3:21 pm
by Snoopp
Thanks for your time guys

Re: Win10 & .NET framework 4 full on Raspberry Pi

Posted: Thu Oct 05, 2017 4:34 pm
by Snoopp
What do you think about installing windows 7 + .NET 4 on a virtual desktop on Linux (such as virtualbox.org, vwmare..etc) ?

Re: Win10 & .NET framework 4 full on Raspberry Pi

Posted: Thu Oct 05, 2017 5:07 pm
by mahjongg
Snoopp wrote:
Thu Oct 05, 2017 4:34 pm
What do you think about installing windows 7 + .NET 4 on a virtual desktop on Linux (such as virtualbox.org, vwmare..etc) ?
A waste of your time!
It would run a slow as molasses in winter.

Re: Win10 & .NET framework 4 full on Raspberry Pi

Posted: Thu Oct 05, 2017 5:11 pm
by fruitoftheloom
Snoopp wrote:
Thu Oct 05, 2017 4:34 pm
What do you think about installing windows 7 + .NET 4 on a virtual desktop on Linux (such as virtualbox.org, vwmare..etc) ?

Virtual Box and VMWare need an underlying x86 CPU Machine, last time I checked the RPi has an ARM CPU..

....but maybe: https://eltechs.com/product/exagear-desktop/

Re: Win10 & .NET framework 4 full on Raspberry Pi

Posted: Thu Oct 05, 2017 6:34 pm
by mikerr
Exagear costs money...
You can do the same thing for free with qemu and WINE

Either way it will be too slow to be of much use - think Pentium 300 speed
( I did get windows 98 running reasonably well though: https://www.youtube.com/watch?v=oDiLHFsnPWE )

A better idea is to find a Linux version of whatever it is you want to ultimately run on that windows setup.
i.e. tell us what app it is you want to run...

Re: Win10 & .NET framework 4 full on Raspberry Pi

Posted: Sun Nov 18, 2018 2:25 am
by iwl
Snoopp wrote:
Thu Oct 05, 2017 8:50 am
Is it possible to install Windows 10 with .NET Framework 4 full on Raspberry Pi ?
Have you made some progress on your problem?

I'm just trying dotnet core 2.1 running on Pi 2+ without emulator.

But may be will need more then 2.1 only.