Search found 61 matches

by LtMandella
Fri Jul 01, 2016 3:38 pm
Forum: PowerShell Studio
Topic: Unhandled exception: to use the Out-Gridvew cmdlet
Replies: 5
Views: 2713

Re: Unhandled exception: to use the Out-Gridvew cmdlet

I should add that if I export the exact same form, and execute the .ps1 file directly with powershell, the app runs fine, displaying the Out-Gridview without error...
by LtMandella
Fri Jul 01, 2016 3:35 pm
Forum: PowerShell Studio
Topic: Unhandled exception: to use the Out-Gridvew cmdlet
Replies: 5
Views: 2713

Unhandled exception: to use the Out-Gridvew cmdlet

Product, version and build: powershell studio 4.2.99 32 or 64 bit version of product:64 Operating system:win server 2008 r2 32 or 64 bit OS:64 PowerShell Version:3 For unknown reason, running a .psf winform app that uses Out-Gridview cmdlet from within powershell studio now gives me the below error....
by LtMandella
Fri Jul 01, 2016 11:26 am
Forum: PowerShell Studio
Topic: Questions about pshell studio compiled exe
Replies: 2
Views: 1383

Re: Questions about pshell studio compiled exe

thank you for the prompt reply! will check out the blog.
by LtMandella
Fri Jul 01, 2016 10:39 am
Forum: PowerShell Studio
Topic: Questions about pshell studio compiled exe
Replies: 2
Views: 1383

Questions about pshell studio compiled exe

Product, version and build: powershell studio 32 or 64 bit version of product:64 Operating system:win server 2008 r2 32 or 64 bit OS:64 PowerShell Version:3 I did some searching and couldn't find any details about the compiled .exe file generated by pshell studio. Is it possible to use a decompiler ...
by LtMandella
Wed Jun 29, 2016 4:47 pm
Forum: PowerShell GUIs
Topic: DB functionality failing for no apparent reason
Replies: 9
Views: 4453

Re: DB functionality failing for no apparent reason

thanks guys,

I will see if I can record any error messages. I can't recall seeing any in the output window of powershell studio when this happens.

I will run some sql on the db server side to examine the open connections next time this happens.
by LtMandella
Wed Jun 29, 2016 2:21 pm
Forum: PowerShell GUIs
Topic: DB functionality failing for no apparent reason
Replies: 9
Views: 4453

winform script will not make db connection, must restore from backup

Product, version and build: powershell studio 2015 4.2.99 32 or 64 bit version of product:64 Operating system:win server 2008 r2 standard sp1 (in VM) 32 or 64 bit OS:64 PowerShell Version:2 About once a week under heavy editing/run cycles of a winform app, the app will execute but for no apparent re...
by LtMandella
Wed Jun 29, 2016 2:19 pm
Forum: PowerShell GUIs
Topic: DB functionality failing for no apparent reason
Replies: 9
Views: 4453

Re: DB functionality failing for no apparent reason

jvierra wrote:What app. This is a scripting forum for PowerShell. Are you asking about a PowerShell Windows Forms script?
powershell studio winform app. I will try again in that forum. thanks.
by LtMandella
Fri Jun 24, 2016 2:02 pm
Forum: PowerShell
Topic: Linq?
Replies: 23
Views: 14951

Re: Linq?

got the word that workstation upgrades to win 10 are in the pipeline, so I will have to wait for that. for the servers, it will be a challenge to get them updated. I have asked for a new dedicated powershell app server that my dept. can own and control, with nothing else to support on that server. n...
by LtMandella
Tue Jun 21, 2016 10:46 am
Forum: PowerShell
Topic: Linq?
Replies: 23
Views: 14951

Re: Linq?

well good to know I am not out of my mind.

simply not supported in V2.

I can now go beat up on my IT dept. and ask them why V3 is the standard when it is no longer "in support"

:twisted:
by LtMandella
Mon Jun 20, 2016 2:11 pm
Forum: PowerShell
Topic: Linq?
Replies: 23
Views: 14951

Re: Linq?

format table was only in there to show the objects data, and to show the data type of the date element was type date. removing all those format-table clauses and same error. I am on version 2 and 3. Maybe it only works in newer powershell version? You should be able to cut and paste the exact few li...