DamianEdwards / PiDnx

A sample DNX app for running on Windows 10 IoT Core on Raspberry Pi 2
61 stars 7 forks source link

Can we get an update for rc2-20221? #8

Open wadebee opened 8 years ago

wadebee commented 8 years ago

I would like to write an MVC.NET application for my Raspberry Pi 3 with Windows IoT. I tried loading your solution on my PC with RC1 | RC2 installed.

image

I received this upon load...

image

I tried manually modifying references per your ReadMe but still ran into various problems. Haven't been able to find a clear description of creating basic Hello World MVC.NET app on Raspberry Pi. Your write-up is perfect but just outdated now.

How hard would it be to update this post to reflect newer RC1 or RC2 releases?

Switch2Logic commented 8 years ago

I am having the exact same problem. I also have a Raspberry Pi 3 with Windows IoT now.

I followed the hole step by step guide, got it to work on -rc1-update2 but arm is not supported there. So I switch everything over to rc2-20221.

This guy helped me to convert all dependency's to Core for example : https://github.com/aspnet/Home/issues/1381

Before "Microsoft.AspNet.IISPlatformHandler": "1.0.0- After to "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-".

This has bumped up everything up to -rc3-*. Witch I was informed to be okay.I am still having some problems to migrate everything over to the new core standard. If anyone has an working example or a fix please do hit me up.

I will continue working at it. if I find a solution I will posted it.

krishermans commented 8 years ago

I'm also investigating running the latest .NET Core RC2 on a pi. What confuses me is that there don't seem to be a port of that CLR for ARM? So how could this possibly work?