Search found 2 matches

by bansonln
Thu Jan 28, 2016 2:19 pm
Forum: PowerShell Studio
Topic: Error running executable package - .NET
Replies: 2
Views: 2136

Re: Error running executable package - .NET

I think I found the solution. I updated the config file for the package and made sure it said this: <?xml version="1.0" encoding="utf-8" ?> <configuration> <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v2.0.50727"/> <supportedR...
by bansonln
Thu Jan 28, 2016 2:01 pm
Forum: PowerShell Studio
Topic: Error running executable package - .NET
Replies: 2
Views: 2136

Error running executable package - .NET

Product, version and build: 4.2.99 32 or 64 bit version of product: 64-bit Operating system: Windows 2008 R2 32 or 64 bit OS: 64-bit I have created a form to reset passwords in SharePoint 2010. In the script I am trying to capture errors. If I run the script in PowerShell Studio it returns the corre...