Installation Issues • POwershell Studio looking for install exe when double...
Hello,I have installed Powershell studio 2024 using the web download, I have activated the install. I can launch Powershell Studio from the icon with no issues. BUT if I double click a ps1 file...
View ArticleInstallation Issues • Re: POwershell Studio looking for install exe when...
From similar reported issues, this behavior had something a resource from the installer failing to register with the computer.When you attempt to open a script from file explorer, the computer will...
View ArticlePowerShell Studio • Re: Get-AppxPackage Throws Error
Preview versions of Windows are not supported and therefore are not tested with our products. Only official Windows releases are subject to support.The error message is from the command, not...
View ArticleCustomer Service • Unable to download or update products
I was attempting to update some of the products via SAPIEN Updates, but each product, whether I try Download or Download and Install, reports that "The file download was interrupted, expected and...
View ArticlePowerShell • Help with Error on System.Text.Json when loading Oracle Managed DLL
To help you better we need some information from you.*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we...
View ArticlePowerShell • Re: Help with Error on System.Text.Json when loading Oracle...
[Topic was moved by moderator to PowerShell Forum]Statistics: Posted by brittneyr — Tue Sep 17, 2024 7:15 am
View ArticlePowerShell • Connecting to Microsoft using MFA
To help you better we need some information from you.*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we...
View ArticlePowerShell • Re: Connecting to Microsoft using MFA
This is an issue with the Connect-MgGraph command, not PrimalScript.You may find the following helpful:https://github.com/microsoftgraph/msgra ... ssues/2732https://github.com/microsoftgraph/msgra ......
View ArticleCustomer Service • Re: Unable to download or update products
Hello Pebble,I am sorry you are having issues downloading the software. We are unable to reproduce this behavior here on our end. Is it possible your system is behind a proxy or a firewall that might...
View ArticlePowerShell Studio • Error: Cannot rename output file to specified name.
To help you better we need some information from you.Product, version and build: SAPIEN Powershell Studio 2024Operating system: Windows 10 PowerShell version(s): V5 - 64bit*** Please add details and...
View ArticlePowerShell Studio • Re: Error: Cannot rename output file to specified name.
The most common cause is that the file is locked. That can be because the process is running or because an A/V process is scanning the file a little bit too slow.Statistics: Posted by Alexander Riedel...
View ArticlePowerShell Studio • Install .Net and PowerShell 7
Product, version and build: PowerShell Studio 2024 v5.8.248Operating system: Windows 11PowerShell version(s): 7.4.5*** Please add details and screenshots as needed below. ***When running my compiled...
View ArticlePowerShell Studio • Re: Install .Net and PowerShell 7
As you added a folder to the installer ('redist'), the files in that folder are also installed in a folder underneath your INSTALLDIR.So in your custom action you need to refer to the file using that...
View ArticlePowerShell GUIs • fill second row of textbox
Hi forum,does anyone know, how to fill the second (or third, fourth....) line of a textbox from an array?I always overwrite the first line, when I do a "$Textbox1.text = $MyArray[$counter]"Thanks for...
View ArticlePowerShell GUIs • Re: fill second row of textbox
You need to append the text as currently you are always overwriting the Text property of your textbox. There are multiple ways to accomplish this:You can do something like the following:$Textbox1.text...
View ArticlePowerShell Studio • Re: Webview2
Please try service build 5.8.249 and let me know if you are still having any issues with the WebView2 control in the designer.Statistics: Posted by brittneyr — Fri Sep 27, 2024 2:22 pm
View ArticlePowerShell Studio • Re: Hang opening projects when files are unavailable
Please try service build 5.8.249 and let me know if you still experiencing any issues.Statistics: Posted by brittneyr — Fri Sep 27, 2024 2:24 pm
View ArticleWish List and Feature Requests • Adding Pain Events Properties
I think adding paint properties for buttons, panels, labels and other controls possibly so users when designing the applications in PS can add some styling if they don't have experience working with...
View ArticlePowerShell Studio • Controls and its sizes
To help you better we need some information from you.*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we...
View ArticlePowerShell Studio • Re: Controls and its sizes
Statistics: Posted by nirmalks — Fri Sep 27, 2024 11:12 pm
View Article