Forum Discussion
byaby93
Jun 17, 2019Copper Contributor
Powershell .net core runspace creation error
Hello guys, I am trying to make some remote requests to Exchange from a .NET core api but I am having some issues and I am unable to find a solution. I created a singleton pattern so I can only ...
byaby93
Jun 18, 2019Copper Contributor
I found the solution for my problem. When I created the api I downloaded the powershell sdk with nuget but when I published it with that SDK, IIS could not access the dependecies needed. So I uninstalled the SDK and instead I installed powershell 6 on my PC and linked the dependencies in the assembly and it worked!!