Search found 1643 matches

by brittneyr
Fri Feb 23, 2024 8:15 am
Forum: Customer Service
Topic: Unable to load projects "
Replies: 14
Views: 2908

Re: Unable to load projects "

Please upload one of your projects along with all its files to help us determine the issue:
https://www.sapien.com/support/upload
by brittneyr
Fri Feb 23, 2024 7:56 am
Forum: Customer Service
Topic: Unable to load projects "
Replies: 14
Views: 2908

Re: Unable to load projects "

Based on the image, your project cannot find/load the files from those paths. Are those files in those locations? If not, you can try manually edit the psproj file in a different editor or remove all the files from the project and re-add them.
by brittneyr
Fri Feb 23, 2024 7:36 am
Forum: Customer Service
Topic: Unable to load projects "
Replies: 14
Views: 2908

Re: Unable to load projects "

Please verify that the application is not still running a script. This can be done by hitting the Stop button on the ribbon.

If this is not the case, please provide a screenshot of the full application.
by brittneyr
Fri Feb 23, 2024 7:21 am
Forum: Customer Service
Topic: Unable to load projects "
Replies: 14
Views: 2908

Re: Unable to load projects "

Please check if the files you are attempting to open/edit are blocked. This can be done by right-clicking the file in File Explorer and selecting Properties.
by brittneyr
Thu Feb 22, 2024 12:55 pm
Forum: PowerShell Studio
Topic: Possible to recover files and project from compiled ps1?
Replies: 1
Views: 345

Re: Possible to recover files and project from compiled ps1?

Projects that have been exported to a script can only be recovered if recovery data is included in the exported file. It would look similar to the following: SPS_ProjectRecoveryData.png This is a setting that can be set in options (Designer->Export). You may find the following article helpful: https...
by brittneyr
Tue Feb 20, 2024 7:43 am
Forum: PowerShell GUIs
Topic: Relative Element Positioning & Properties Palette
Replies: 3
Views: 1014

Re: Relative Element Positioning & Properties Palette

You can put the logic in an event. For the initial load of the application, you can put the logic in the Form load event handler. If the dialog is able to be resized, then you should also add the logic to a resize event. You may find the following helpful: https://info.sapien.com/index.php/guis/gui-...
by brittneyr
Tue Feb 20, 2024 7:40 am
Forum: PowerShell Studio
Topic: Can't Debug because AnalyzeScript fails with file not found
Replies: 2
Views: 381

Re: Can't Debug because AnalyzeScript fails with file not found

This issue was addressed in service build 5.8.236. Please update and let us know if this is still an issue for you.
by brittneyr
Fri Feb 16, 2024 7:31 am
Forum: PowerShell Studio
Topic: FormClosingEventHandler does not work
Replies: 3
Views: 465

Re: FormClosingEventHandler does not work

Based on the files provided, the event handler was not added to the form control. Did you manually add the FormClosing event handler? If you want the code of adding/removing the event handler automatically generated for you, you need to connect the event handler in the designer. This can be done by ...
by brittneyr
Thu Feb 15, 2024 3:11 pm
Forum: PowerShell Studio
Topic: Heat/FIPS error during build (HEAT0308)
Replies: 17
Views: 898

Re: Heat/FIPS error during build (HEAT0308)

Please try service build 5.8.238 and let us know if this is still an issue for you.
by brittneyr
Thu Feb 15, 2024 7:06 am
Forum: PowerShell Studio
Topic: FormClosingEventHandler does not work
Replies: 3
Views: 465

Re: FormClosingEventHandler does not work

Please upload your file or a test file demonstrating this behavior here:
https://www.sapien.com/support/upload