Search found 1333 matches
- Fri Feb 03, 2023 8:07 am
- Forum: PowerShell Studio
- Topic: Powershell command not work when compiled
- Replies: 11
- Views: 1739
Re: Powershell command not work when compiled
Can you please provide a screenshot of the error you are receiving when you run the exported script? Just to clarify, the "error in file path with start process" is when you run the exported script on the client computer? How are you running the exported script on the client machine? The m...
- Fri Feb 03, 2023 7:24 am
- Forum: PowerShell Studio
- Topic: Powershell command not work when compiled
- Replies: 11
- Views: 1739
Re: Powershell command not work when compiled
Please answer the following: -Does your form project run (F5) in PowerShell Studio without any errors? -Are there any errors when you run your executable? For example, are there any popups when you run or errors reported to Event Viewer? -Are you sure you don't need administrator rights on the "...
- Fri Feb 03, 2023 7:03 am
- Forum: Customer Service
- Topic: no secure SSL/TLS channel
- Replies: 2
- Views: 527
Re: no secure SSL/TLS channel
The old .NET framework from 2017 does not support modern protocols.
Please try downloading the unlock tool here: https://sapien.s3.amazonaws.com/downloa ... Unlock.exe
Please try downloading the unlock tool here: https://sapien.s3.amazonaws.com/downloa ... Unlock.exe
- Fri Feb 03, 2023 6:50 am
- Forum: PowerShell Studio
- Topic: Powershell command not work when compiled
- Replies: 11
- Views: 1739
Re: Powershell command not work when compiled
*** 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: PowerShell version(s): *** Please add details and scre...
- Thu Feb 02, 2023 7:09 am
- Forum: PowerShell Studio
- Topic: Powershell command not work when compiled
- Replies: 11
- Views: 1739
Re: Powershell command not work when compiled
Is it not working when you run your project (F5) or is it not working when you package it as an executable? You say 'compiled' so I just need to clarify.
It is ever reaching the code to install? Have you tried putting a breakpoint on the line to see?
It is ever reaching the code to install? Have you tried putting a breakpoint on the line to see?
- Wed Feb 01, 2023 7:52 am
- Forum: PowerShell GUIs
- Topic: Using DevExpress WinForm Assemby from the Toolbox?
- Replies: 1
- Views: 956
Re: Using DevExpress WinForm Assemby from the Toolbox?
As of the latest build, the support of third-party assemblies is not available in the designer.
There is a feature request for this functionality. We will look into adding this to our to-do list soon.
There is a feature request for this functionality. We will look into adding this to our to-do list soon.
- Tue Jan 31, 2023 7:03 am
- Forum: PowerShell Studio
- Topic: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
- Replies: 5
- Views: 1821
Re: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
Please try service build 5.8.217 and let me know if you are still having issues.
- Mon Jan 30, 2023 7:25 am
- Forum: PowerShell GUIs
- Topic: System.IdentityModel.Tokens.Jwt Error
- Replies: 7
- Views: 3315
Re: System.IdentityModel.Tokens.Jwt Error
If you are getting a different error, please post the new error message here. If it's the same error, make sure your versions of assemblies loading match the version in the error message. Your previous error was unable to find this assembly: https://www.nuget.org/packages/System.IdentityModel.Tokens...
- Fri Jan 27, 2023 9:15 am
- Forum: PowerShell Studio
- Topic: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
- Replies: 5
- Views: 1821
Re: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
Can you please open your snippets in our Snippet Editor, verify the information is correct along with making sure a Shortcut is specified, then save. There has been changes since 2017 that may have affected loading older snippets in PrimalSense. You may need to restart PowerShell Studio in order for...
- Fri Jan 27, 2023 7:05 am
- Forum: PowerShell Studio
- Topic: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
- Replies: 5
- Views: 1821
Re: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
Thank you for reporting. I've been able to reproduce this behavior and have informed the development team. When I have more information, I'll post here.