03-08-2018, 04:20 AM
(10-05-2017, 01:59 AM)Matthew Wrote: Hello all,
A customer of ours is trying to deploy their application, see below his email:
"I'm unable to deploy my application to the Pine using Visual Studio 2017.
I remember that I had my the application running on when we received the boards a while back but I was using Visual Studio 2015 then.
"The application we have developed is a UWP project and not a native Win32 project.
I've followed the steps you pointed to but it did not fix the problem.
It compiles and deploy successfully to a Raspberry Pi running Windows Core."
Please assist?
Thanks.
I'm a total noob at this, but I've been toying with a couple of apps in VS2015 AND VS2017 on different machines. One VS2017 installation was giving me all sorts of trouble - however an installation repair took care of that.
The only template available for c# and IoT is "background task" (which is fine for me - at least for now), so if you' ve got something different on your hands, you need to install the relevant frameworks / nuget packages for your project. C++, oth, has all the reasonable templates available.
In my minimal experience, a VS2017 project builds and deploys just fine in VS2015 and viceversa - provided you have all the pieces. For instance, if you'd like to write a CLI app, you need to start with a blank UWP clI, then add NETCore.App from Nuget - then fiddling a bit in the command prompt to get an ARM executable (VS won't do that for you, sorry....).
Although I'm not sure about HOW MUCH I can help you, would you please ask your customers to elaborate a bit about their unability to deploy? I.E. what is the error...? As insane as it may sound, I have been experiencing troubles with my first SD card - which is the 32GB variant of a recommended card; for some reason, the 16GB version (the recommended one) works like a charm. Go figure....