-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.IO.FileLoadException #11
Comments
Same error, any updates on when an updated release for the binaries will be available? Is this an SF library that have been copied into this repo, or is it something @ChackDan have written? |
If all you need is to run the Invoke-AddCertToKeyVault command, you can simply remove/comment the import of that assembly. On line 11, remove or add a hashbang on this line: Add-Type -Path "$invocationDir\System.Fabric.CSMTemplate\System.Fabric.CSMTemplate.dll" |
I will follow up. Thankyou for reporting this. I am working on updating the whole package based on the numerus messages. Do not have an ETA at this time. From: SondreB [mailto:notifications@github.com] If all you need is to run the Invoke-AddCertToKeyVault command, you can simply remove/comment the import of that assembly. On line 11: Add-Type -Path "$invocationDir\System.Fabric.CSMTemplate\System.Fabric.CSMTemplate.dll" — |
Thanks, issue was because of outdated Newton Json, after I updated to newer version. Script worked fine. From: Chacko Daniel [mailto:notifications@github.com] I will follow up. Thankyou for reporting this. I am working on updating the whole package based on the numerus messages. Do not have an ETA at this time. From: SondreB [mailto:notifications@github.com] If all you need is to run the Invoke-AddCertToKeyVault command, you can simply remove/comment the import of that assembly. On line 11: Add-Type -Path "$invocationDir\System.Fabric.CSMTemplate\System.Fabric.CSMTemplate.dll" — — |
Good to know Abhishek. Thankyou for following up. From: Abhishek kumar [mailto:notifications@github.com] Thanks, issue was because of outdated Newton Json, after I updated to newer version. Script worked fine. From: Chacko Daniel [mailto:notifications@github.com] I will follow up. Thankyou for reporting this. I am working on updating the whole package based on the numerus messages. Do not have an ETA at this time. From: SondreB [mailto:notifications@github.com] If all you need is to run the Invoke-AddCertToKeyVault command, you can simply remove/comment the import of that assembly. On line 11: Add-Type -Path "$invocationDir\System.Fabric.CSMTemplate\System.Fabric.CSMTemplate.dll" — — — |
I did a: right click, properties, unblock on the dll files, that fixed it. |
I am getting this error. I am running the latest
The text was updated successfully, but these errors were encountered: