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.

HOLOLENS (UWP) CONNECTION MYSQL HELP!!!

edited August 2018 in Troubleshooting

Dear Sirs,
I'm trying to connect Hololens (Universal windows platform) to Mysql DB.
I'm using system.data.dll & Mysql.data.dll & connector/Net 6.9.12 for operating sytem .NET & MONO.
Scripting backened IL2CPP, Api compatibility level: .NET 4.x

In Unity connection was right.
In hololens it does not works

Is there any library to connect Mysql to UWP?
If not, can I connect creating new library?
Please HELP :( ... :(
Thanks very much
Regards

Tagged:

Answers

  • Pretty sure UWP application run a sandbox and have no access to the servers. You'll have to use WCF or a middle layer of web app. Just off the top of my head, check all the information I've mentioned here.

Sign In or Register to comment.