Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

How do i gain access to files that i placed in assets folder in my PC, from a deployed HoloLens App?

So i have a couple of files i need to use in my application. Both are NLP related .nbin files.
I stored them directly in my assets folder without using any sub directories in it. (.../Assets/EnglishTOK.nbin)

Now i'm using Application.DataPath to get access to assets folder without specifying the absolute path on my PC (Working).
But after i deploy it to the HoloLens, i'm getting the following error.

FileNotFoundException
C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\Template3DVS.Release_Win32.Dinesh\Data\EnglishTok.nbin
and the above path is shown. Being a beginner, I am not able to debug the problem.
1. How do i gain access to those files?
2. If this process is incorrect, is there any other way on how to include files in my app? (Not creating new but using existing ones)
3. If i do upload files from Windows Device Portal, where should i place those files? How do i access them? Any new Paths needs to be specified?

Thanks for your time.!!

Sign In or Register to comment.