Replies: 2 comments 1 reply
-
I've re-downloaded the .dll files and re-copied them, and now for some reasons, my Powershell sessions just die when I launch it ; no error, no popup, nothing. Didn't change the code, nothing explains the session being killed instantly |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's not really fair to open an issue for a question. Please close it and use Discussions for Q&As. I can't answer here as I never used PS with MahApps, but maybe anyone else can if you attach a very minimal sample. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am currently trying to understand how custom assemblies work with Powershell and WPF, but I'm really knew to all this and can't find any detailled tutorials on this, so I stumbled on this error and I need help to solve it...
I'm really new to custom assemblies so I don't really know how to use them with Powershell and Xaml. Here's what I did :
<Window ... </Window>
tag to<mah:MetroWindow ... </mah:MetroWindow>.
... and addingxmlns:mah="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
The script
The XAML :
When launching the script I get this error :
I really don't know what to do now, I don't even know how to get details about this exception. Can someone help me ?
Beta Was this translation helpful? Give feedback.
All reactions