Search found 11 matches

by bjguthrie
Fri Mar 06, 2020 3:20 pm
Forum: PowerShell Studio
Topic: Unhandled Exception - Index was out of range
Replies: 11
Views: 5842

Re: Unhandled Exception - Index was out of range

Thank you. When you asked for that file, it started to make sense. Prior to your reply, I had renamed it to .bak and re-launched PowerShell Studio. It does stink having to rebuild my desired layout, but it'll also be interesting to see exactly what setting was causing it. I have not experienced the ...
by bjguthrie
Fri Mar 06, 2020 11:12 am
Forum: PowerShell Studio
Topic: Unhandled Exception - Index was out of range
Replies: 11
Views: 5842

Re: Unhandled Exception - Index was out of range

Thank you - I eagerly await a response / fix / workaround!
by bjguthrie
Fri Mar 06, 2020 10:06 am
Forum: PowerShell Studio
Topic: Unhandled Exception - Index was out of range
Replies: 11
Views: 5842

Re: Unhandled Exception - Index was out of range

Saved project to local disk and had same issue: [2020.03.06 - 13:05:24] Unhandled Exception: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExpress.XtraBars.Docking.Helpers.BaseL...
by bjguthrie
Fri Mar 06, 2020 8:12 am
Forum: PowerShell Studio
Topic: Unhandled Exception - Index was out of range
Replies: 11
Views: 5842

Re: Unhandled Exception - Index was out of range

Launched PS Studio as Administrator New Project > Form Project (Creates a single form project. Used to create a script application) Named Project "TestProject" Save location is .\Documents\SAPIEN\PowerShell Studio\Projects. Documents is redirected to OneDrive for Business Clicked 'Create' ...
by bjguthrie
Fri Mar 06, 2020 7:53 am
Forum: PowerShell Studio
Topic: Unhandled Exception - Index was out of range
Replies: 11
Views: 5842

Re: Unhandled Exception - Index was out of range

Just happened again, as I went from Script back into Designer on the MainForm.psf: [2020.03.06 - 10:52:24] Unhandled Exception: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at DevExp...
by bjguthrie
Fri Mar 06, 2020 7:51 am
Forum: PowerShell Studio
Topic: Unhandled Exception - Index was out of range
Replies: 11
Views: 5842

Unhandled Exception - Index was out of range

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: PowerShell Studio ...
by bjguthrie
Fri May 10, 2019 4:51 am
Forum: PowerShell Studio
Topic: PowerCLI functions not showing
Replies: 8
Views: 4049

Re: PowerCLI functions not showing

Thank you!

Code: Select all

Get-ChildItem -Path 'C:\ProgramData\SAPIEN\PresetCache 2.1\ModuleCacheV5' -Filter VMWare* | Remove-Item
and the rebuild seems to have resolved the issue!
Capture2.PNG
Capture2.PNG (34.99 KiB) Viewed 3960 times
by bjguthrie
Thu May 09, 2019 12:26 pm
Forum: PowerShell Studio
Topic: PowerCLI functions not showing
Replies: 8
Views: 4049

Re: PowerCLI functions not showing

I appreciate you showing me that it can work. However, in this case, it is not working. Any other helpful tricks? I've completely uninstalled the module and re-installed the module, too (and then rebuilt)...
Capture1.PNG
Capture1.PNG (46.45 KiB) Viewed 4026 times
by bjguthrie
Thu May 09, 2019 11:28 am
Forum: PowerShell Studio
Topic: PowerCLI functions not showing
Replies: 8
Views: 4049

Re: PowerCLI functions not showing

I have tried both reloading and rebuilding the cache.