-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem to Load UWP app to Raspberry Pi #12
Comments
This exception indicates that a .dll compiled for one platform( x86?) is being loaded into a incompatible process (x64, Amd?). |
Reading some posts on Windows Core IOT leads me to think that Windows does not yet support hardware accelerated graphics on RPi . |
It most helpful if your UWP code support Windows Core IOT.... Thanks for sharing your Awesome knowledge to US Thanks, |
Dear Sir,
When I am trying to load Workstation.RobotApp UWP app but not able to load raspberry pi and give below exception
An exception of type 'System.BadImageFormatException' occurred in Urho.dll but was not handled in user code
Additional information: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
Exception occur on below line in "RobotControl.xaml.cs"
this.robotGame = this.UrhoSurface.Run(new ApplicationOptions("Assets") { Width = (int)this.UrhoSurface.ActualWidth, Height = (int)this.UrhoSurface.ActualHeight });
Tejas Lodha
The text was updated successfully, but these errors were encountered: