RamblingCookieMonster / SecretServer

Secret Server PowerShell Module
MIT License
87 stars 28 forks source link

Fix to issue #1 #2

Closed jgigler closed 9 years ago

jgigler commented 9 years ago

Add 'System.Web.Services.dll' to the RequiredModules definition in the module assembly. This will load the assembly as a dependency of the module, and resolve the Example Symptom provided. It should resolve the other issues you mentioned as well.