Search found 1164 matches
- Thu Aug 18, 2022 6:53 am
- Forum: PowerShell GUIs
- Topic: PS Studio: weird characters in gridview via exe (not via scipt)
- Replies: 4
- Views: 62
Re: PS Studio: weird characters in gridview via exe (not via scipt)
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 will be forced to ask you for this information. *** Product, version and build: Operating system: ...
- Wed Aug 17, 2022 3:29 pm
- Forum: PowerShell Studio
- Topic: Intellisense not working/cache not building for AWS Module
- Replies: 4
- Views: 88
Re: Intellisense not working/cache not building for AWS Module
What is the CacheBuilder status from the following files: C:\Users\[User]\AppData\Roaming\SAPIEN\CachedData 2.1\Local Machine\CacheBuilder64.inf C:\Users\[User]AppData\Roaming\SAPIEN\CachedData 2.1\Local Machine\CacheBuilder32.inf If you have PowerShell 7 installed, what version do you have? Please ...
- Wed Aug 17, 2022 2:26 pm
- Forum: PowerShell Studio
- Topic: Script Formatting Introduces Coding Error
- Replies: 3
- Views: 213
Re: Script Formatting Introduces Coding Error
Thank you for reporting. I've been able to reproduce this and have filed a bug report with the development team. I'll post here when I have any new information.
- Wed Aug 17, 2022 11:46 am
- Forum: PowerShell Studio
- Topic: Service Crashing on Start
- Replies: 4
- Views: 73
Re: Service Crashing on Start
Since you updated from an older build, do you have the service defined functions that are included with the service template in PowerShell Studio? These functions need to be present and cannot be renamed. An explanation of the functions can be found here: https://www.sapien.com/blog/2022/06/14/power...
- Tue Aug 16, 2022 7:35 am
- Forum: PowerShell Studio
- Topic: ExchangeOnlineManagement 2.0.4 or 2.0.5 connection Freeze
- Replies: 7
- Views: 604
Re: ExchangeOnlineManagement 2.0.4 or 2.0.5 connection Freeze
The error will also happen with the following code: Add-Type -AssemblyName System.Windows.Forms $FormMain = New-Object System.Windows.Forms.Form Connect-ExchangeOnline As previously stated, the issue is not the code generated by PowerShell Studio. It is a threading issue when running a GUI while att...
- Thu Aug 11, 2022 8:10 am
- Forum: PowerShell Studio
- Topic: ExchangeOnlineManagement 2.0.4 or 2.0.5 connection Freeze
- Replies: 7
- Views: 604
Re: ExchangeOnlineManagement 2.0.4 or 2.0.5 connection Freeze
From my research, this is a problem with PowerShell v5.1 and the ExchangeOnlineManagement module being version 2.0.4 or later. There is a little we can do to help with this as these are both Microsoft.
The only known fixes are to downgrade ExchangeOnlineManagement or upgrade to use PowerShell 7.
The only known fixes are to downgrade ExchangeOnlineManagement or upgrade to use PowerShell 7.
- Wed Aug 10, 2022 7:15 am
- Forum: PowerShell Studio
- Topic: Format script issue?
- Replies: 5
- Views: 689
Re: Format script issue?
I'm slightly confused by your statement. Are you running build 209 currently? Are you saying this happened from the previous build?
I'm currently testing with build 209 and have been unable to reproduce this behavior. What are your Formatting settings in options:
I'm currently testing with build 209 and have been unable to reproduce this behavior. What are your Formatting settings in options:
- Wed Aug 10, 2022 7:08 am
- Forum: PowerShell Studio
- Topic: Script Formatting Introduces Coding Error
- Replies: 3
- Views: 213
Re: Script Formatting Introduces Coding Error
Can you please provide a screenshot of your Formatting settings in options:
- Tue Aug 09, 2022 3:32 pm
- Forum: PrimalScript
- Topic: Path to CSC.exe not found
- Replies: 3
- Views: 343
Re: Path to CSC.exe not found
For C# 10, you will need to download .NET 6:
https://dotnet.microsoft.com/en-us/download/dotnet/6.0
https://dotnet.microsoft.com/en-us/download/dotnet/6.0
- Tue Aug 09, 2022 3:24 pm
- Forum: PowerShell Studio
- Topic: Option to Create New PowerShell File Disappears
- Replies: 7
- Views: 948
Re: Option to Create New PowerShell File Disappears
With the files present, can you currently see the templates when creating a new file?