You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a GraphX-based UWP project. I am using Win 10 with the latest stable version of VS/.NET.
When loading this example project, I got the following error:
Error Cannot import the following key file: uap_graphx.controls.pfx. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the following key container name: VS_KEY_84CEA4D79D6EBB21 GraphX.UAP.Controls
Additionally, when editing the XAML file, I get the following error on the ZoomControl block:
Error The specified value cannot be assigned to the collection. The following type was expected: "UIElement". UAP.SimpleGraph C:\Users\borso\Downloads\GraphX-PCL2\GraphX-PCL\Examples\UAP.SimpleGraph\MainPage.xaml 19
Stack Overflow resources suggested to switch to Release mode, set the Platform of UAP.SimpleGraph to x86, and rebuild the project.
This resolved the issue once, but I cannot reproduce it again (i.e. now this fix does not work and I get the same error messages again). What should I try next?
The text was updated successfully, but these errors were encountered:
Hi, the first error is certificate error. I think you have to make new certificate from the GraphX.UAP.Controls project settings. The second one is weird so I don't have solution for you out of the box. If you send me bugged example project I can take a look.
Hi,
Creating a new certificate solved the problem with the example project.
I have uploaded my bugged solution, but because of the size limit here, it is available through this link.
I am trying to create a GraphX-based UWP project. I am using Win 10 with the latest stable version of VS/.NET.
When loading this example project, I got the following error:
Additionally, when editing the XAML file, I get the following error on the
ZoomControl
block:Stack Overflow resources suggested to switch to Release mode, set the Platform of
UAP.SimpleGraph
to x86, and rebuild the project.This resolved the issue once, but I cannot reproduce it again (i.e. now this fix does not work and I get the same error messages again). What should I try next?
The text was updated successfully, but these errors were encountered: