Search found 11 matches

by carlodidier
Tue Oct 23, 2012 5:55 pm
Forum: PowerShell Studio
Topic: Powershell Studio crashed continuously
Replies: 12
Views: 7258

Powershell Studio crashed continuously

Hi David! Sorry for the delay, but I was on holiday.
The scripts are still not signed, It just doesn't crash anymore.
There's still the same conflicting messages:
Unable to sign (removed)ScriptsGeneralWakeOnLanWakeOnLAN-GUIWakeOnLAN-GUI.exe
Executable file signed
Package completed
by carlodidier
Thu Oct 18, 2012 8:02 pm
Forum: PowerShell Studio
Topic: Powershell Studio crashed continuously
Replies: 12
Views: 7258

Powershell Studio crashed continuously

Ah, btw: since I installed the new SignScript.dll, I haven't got any new crashes.
by carlodidier
Thu Oct 18, 2012 8:01 pm
Forum: PowerShell Studio
Topic: Powershell Studio crashed continuously
Replies: 12
Views: 7258

Powershell Studio crashed continuously

That's 3.2.22.0 from 12/10/2012 16:45
by carlodidier
Wed Oct 17, 2012 6:27 pm
Forum: PowerShell Studio
Topic: key pressed event not working in packaged script
Replies: 2
Views: 2126

key pressed event not working in packaged script

Sorry for the delay, but I was busy with other scripts and stuff. I found out that I had to set the "AcceptsReturn" property to true for the textbox. So that solved the problem.
by carlodidier
Wed Oct 17, 2012 6:23 pm
Forum: PowerShell Studio
Topic: Powershell Studio crashed continuously
Replies: 12
Views: 7258

Powershell Studio crashed continuously

Hi David! I'll test if it still crashes. Yes, I had auto save and auto sign active (and I'll leave it for the testing). Speaking about signing, I still have to sign manually. The automatic signing gives contradictory messages and the script/package isn't signed afterwards: SAPIEN Script Packager 3.2...
by carlodidier
Tue Oct 16, 2012 9:31 pm
Forum: PowerShell Studio
Topic: Powershell Studio crashed continuously
Replies: 12
Views: 7258

Powershell Studio crashed continuously

Hi! It happens quite randomly and not only when editing a specific script or project. It can happen while editing, while running or even when I don't do anything in Studio. No other application has crashed on me. I also get a strange error when working on simple scripts (not on form projects). When ...
by carlodidier
Tue Oct 16, 2012 8:23 pm
Forum: PowerShell Studio
Topic: Powershell Studio crashed continuously
Replies: 12
Views: 7258

Powershell Studio crashed continuously

Since my recent update to version 3.1.10, I have frequent crashes. System is Windows 7 Enterprise 64bit, 8GB RAM, run with an admin account (because I need the admin context for what the scripts should do). Two events are logged in the application log: Log Name: Application Source: .NET Runtime Date...
by carlodidier
Wed Sep 26, 2012 3:40 am
Forum: PowerShell Studio
Topic: key pressed event not working in packaged script
Replies: 2
Views: 2126

key pressed event not working in packaged script

I have a Form script where I use this code to trigger an action when the enter key is pressed in a textbox: $textbox_PCName_KeyPress=[System.Windows.Forms.KeyPressEventHandler] { #Event Argument: $_ = [System.Windows.Forms.KeyPressEventArgs] If (($_.KeyChar -eq 13) -and ($button_GetInfo.Enabled -eq ...
by carlodidier
Wed Sep 19, 2012 9:00 am
Forum: PowerShell Studio
Topic: Module doesn't load
Replies: 3
Views: 2950

Module doesn't load

Aaaarrrghhh! That's it! Thanks David!
by carlodidier
Wed Sep 19, 2012 2:56 am
Forum: PowerShell Studio
Topic: Module doesn't load
Replies: 3
Views: 2950

Module doesn't load

Sorry, I pasted the wrong text. Here's the correct one: I installed the Data ONTAp Powershell Toolkit. It works fine in the normal powershell console. But in Powerstudio, I get this error: ERROR: Import-Module : The specified module 'DataONTAP' was not loaded because no valid module file was found i...