I am new to the forum, if I do something wrong just tell me pls.
I recently started using a pi zero w for my personal usages. Just tinkering around with it. A few weeks back I started a project on a normal pi. I am of origin a .NET programmer and not a python programmer so when I read about Windows IoT I wanted to try it. After a bit difficult start I managed to get it online. But now when I want to deploy an application from VS it will not deploy however, it will run the app local. The weird thing about this is that I can deploy the demo apps via the IoT dashboard, so there is nothing wrong with the OS it self. When deploying the same application to the same Pi with a friends laptop, it will work too.
Every time I want to deploy the Pi will not respond in any way(no app starting or so). I also tried manually sending over a compiled package of a empty app over the device portal but got the same result as with visual studio. I did got a different error code from the Device Portal which is:
From time to time Visual Studio will show a error message in the error list but not always, but it will always say the default "There where deployment errors. Continue?" message box. The error I see in the error list is:Failure reason: Windows cannot install package <package name> because this package depends on a framework that could not be found. Provide the framework "Microsoft.NET.CoreRuntime.1.1" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or ARM processor architecture and minimum version 1.1.25915.0, along with this package to install. The frameworks with name "Microsoft.NET.CoreRuntime.1.1" currently installed are: {} Failure text: Package failed updates, dependency or conflict validation. (0x80073cf3)
I am using a pi 3 model B for this with Visual Studio 2017 Community Edition 15.7.1. The app has target version: 16299 en min version: 15063.DEP6957: Failed to connect to device '<correct ip address>' using Universal Authentication. Please verify the correct remote authentication mode is specified in the project debug settings. MissingMethodException - Method not found: 'Void Microsoft.Tools.Connectivity.RemoteDevice.set_Protocol(TransportProtocol)'. [0x80131513]
Does anyone has an idea about what is wrong with my visual studio installation?