- Home /
XML reading and writing on Windows IOT
Hi there,
I have got a script that reads xml on a windows desktop, when I build this to Windows IoT on a Raspberry Pi it fails since there is no Kernel32.dll.
I was wondering there is an alternative library or a way that I can make a custom script.
Thanks
Answer by bunnynsnake · Apr 17, 2018 at 06:57 PM
i dont know a lot about XML but you should look at these few sites that helped with some errors i had. https://social.msdn.microsoft.com/Forums/en-US/2323e6c8-cabb-42fb-beec-c9e58ae58549/reading-and-writing-and-xml-file-on-windows-iot-core?forum=WindowsIoT
https://docs.microsoft.com/en-us/windows/uwp/files/quickstart-reading-and-writing-files
https://docs.microsoft.com/en-us/windows/iot-core/develop-your-app/buildingappsforiotcore
best of luck
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Best practice to store and load a specific set of objects? 3 Answers
How do I keep references to unique NPCs between scenes? 1 Answer
Serializing an Action as XML? 0 Answers