Giter VIP home page Giter VIP logo

Comments (23)

paulmon avatar paulmon commented on June 19, 2024 5

The extension SDK doesn't exist for SDKs with a version greater than 17134. The APIs that were in the extension SDK have been merged into the main UWP SDK. If you are using an SDK with a version greater than 17134 you should delete the reference to the extension SDK

from windows-iotcore-samples.

myokeeh avatar myokeeh commented on June 19, 2024 2

I repeat: It's been "merged" with the main Windows 10 SDK. You don't need to reference it anymore.

from windows-iotcore-samples.

myokeeh avatar myokeeh commented on June 19, 2024 2

from windows-iotcore-samples.

myokeeh avatar myokeeh commented on June 19, 2024 1

It is no longer required. It's been "merged" with the main Windows 10 SDK. Some of the older documentation need updating.

from windows-iotcore-samples.

PRIMETSS avatar PRIMETSS commented on June 19, 2024

Have you installed the Windows 10 SDK (Preview or matching your version?)
Latest Preview here if your an insider
https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewSDK

Check here for what Extentions are installed from SDK
C:\Program Files (x86)\Windows Kits\10\Extension SDKs\WindowsIoT

from windows-iotcore-samples.

Informaticore avatar Informaticore commented on June 19, 2024

Have you installed the Windows 10 SDK (Preview or matching your version?)

Yes! And all the other as well even for Windows 8.1 (but I deleted them after it was not helping)

Do I need to use the insider preview? Or should it work with the normal one as well? (I am not an insider)

from windows-iotcore-samples.

PRIMETSS avatar PRIMETSS commented on June 19, 2024

Get the SDK that matches the version you have installed on the Pi
Your dev machine might need to be same or higher version

from windows-iotcore-samples.

Informaticore avatar Informaticore commented on June 19, 2024

I have the matching SDK on both. On the Pi the version number is the same as the on installed on my dev machine! The extension is still not in the list of references.
I checked a few tutorials, I uninstalled the whole Visual Studio and installed it again and installed it like explained - but the extension never appeared, only the one for mobile.

I am using the community Edition - are there any known limitations?

from windows-iotcore-samples.

Informaticore avatar Informaticore commented on June 19, 2024

The folder 'C:\Program Files (x86)\Windows Kits\10\Extension SDKs' only contains 'WindowsMobile'
Raspberry Pi Windows IoT Version: v.10.0.17134.1

In the Installer List it is '.0' at the end but there is no '.1' to download so I would guess, thats okay?!
Here is the list from the Installer of alle installed tools:
installed_tools

What else is missing?

from windows-iotcore-samples.

PRIMETSS avatar PRIMETSS commented on June 19, 2024

Add Reference / Extention
image

from windows-iotcore-samples.

Informaticore avatar Informaticore commented on June 19, 2024

@paulmon does that mean I do not need that extension anymore?? (just to make sure)

from windows-iotcore-samples.

Informaticore avatar Informaticore commented on June 19, 2024

It is working now without any extension - that should be mentioned in the tutorials!
@PRIMETSS nice hint but as I said, this list item does not exist!

from windows-iotcore-samples.

PRIMETSS avatar PRIMETSS commented on June 19, 2024

hmmm Odd as for version 17134 it should be there.

As Paul said, for version above the API's where merged into the main SDK so no specific extension no longer needs to be referenced.
I guess if your up and running then that's good.
And yes understand the bit of frustration re- the Docs....
But stick with it, as its ALMOST impossible to keep the Docs (found via google) up to date with a moving platform.... That's a Nobel Peace Prize achievement in my books!

from windows-iotcore-samples.

Informaticore avatar Informaticore commented on June 19, 2024

@PRIMETSS I see but at least the installation should be clear. I mean I am doing development for years now but I can pin this experience tp my top 3 shittiest :D
Now it is running - time to do some fancy stuff.

from windows-iotcore-samples.

sunnysonydas avatar sunnysonydas commented on June 19, 2024

I try to do the HelloWorld sample but while setting up Visual Studion and the project, I am not able to find or install the Windows IoT Extensions for the UWP.
In the list where I can add references I can only find the Windows moble Extensions for the UWP but not for IoT.

from windows-iotcore-samples.

sunnysonydas avatar sunnysonydas commented on June 19, 2024

I am facing problems with my Visual Studio when i am trying to create a IoT app This is --

"visual studio requires a newer version of windows to display the content. please update to windows 10 version 1809 (10.0.17763.0) or later"

Now how can I get rid from this problem? ( Note: My Windows OS is activated and updated)

from windows-iotcore-samples.

paulmon avatar paulmon commented on June 19, 2024

Run winver.exe to see what version of Windows you have installed. The build number must be less than or equal to the target version of your project. Alternatively if you are not using any new APIs you can select a target version that is less than or equal to the version of Windows you have installed.

This link may be helpful: Choose a UWP Version

from windows-iotcore-samples.

endyb66 avatar endyb66 commented on June 19, 2024

There is no Windows IoT Core Extension fo version 17763, when targeting build 1809. Is this missing only inside my VS installation?

from windows-iotcore-samples.

endyb66 avatar endyb66 commented on June 19, 2024

So when upgrading my project to 1809, i can remove the extension from my references without any problems?

from windows-iotcore-samples.

endyb66 avatar endyb66 commented on June 19, 2024

Ok perfect, thank you

from windows-iotcore-samples.

steam3d avatar steam3d commented on June 19, 2024

But i have error "The name 'FullTrustProcessLauncher' does not exist in the current context UWP"
I use 17763 and can't add extension. What's wrong?

from windows-iotcore-samples.

Zeyneb-Rh avatar Zeyneb-Rh commented on June 19, 2024

@paulmon Please I have a problem I am beginner at programming, I hope u can help me;I have installed on my SD card IoT v.10.0.17763.107, on RPi 3, and It boots good. I can also see the device on Dashboard, and Device portal, working from Windows 10 Pro Version 18363.900. However the following issues are observed.

Visual Studio 2019, Universal application, identifies my remote system, but rejects to deploy in following configurations
a) ARM with Universal (Unencrypted Protocol),
Severity Code Description Project File Line Suppression State
Error DEP6957: Failed to connect to device '192.168.1.3' using Universal Authentication. Please verify the correct remote authentication mode is specified in the project debug settings. COMException - Exception from HRESULT: 0x801C0003 [0x801C0003]
b) ARM - Windows/None mode with following error
Error: Unable to connect to the Microsoft Visual Studio Remote Debugger . The Visual Studio 2019 Remote Debugger (MSVSMON.EXE) does not appear to be running on the remote computer. This may be because a firewall is preventing communication to the remote computer. Please see Help for assistance on configuring remote debugging.

I don t know how to resolve this problem. I will be so thankfull.

from windows-iotcore-samples.

paulmon avatar paulmon commented on June 19, 2024

Usually restarting Visual Studio will fix this error if you are building a UWP application.

If you building device drivers see this page:
https://docs.microsoft.com/en-us/windows/iot-core/learn-about-hardware/driverdeployment

If you are developing a UWP application see link:
https://docs.microsoft.com/en-us/windows/iot-core/develop-your-app/buildingappsforiotcore

If you are developing a console app see this page:
https://docs.microsoft.com/en-us/windows/iot-core/develop-your-app/remotedebugging

from windows-iotcore-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.