Search found 8218 matches

by Alexander Riedel
Tue Mar 28, 2023 10:02 am
Forum: PowerShell Studio
Topic: Compiled Service hangs with 'command was found in the module'
Replies: 3
Views: 818

Re: Compiled Service hangs with 'command was found in the module'

This user here seems to experience a similar problem: https://superuser.com/questions/1613630/most-of-powershell-commands-not-working and here: https://github.com/Azure/azure-functions-powershell-worker/issues/377 It would be worthwhile investigating if you have any commonalities with the issues des...
by Alexander Riedel
Tue Mar 28, 2023 9:54 am
Forum: PowerShell Studio
Topic: Compiled Service hangs with 'command was found in the module'
Replies: 3
Views: 818

Re: Compiled Service hangs with 'command was found in the module'

I was not able to readily reproduce this, most likely because it would require something more complex to run for a longer time than my test services. I can make some guesses as to what would cause this though. PowerShell Modules, and that includes internal ones that come with PowerShell, are no lock...
by Alexander Riedel
Tue Mar 28, 2023 9:31 am
Forum: VersionRecall
Topic: File list refresh
Replies: 1
Views: 15

Re: File list refresh

I'll send this to QA. Sounds like a bug.
by Alexander Riedel
Tue Mar 28, 2023 8:42 am
Forum: VBScript
Topic: vb script error on Line 13 "Object Required"
Replies: 1
Views: 64

Re: vb script error on Line 13 "Object Required"

You set Compan here:
Set Compan = PropertyValues.SearchForProperty(pdC).TypedValue.GetValueAsLookup()
But you do not check if the statement produces a result that is not null.
by Alexander Riedel
Fri Mar 17, 2023 2:31 pm
Forum: Customer Service
Topic: Order not showing in order history and no receipt sent to email
Replies: 2
Views: 2074

Re: Order not showing in order history and no receipt sent to email

Apparently a server error at the exact time of your order pushed it into a 'canceled' state. Don't you feel lucky? ;-)
I am told it has been adjusted, so please let me know if you still don't see that update on your account.
by Alexander Riedel
Fri Mar 17, 2023 12:25 pm
Forum: Customer Service
Topic: Order not showing in order history and no receipt sent to email
Replies: 2
Views: 2074

Re: Order not showing in order history and no receipt sent to email

A purchase with Paypal is unfortunately asynchronous. It takes a while until they send a notification which then gets settled in the store.
If you don't see it Monday, please email your PayPal receipt to sales@sapien.com. Don't worry, we get it all adjusted if something got its wires crossed.
by Alexander Riedel
Fri Mar 17, 2023 9:00 am
Forum: PowerShell GUIs
Topic: Textbox & Dropbox Border
Replies: 2
Views: 165

Re: Textbox & Dropbox Border

[Topic moved by moderator]
by Alexander Riedel
Thu Mar 16, 2023 10:15 am
Forum: PrimalScript
Topic: Use Arguments management
Replies: 8
Views: 3514

Re: Use Arguments management

The arguments now properly 'age' and the oldest ones drop out while the last used ones float to the top of the list.
The fix is included in the next service build.
by Alexander Riedel
Wed Mar 15, 2023 12:14 pm
Forum: PowerShell Studio
Topic: RSEE64 fails with pdm.dll failed to register
Replies: 3
Views: 2106

Re: RSEE64 fails with pdm.dll failed to register

This is a Microsoft COM object for the ActiveX debugger (VBScript, JScript etc.) Most commonly a failure to register a COM object is caused by a) missing the Visual Studio runtime or other prerequisites. b) insufficient access rights to register a COM object. c) a lock on the dll file as it is curre...
by Alexander Riedel
Wed Mar 15, 2023 8:49 am
Forum: PrimalScript
Topic: Use Arguments management
Replies: 8
Views: 3514

Re: Use Arguments management

It's on my list of things to do.