Search found 1813 matches

by brittneyr
Fri Dec 13, 2024 7:05 am
Forum: PowerShell HelpWriter
Topic: Unhandled exception starting PowerShell HelpWriter 2024
Replies: 1
Views: 19

Re: Unhandled exception starting PowerShell HelpWriter 2024

Thank you for reporting. We are looking into this and will get back to you soon.
by brittneyr
Thu Dec 12, 2024 8:02 am
Forum: PowerShell GUIs
Topic: Build EXE Error message when I try to run it
Replies: 1
Views: 244

Re: Build EXE Error message when I try to run it

Any packaged exe will instantiate the currently installed PowerShell version. Generally, you should always package for the version installed on a system. As you can see from the error, the package does not actually work on a system that is not matching the packaged version. This is because .NET does...
by brittneyr
Thu Dec 05, 2024 11:10 am
Forum: PowerShell Studio
Topic: Changing Font on Form causes Error Executing Script (EXE)
Replies: 1
Views: 80

Re: Changing Font on Form causes Error Executing Script (EXE)

Thank you for reporting. We are aware of the issue when packaging with PowerShell 7.4.6. A fix will roll out with the next service release. I do not have an ETA at this time.
by brittneyr
Thu Dec 05, 2024 9:57 am
Forum: PowerShell GUIs
Topic: Error executing script
Replies: 1
Views: 44

Re: Error executing script

If you are packaging with a PowerShell 7.4.6 engine, there is a known issue with PowerShell 7.4.6: viewtopic.php?p=86580#p86580
A fix will roll out with the next service release. I do not have an ETA at this time.
by brittneyr
Thu Dec 05, 2024 7:59 am
Forum: PowerShell GUIs
Topic: Multi Forms Passing data bidirectional
Replies: 3
Views: 365

Re: Multi Forms Passing data bidirectional

Since you are initially declaring the variable in the MainForm, its best to use the $script: scope when you reference/change that variable. This would mean updating the variable in the child form to the $script: scope.
by brittneyr
Thu Dec 05, 2024 7:47 am
Forum: Former and Future Customers - Questions
Topic: Silent Execution in Compiled Executables Using SAPIEN PowerShell Studio
Replies: 1
Views: 885

Re: Silent Execution in Compiled Executables Using SAPIEN PowerShell Studio

Yes, the trial pop-up will be removed once the packaged script is rebuilt with a licensed version of PowerShell Studio.
by brittneyr
Tue Dec 03, 2024 2:11 pm
Forum: PowerShell Studio
Topic: PowerShell 7.x – ProgressBarOverlay does not work (EXE)
Replies: 10
Views: 1025

Re: PowerShell 7.x – ProgressBarOverlay does not work (EXE)

I have an update regarding this issue. After some digging, we have discovered that this is related to a Microsoft packaging issue between .NET 8, .NET 9, and PowerShell 7. An assembly that is being referenced was not included in PowerShell 7/.NET 8. This is causing code needed to load the ProgressBa...
by brittneyr
Fri Nov 22, 2024 7:22 am
Forum: PowerShell GUIs
Topic: Kiosk mode
Replies: 1
Views: 261

Re: Kiosk mode

[Topic moved to PowerShell GUIs by moderator]