Search found 196 matches

by Olga_B
Tue Dec 13, 2022 2:10 pm
Forum: PrimalScript
Topic: PrimalScript hangs on any edit
Replies: 23
Views: 55339

Re: PrimalScript hangs on any edit

Exception code: 0xc0000005 - It's an access violation exception, which generally occurs when something tries to access a memory location they have no business accessing.
Does is happened with any script you are using or only with particular scrip?
by Olga_B
Fri Dec 09, 2022 9:23 am
Forum: PowerShell Studio
Topic: Packaged exe generates error when configured to impersonate user
Replies: 1
Views: 5813

Re: Packaged exe generates error when configured to impersonate user

This is expected behavior

While packaging with Impersonate User, you should got warning:

Warning: Using alternate credentials usually prevents applications from running in personal folders (e.g. My Documents)
by Olga_B
Fri Dec 09, 2022 9:19 am
Forum: PowerShell Studio
Topic: Nothing happens when trying to run built package (.exe file)
Replies: 3
Views: 6117

Re: Nothing happens when trying to run built package (.exe file)

We are not able to reproduce the issue in our testing environment.
If you can, please zip and load up the original psf file(s) and .psbuild file, so that we can attempt to recreate the issue:

https://www.sapien.com/support/upload
by Olga_B
Wed Nov 23, 2022 10:04 am
Forum: PowerShell Studio
Topic: Embedded Credentials Question
Replies: 2
Views: 6958

Re: Embedded Credentials Question

I checked the Embedded Credentials in my testing environment, everything is working as expected
Attached a .zip file with simple form and .psbuild file
Try to build and run it on your machine
When form is loaded, click on Load button
by Olga_B
Tue Oct 11, 2022 12:00 pm
Forum: PowerShell Studio
Topic: Clicking on the error message opens the .run.ps1 and not where the error is
Replies: 6
Views: 4259

Re: Clicking on the error message opens the .run.ps1 and not where the error is

We have been able to reproduce this crash bug and have filed a bug report with the development team. It will be fixed in the next service release.
by Olga_B
Tue Oct 11, 2022 11:58 am
Forum: PowerShell Studio
Topic: Console starts Blank
Replies: 4
Views: 4894

Re: Console starts Blank

We are investigating this and will update you as soon as we have more information.

What version of V7 do you have installed on your system?
by Olga_B
Tue Oct 11, 2022 11:52 am
Forum: PowerShell Studio
Topic: Selecting the specific type of multi-form project
Replies: 1
Views: 1698

Re: Selecting the specific type of multi-form project

Template for Multi-Form Project will create project with 2 forms Main form and Child form. If you need some specific form, you need to create a Form Project. With Form Project you can select specific form. here is some Help Manual https://info.sapien.com/manuals/powershell_studio/sps_projtemp_availa...
by Olga_B
Wed Aug 24, 2022 3:29 pm
Forum: PowerShell Studio
Topic: Option to Create New PowerShell File Disappears
Replies: 10
Views: 2999

Re: Option to Create New PowerShell File Disappears

In order to reproduce issue in our testing environment I need more direct info about this statement: '... but after a period of time, it lost all options to create any new files except for an empty form (please see screen shot). If I uninstall/reinstall PowerShell Studio, all of the new file creatio...
by Olga_B
Mon Aug 15, 2022 8:57 am
Forum: PowerShell Studio
Topic: Cannot get script packager to install in C:\Program Files
Replies: 4
Views: 1210

Re: Cannot get script packager to install in C:\Program Files

This is because you are building 32 bit MSI.
You need to check 64 bit installer checkbox under MSI Options
by Olga_B
Mon May 02, 2022 11:08 am
Forum: PowerShell Studio
Topic: Script Packager not saving settings
Replies: 16
Views: 4897

Re: Script Packager not saving settings

perfect