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

Error on compilation of the solution #405

Open
ekleiman22 opened this issue Oct 4, 2021 · 5 comments
Open

Error on compilation of the solution #405

ekleiman22 opened this issue Oct 4, 2021 · 5 comments
Assignees
Labels
issue-type-doc Documentation bug or enhancement, does not impact product or test code up-for-grabs metadata: Good issue for external contributors waiting-author-feedback To request more information from author.

Comments

@ekleiman22
Copy link

The following error message was received while compiling the solution:

Severity Code Description Project File Line Suppression State
Error MC3072 The property 'AutomationProperties.HeadingLevel' does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation'. Line 32 Position 80. EditingExaminerDemo

@ryalanms
Copy link
Member

ryalanms commented Oct 4, 2021

Hi @ekleiman22,

New properties have been added to the WPF Framework for the .NET 6.0 release. The WPF Samples 'main' branch now requires the most recent version of the WPF SDK to build.

The 6.0 version of the SDK (RC2 or GA) can be downloaded here: https://github.com/dotnet/installer

@microsoft/wpf-developers: We need to update the readme to describe the requirements for each branch ('main', which should be for 7.0, 'release/6.0', 'release/5.0', and 'release/3.1'.)

@ryalanms
Copy link
Member

ryalanms commented Oct 4, 2021

That should say 'the most recent .NET 6.0' SDK.

@ekleiman22
Copy link
Author

ekleiman22 commented Oct 4, 2021

But on this page
https://dotnet.microsoft.com/download/dotnet/6.0
is written

Visual Studio support
Visual Studio 2022 (v17.0 latest preview)
Visual Studio 2019 for Mac (v8.10)<

and I use Visual Studio 2019 for Windows. May be it will be better to wait when stable version of Visual Studio 2022 will be released?

@alr1970
Copy link

alr1970 commented Jan 28, 2022

I also had to install VS2022 (of itself, not a problem) in order to compile.
Also the WPF designer failed with the message "the designer is disabled due to a mismatch between the build configuration and the 64-bit assembly"

I would suggest the line in the readme:
"To build the samples, open one of the solution files in Visual Studio 2019 and build the solution."
should be updated.

@dipeshmsft dipeshmsft added up-for-grabs metadata: Good issue for external contributors issue-type-doc Documentation bug or enhancement, does not impact product or test code labels Oct 29, 2022
@anjali-wpf anjali-wpf self-assigned this Dec 15, 2023
@anjali-wpf
Copy link
Member

@ekleiman22 Changes have been merged, please verify.

@anjali-wpf anjali-wpf added the waiting-author-feedback To request more information from author. label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue-type-doc Documentation bug or enhancement, does not impact product or test code up-for-grabs metadata: Good issue for external contributors waiting-author-feedback To request more information from author.
Projects
None yet
Development

No branches or pull requests

5 participants