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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
I get the following error when building an UWP application for ARM:
Could not resolve member reference: Windows.UI.Xaml.FrameworkElement::put_Margin.
This happens only when CodeContracts are enabled (v1.9.10714.2, see screenshot) and ONLY when Solutions Platform is set to ARM (I try to build for IoT; there is no error when trying to build for x64 or x86)
I use UWP target version 10.0.14393 (for min and max):
The code I use to reproduce the behaviour is a simple constructor that creates a TextBox and sets a Margin:
I get the following error when building an UWP application for ARM:
This happens only when CodeContracts are enabled (v1.9.10714.2, see screenshot) and ONLY when
Solutions Platform
is set toARM
(I try to build forIoT
; there is no error when trying to build forx64
orx86
)I use UWP target version 10.0.14393 (for min and max):
The code I use to reproduce the behaviour is a simple constructor that creates a
TextBox
and sets aMargin
:Note: when omitting the
Margin = ...
line there is no error.The text was updated successfully, but these errors were encountered: