Use the Library from a User Control #422
Unanswered
matt-stomper
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Afternoon All,
I developing a library that runs within an application. I am only able to develop UserControls, Pages etc and am unable to access any on the Application XAML.
Has anyone successfully used ModernWpf with User controls only?
I am starting simple and using a ui:ListView within a Grid.
I am getting the Error: FileNotFoundException: Could not load file or assembly 'ModernWpf.Controls, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
I can see the Modules ModernWpf.Controls.dll and ModernWpf.dll are loaded in the debugger.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions