Skip to content

I am getting an exception when using the preview 7 SDK in a WPF project using the new fluent.xaml. The pasted lines (line number 17-19 in the code) throws an exception: #9580

@jeffhandley

Description

@jeffhandley

Originally posted by @tivik7 in dotnet/core#9448 (comment)

I am getting an exception when using the preview 7 SDK in a WPF project using the new fluent.xaml. The pasted lines (line number 17-19 in the code) throws an exception:

        <ResourceDictionary.MergedDictionaries>
            <ResourceDictionary Source="pack://application:,,,/PresentationFramework.Fluent;component/Resources/Fluent.xaml" />
        </ResourceDictionary.MergedDictionaries>

Set property 'System.Windows.ResourceDictionary.Source' threw an exception.' Line number '82' and line position '18'.

with the inner exception:

IOException: Cannot locate resource 'resources/fluent.xaml'.

Workloads, Visual Studio Preview, NuGets and dotnet preview 7 all installed without errors.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions