microsoft/RAG-PDF-Analyzer-WPF-Sample

Missing Application.Resources file

tranlm opened this issue · 1 comments

I'm running on an ARM64 computer and am trying to build and run this solution. However, I keep getting an error message that says:

"Could not load file or assembly 'PresentationFramework.Fluent, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified."

I see that the following ResourceDictionary is listed in the app.xaml file:

<ResourceDictionary Source="pack://application:,,,/PresentationFramework.Fluent;component/Resources/Fluent.xaml" />
How do I go about obtaining this dependency?

Thanks!

I figured out the issue. I had been trying to run the .NET 9 from the github repo rather than using the executable. the error is no longer occuring.