Skip to content
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

Cannot build project (DUE TO LACK OF DOCUMENTATION OF BUILD STEPS) #27

Open
manups4e opened this issue Jan 3, 2021 · 4 comments
Open

Comments

@manups4e
Copy link

manups4e commented Jan 3, 2021

Mainly it "cannot create NavigationViewItem in XAML"
image

@manups4e manups4e changed the title Cannot compile Cannot build project Jan 3, 2021
@deankevorkian
Copy link
Member

deankevorkian commented Jan 3, 2021 via email

@manups4e
Copy link
Author

manups4e commented Jan 4, 2021

i do have everthing updated yet i don't seem to be able to build it.. i downloaded the project directly from master branch and opened its sln file

@manups4e
Copy link
Author

manups4e commented Jan 4, 2021

i tried to re-download nugets packages for the project but still it gives me this..

image

@deankevorkian
Copy link
Member

So basically the issue is solved but the reason for it being opened is the lack of precise documentation -
The project would not compile for @manups4e for several reasons -

  1. The solution configuration architecture should've been x64 (I'll admit ARM and x86 are, as of now, not supported - as most SDKs we use for physical control of devices only support x64, or to the very least - we have only supported x64 for them). This might change in the future as we consolidate direction for going cross platform.
  2. The startup project should've been the WAP (RgbMasterWap project) - this is due to limitations regarding WPF & UWP (via Xaml Islands) that require us to run the WAP project for certain features to work. Might change in .NET 6
  3. the WAP project had to be signed (and since we won't disclose our password for the private key, as it will use us for publishing on the Microsoft Store, you have to create a certificate of your own)

I'm gonna allow myself to change the issue title to include "MISSING DOCUMENTATION" and keep it open - but it is resolved.

@deankevorkian deankevorkian changed the title Cannot build project Cannot build project (DUE TO LACK OF DOCUMENTATION OF BUILD STEPS) Jan 5, 2021
@deankevorkian deankevorkian added this to To do in Documentation Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants