Search found 1660 matches

by brittneyr
Wed Jun 17, 2020 3:43 pm
Forum: PowerShell Studio
Topic: Extra quote characters in parameter settings
Replies: 5
Views: 2715

Re: Extra quote characters in parameter settings

Please try build 5.7.179 and let me know of this is still an issue for you. :)
by brittneyr
Wed Jun 17, 2020 3:17 pm
Forum: PowerShell Studio
Topic: Building Cache Information runs on every startup
Replies: 4
Views: 3088

Re: Building Cache Information runs on every startup

We will look into this and get back to you soon.
by brittneyr
Wed Jun 17, 2020 7:01 am
Forum: PowerShell Studio
Topic: Edit Script Parameters not working
Replies: 1
Views: 1233

Re: Edit Script Parameters not working

Please try build 5.7.179 and let me know if you are still having issues.
by brittneyr
Tue Jun 16, 2020 7:33 am
Forum: PowerShell
Topic: AiF (application Integration Framework) Microsoft Dynamics AX
Replies: 3
Views: 2168

Re: AiF (application Integration Framework) Microsoft Dynamics AX

I'm afraid I'm not too familiar with Microsoft Dynamics AX. Can you please elaborate?
by brittneyr
Tue Jun 16, 2020 7:28 am
Forum: PowerShell Studio
Topic: Function Builder Issue
Replies: 2
Views: 1398

Re: Function Builder Issue

This issue should be resolved in service build 5.7.179.
by brittneyr
Tue Jun 16, 2020 7:25 am
Forum: PowerShell Studio
Topic: Menu disappears when "Add" is clicked
Replies: 3
Views: 1994

Re: Menu disappears when "Add" is clicked

I was able to reproduce this behavior and have informed the development team. This should be fixed in a future service build.
by brittneyr
Tue Jun 16, 2020 7:24 am
Forum: PowerShell Studio
Topic: Unable to create new Multi Form Project
Replies: 5
Views: 1824

Re: Unable to create new Multi Form Project

Please try service build 5.7.179 and let me know if you are still having issues regarding this issue.
by brittneyr
Tue Jun 16, 2020 7:20 am
Forum: PowerShell Studio
Topic: Debugging mode with F5 Not Prompting
Replies: 2
Views: 1263

Re: Debugging mode with F5 Not Prompting

This behavior should be fixed in service release 5.7.179. If you don't wish to update then making your parameters mandatory will also work:

Code: Select all

[Parameter(Mandatory = $true)]
by brittneyr
Tue Jun 16, 2020 7:11 am
Forum: PowerShell Studio
Topic: Upgrade is not able to open older version
Replies: 5
Views: 2099

Re: Upgrade is not able to open older version

I have not been able to reproduce this behavior on another file. I did replace the weird hexadecimal value on line 1572 with </File> and I was able to open the file with PowerShell Studio as you stated:
MainForm.psf
(84.74 KiB) Downloaded 116 times
by brittneyr
Mon Jun 15, 2020 3:50 pm
Forum: PowerShell Studio
Topic: Debug run not popping up Parameters List
Replies: 1
Views: 1133

Re: Debug run not popping up Parameters List

Please try the latest build of PowerShell Studio (5.7.179) and let me know if this is still an issue for you.