Search found 101 matches

by bn2hunt
Tue Feb 05, 2013 7:07 am
Forum: PowerShell Studio
Topic: First Form getting errors
Replies: 19
Views: 8691

First Form getting errors

specific dot net's installed

v2.0.50727
v.3.0
v4.0.30319
by bn2hunt
Tue Feb 05, 2013 7:02 am
Forum: PowerShell Studio
Topic: First Form getting errors
Replies: 19
Views: 8691

First Form getting errors

powershell studio 3.1.15
OS Windows 7 64bit sp1
.net 4.0
.net 3.5.1
by bn2hunt
Tue Feb 05, 2013 2:21 am
Forum: PowerShell Studio
Topic: First Form getting errors
Replies: 19
Views: 8691

First Form getting errors

The form has a folderbrowser, filebrowser, checkbox and a button on it.
by bn2hunt
Tue Feb 05, 2013 2:18 am
Forum: PowerShell Studio
Topic: First Form getting errors
Replies: 19
Views: 8691

First Form getting errors

I am trying my first form and I am getting an error when it imports the assemblies ERROR: Exception calling "Load" with "1" argument(s): "Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or ERROR: one of its dependen...
by bn2hunt
Fri Jan 25, 2013 6:56 am
Forum: PrimalScript
Topic: custom menu item
Replies: 2
Views: 1826

custom menu item

I am trying to create a custom menu to use with git and I need to be able to use the currentdirectory of the opened file. I am trying to use the $FileDir$ varialble but it has the on the end. I need a way to remove the on the end of that variable. Any Ideas?

Thanks

Dan
by bn2hunt
Tue Jan 08, 2013 5:24 am
Forum: PrimalScript
Topic: Build only
Replies: 2
Views: 1717

Build only

Thanks, I always clicked on the drop down and didn't check the icon.
by bn2hunt
Tue Jan 08, 2013 2:52 am
Forum: PrimalScript
Topic: Build only
Replies: 2
Views: 1717

Build only

In 2011 we had the ability to just build an executable, in 2012 I can only find build and run. Is there a way to build and executable and not run it when I build it?
by bn2hunt
Mon Oct 15, 2012 5:39 am
Forum: PowerShell Studio
Topic: Saved Script encoding
Replies: 1
Views: 1764

Saved Script encoding

Can you tell me what file encoding you are using to save the powershell files? And if it isn't UTF-8 is there a way to change it? We are in the process of moving to GIT for our company wide source control and it is looking at ps1 files as a binary file. One of the workarounds that has been found it ...
by bn2hunt
Mon Sep 24, 2012 8:15 am
Forum: PowerShell Studio
Topic: compiled script error registry access error
Replies: 1
Views: 1857

compiled script error registry access error

When I compile a script running alternate credentials I am getting an error "Reqested registry access is not allowed" Unless I make the alt. cred an admin. Which registry key does it need access to?
by bn2hunt
Wed Sep 19, 2012 3:19 am
Forum: PowerShell Studio
Topic: packaged script and commandline
Replies: 1
Views: 2215

packaged script and commandline

I am trying to figure out how to pass parameters to a packaged executable. I found the function(s) that were writen for primalforms 2009. It seems to work until I try to access the dictionary outside of the function Convert-ArgumentsToDictionary. When I try to access the dictionary object in the mai...