p3nt4/PowerShdll

DotNet 2.0 support?

CaledoniaProject opened this issue · 3 comments

I can't compile PowerShdll with .net framework 2.0 version, is it possible to add support for that?

On Windows 2008, .net framework 3.5 is not installed by default.

p3nt4 commented

Do you have the System.Management.Automation.dll library? What error do you get?

VS 2016 shows the following error:

screenshot 2017-09-04 at 19 08 02

p3nt4 commented

I have updated the .Net requirements to be 2.0 for Exe mode and 3.5 for dll mode.

I reckon the unamnaged exports library prevents using and older version of the .Net framework for dll mode.