Closed dms2015 closed 9 years ago
I receive this error
27/08/2015 09.15.16 WriteToLog : System.NotSupportedException: Specified method is not supported. at System.Management.Automation.ParameterBinderBase.CoerceTypeAsNeeded(CommandParameterInternal argument, String parameterName, Type toType, ParameterCollectionTypeInformation collectionTypeInfo, Object currentValue)
I check snapshot and i find it but i think this error block only sending mail script
@dms2015 you can find some help in this closed issue.
https://github.com/noahlh/aws-automated-backup-powershell/issues/14#issuecomment-131584777
I fixed this while implementing support for a custom email server, although forgot to mention it in my commit comment. See pull request #19.
I am receiving the below errors on the script. I also loaded the aws sdk (installed) but the original AWSSDK.dll doesn't exist in that folder so I modified it to EC2 for my AWS SDK Path. Can I change it to this dll?
AWS SDK Path
Add-Type -Path "C:\Program Files (x86)\AWS SDK for .NET\bin\Net45\AWSSDK.EC2.dll"
This is the Error I am receiving after I errored out on the above: Unable to find type [Amazon.AWSClientFactory]: make sure that the assembly containing this type is loaded. At C:\AWS\AWSConfig.ps1:42 char:1
ame) [], RuntimeException