Developing Apps using System.Management.Automation.dll
I have developed PowerPoint source code color printing application using System.Management.Automation.dll. During testing the application failed to say that 'System.Management.Automation.dll' is not found.

What is the recommendation for packaging applications that use System.Management.Automation.dll? I would not like to package it with my app due to licence violation and file size. Joginder
July 20th, 2015 2:41pm

A properly designed application only uses that DLL during development.  You need a full version of PowerShell installed on the target for it to work.

Perhaps you need to post in the developers forum to find out how to  design and build an app using this kind of DLL.  This is a scripting forum and not a forum for developers of compiled code.

Free Windows Admin Tool Kit Click here and download it now
July 20th, 2015 3:08pm

Start here: https://msdn.microsoft.com/en-us/library/ff458115(v=vs.85).aspx

Follow all instructions very carefully. Not all of the issues and version issues.  Build ALL of the samples until you can make them work.

The chances are that you followed some incorrect blog instructions like including an incorrect reference to the automation reference assembly into you code.

July 20th, 2015 3:15pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics