Search found 1642 matches

by brittneyr
Fri Mar 06, 2020 12:58 pm
Forum: PowerShell Studio
Topic: Unhandled Exception - Index was out of range
Replies: 11
Views: 5837

Re: Unhandled Exception - Index was out of range

I have received your file and was able to reproduce this error. I have filed a bug report for the development team and will update you when I have more information. In the mean time for a possible workaround, close all instances of PowerShell Studio and delete this xml layout file. I'm not sure if t...
by brittneyr
Fri Mar 06, 2020 12:34 pm
Forum: PowerShell Studio
Topic: Unhandled Exception - Index was out of range
Replies: 11
Views: 5837

Re: Unhandled Exception - Index was out of range

Can you please upload the file named Layout.xml from the your user AppData folder (C:\Users\[User]\AppData\Roaming\SAPIEN\PowerShell Studio):
https://www.sapien.com/support/upload
by brittneyr
Fri Mar 06, 2020 12:01 pm
Forum: Former and Future Customers - Questions
Topic: Problem when using autosign and saving
Replies: 6
Views: 22400

Re: Problem when using autosign and saving

Your post was redirected here as there are no licenses associated with your account.
by brittneyr
Fri Mar 06, 2020 11:39 am
Forum: Former and Future Customers - Questions
Topic: Problem when using autosign and saving
Replies: 6
Views: 22400

Re: Problem when using autosign and saving

In a regular desktop environment, I'm not able to reproduce this behavior of not being able to sign, but I will keep investigating.
Also, please ensure that no components of PowerShell Studio are being blocked by a firewall, specifically a dll called SignScript.
by brittneyr
Thu Mar 05, 2020 10:26 am
Forum: PowerShell Studio
Topic: 5.7.173 has removed Generate Comment Based Help :-(
Replies: 2
Views: 2008

Re: 5.7.173 has removed Generate Comment Based Help :-(

It isn't missing, it is disabled as PowerShell Studio doesn't appear to be recognizing your function as a function. This feature is also on the ribbon (Home->Edit).
- Is the function you are trying to generate help for listed in the Functions panel?
- Does your script run?
by brittneyr
Thu Mar 05, 2020 9:12 am
Forum: PowerShell Studio
Topic: Unable to build package using psbuild.exe
Replies: 7
Views: 2313

Re: Unable to build package using psbuild.exe

You cannot directly call psbuild.exe on a psf file. During the packaging process for a psf file, the file is exported to a ps1 file called [FileName].Package.ps1.
PSBuild can only package an existing PS1.
by brittneyr
Thu Mar 05, 2020 8:11 am
Forum: PowerShell
Topic: ASCII Encoding missing PowerShell Studio 2020 5.7.173
Replies: 9
Views: 4997

Re: ASCII Encoding missing PowerShell Studio 2020 5.7.173

This was done purposefully. Is there a particular reason as to why you would need your files encoded in ASCII?
by brittneyr
Mon Mar 02, 2020 2:37 pm
Forum: VersionRecall
Topic: How do I setup GIT using version recall 2020
Replies: 4
Views: 14241

Re: How do I setup GIT using version recall 2020

You may find the following articles helpful: https://www.sapien.com/blog/2019/08/19/sapien-editors-working-with-git-repositories/ https://www.sapien.com/blog/2015/06/24/versionrecall-the-version-control-system-youll-really-use/ GIT and VersionRecall are two different types of source controls and I'm...
by brittneyr
Mon Mar 02, 2020 7:42 am
Forum: PowerShell Studio
Topic: Show-SplashScreen Problem, No Image
Replies: 6
Views: 3703

Re: Show-SplashScreen Problem, No Image

From looking at what you uploaded, I do not see the code snippets for 'Show-SplashScreen' or 'Get-ScriptDirectory'. Does your script have any errors when you attempt to run it? Is this script apart of a project? I also have no issue when I use your image in my test scripts. The following is an examp...
by brittneyr
Fri Feb 28, 2020 2:57 pm
Forum: PowerShell Studio
Topic: Specified Icon file does not exist
Replies: 4
Views: 2445

Re: Specified Icon file does not exist

I have not been able to reproduce this. Please try build 5.7.173 and let me know if the problem is still happening.