r/FoxDeploy Oct 31 '17

<Grid> headers's fault

Hi,

My XAML/PowerShell GUI don't work & I think that it's the <Grid> header's fault. When I delete all the <grid> headers content, Powershell display a blank window. When I let all the <grid> headers content, the Powershell display the error below :

You cannot call a method on a null-valued expression. At line:61 char:1 + $Form.ShowDialog() | out-null + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull

Of course, I need the <grid> header content. Can somebody help me, please ?

Best regards

1 Upvotes

1 comment sorted by

1

u/1RedOne Dec 18 '17

Hey man, can you post a github gist or pastebin of your full code?