Full error.
error MC1000: Unknown build error, 'Method 'get_Command' in type 'System.Windows.Controls.Primitives.RepeatButton' from assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation. Line 6 Position 14.'
I am attempting to upgrade a vb.net project from .Net 4.0 to .Net 4.7.1 The above error is being thrown in all the xaml files in the project with different controls e.g RepeatButton, MenuItem. There are no error lines showing when i open the file.
I have also upgraded another branch with that points at the same PresentationFramework.dll from .Net4.7.1 which built fine.