Error in form designer window if project is set to x64 #2736
Replies: 1 comment
-
Maybe that can help you #2183 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've set the project (based on MaterialDesign) to "x64", after that in the designer window ("form" preview) the following error appears after some time:
XamlObjectWriterException: Proprietà della raccolta 'Mocks.MaterialDesignThemes_Wpf_ColorZone_0_151276709'.'Behaviors' null.
(Proprietà della raccolta should be "collection property")
The error appears inside the form "rectangle" where all XAML controls should be in.
The compilation shows no errors and is being completed.
If I set the project to "x86" the form "preview" in the designer window appears correctly.
Should I set something else in the project?
Thank you, regards.
Roberto
Beta Was this translation helpful? Give feedback.
All reactions