Based on the error message, you are missing an assembly.
Based on searching online, I found the following that may be helpful:
https://github.com/AutomatedLab/Automat ... ssues/1670
https://gist.github.com/jborean93/f6f27 ... 3e28f5f660
Search found 1818 matches
- Tue Jan 07, 2025 10:45 am
- Forum: PowerShell
- Topic: Error Running RemoveAppx command
- Replies: 4
- Views: 351
- Tue Jan 07, 2025 10:41 am
- Forum: PowerShell
- Topic: Error Running RemoveAppx command
- Replies: 4
- Views: 351
Re: Error Running RemoveAppx command
[Topic was moved by moderator to PowerShell Forum]
- Tue Jan 07, 2025 7:37 am
- Forum: PowerShell Studio
- Topic: Unhandled Exception: Der Objetverweis wurde nicht auf eine Objektinstanz festgelegt.
- Replies: 2
- Views: 585
Re: Unhandled Exception: Der Objetverweis wurde nicht auf eine Objektinstanz festgelegt.
Please answer the following questions: - Do you get this error with other projects or just this one? - If you navigate to the install folder, can you open SAPIEN Script Packager from there? - Are you able to run (F5) the project? If possible, please try updating to a later build as there have been ...
- Wed Dec 18, 2024 7:19 am
- Forum: PowerShell Studio
- Topic: auto-insert functions
- Replies: 1
- Views: 176
Re: auto-insert functions
The setting to disable this feature can be found under Options->Designer->Control Settings:
- Tue Dec 17, 2024 10:37 am
- Forum: PowerShell HelpWriter
- Topic: Unhandled exception starting PowerShell HelpWriter 2024
- Replies: 2
- Views: 445
Re: Unhandled exception starting PowerShell HelpWriter 2024
This issue has been resolved in the next service release. I do not have an ETA at this time.
- Fri Dec 13, 2024 7:05 am
- Forum: PowerShell HelpWriter
- Topic: Unhandled exception starting PowerShell HelpWriter 2024
- Replies: 2
- Views: 445
Re: Unhandled exception starting PowerShell HelpWriter 2024
Thank you for reporting. We are looking into this and will get back to you soon.
- Thu Dec 12, 2024 8:02 am
- Forum: PowerShell GUIs
- Topic: Build EXE Error message when I try to run it
- Replies: 1
- Views: 1885
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 ...
- Thu Dec 05, 2024 11:10 am
- Forum: PowerShell Studio
- Topic: Changing Font on Form causes Error Executing Script (EXE)
- Replies: 1
- Views: 190
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.
- Thu Dec 05, 2024 9:57 am
- Forum: PowerShell GUIs
- Topic: Error executing script
- Replies: 1
- Views: 116
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.
A fix will roll out with the next service release. I do not have an ETA at this time.
- Thu Dec 05, 2024 7:59 am
- Forum: PowerShell GUIs
- Topic: Multi Forms Passing data bidirectional
- Replies: 3
- Views: 441
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.