Search found 21 matches

by martytx56
Fri Mar 20, 2015 5:05 am
Forum: PowerShell Studio
Topic: Change the DOT-NET version for the Run command
Replies: 4
Views: 1942

Re: Change the DOT-NET version for the Run command

That worked great. This is only a temporary change until my users are migrated to PowerShell 3 or 4.
by martytx56
Thu Mar 19, 2015 2:15 pm
Forum: PowerShell Studio
Topic: Change the DOT-NET version for the Run command
Replies: 4
Views: 1942

Change the DOT-NET version for the Run command

I know you can use a config file for an EXE created by PowerShell Studio to change the DOT_NET version the EXE uses but I would like to do that for a script run from PowerShell Studio's IDE using the run command. This would make it easier to debug a windowed program using run, rather than making a E...
by martytx56
Thu Mar 19, 2015 2:00 pm
Forum: PowerShell Studio
Topic: Output location of .EXE file changes
Replies: 5
Views: 2257

Re: Output location of .EXE file changes

I tried .82. The problem is still there but the output file is now correct as a .EXE
by martytx56
Thu Mar 19, 2015 1:55 am
Forum: PowerShell Studio
Topic: Output location of .EXE file changes
Replies: 5
Views: 2257

Re: Output location of .EXE file changes

Version 4.1.39 x64 Windows 8.1 Pro x64 It doesn't happen all the time but here is the last time it did it. It also will sometimes decide to start working again after several re-compiles or a reboot. >> Building (Excel2CSV_Batch) Project... >> Merging 'Startup.pss' ... >> Merging 'Errors.ps1' ... >> ...
by martytx56
Sun Mar 15, 2015 5:38 am
Forum: PowerShell Studio
Topic: Output location of .EXE file changes
Replies: 5
Views: 2257

Output location of .EXE file changes

If I create a project and include files from a different directory than the project, the .EXE file is placed in the other directory. For example I have a common directory of .PS1 files that are used by several projects and when I used the 'add existing file' under the project tab and tell PowerShell...
by martytx56
Mon Feb 23, 2015 7:38 am
Forum: PowerShell Studio
Topic: Host(dot)Runspace is Null
Replies: 3
Views: 1366

Host(dot)Runspace is Null

I am having trouble with host(dot)Runspace being null in PowerShell Studio when I run the script but it is not null when using the PowerShell command line. What am I missing?

I used (dot) for . Since the forum software marked it as spam.
by martytx56
Fri Feb 06, 2015 4:29 am
Forum: PowerShell Studio
Topic: PSS2015 not creating executable
Replies: 8
Views: 3640

Re: PSS2015 not creating executable

I had the same issue and the rename worked fine.
by martytx56
Fri Jan 30, 2015 12:52 pm
Forum: PowerShell Studio
Topic: RFC: Include Region from Another .PS1 File
Replies: 3
Views: 1601

Re: RFC: Include Region from Another .PS1 File

That worked great, thank you.
by martytx56
Fri Jan 30, 2015 4:38 am
Forum: PowerShell Studio
Topic: RFC: Include Region from Another .PS1 File
Replies: 3
Views: 1601

RFC: Include Region from Another .PS1 File

It would be great if you could include a region/all code from another .PS1 file. #include-region .\common-modules.ps1 MyModuleFunction #include-region .\common-modules.ps1 Our policy at work doesn't allow the use of unsigned scripts or to do self-signing scripts which prevents us from using modules ...
by martytx56
Tue Jan 13, 2015 9:10 am
Forum: PowerShell Studio
Topic: Renaming Module Parameters and Function Names
Replies: 4
Views: 2020

Re: Renaming Module Parameters and Function Names

It works correctly at home so I will test it at work this week and verify my settings there. Thank you.