Skip to content
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

Error when deploying Data Sources #20

Closed
anderslars opened this issue Jan 2, 2019 · 1 comment
Closed

Error when deploying Data Sources #20

anderslars opened this issue Jan 2, 2019 · 1 comment

Comments

@anderslars
Copy link

Build runs without issue, unless I have Reference Datasets checked.
Syntax of my data sources follows the examples in the "Example of the configuration file".
Error is - "The property 'InnerText' cannot be found on this object. Verify that the property exists and can be set".
assuming tied to the line of code mentioned in this issue
#14
-$Datasources | Where-Object { $.Name -eq $node.Name } | ForEach-Object { $node.DataSourceReference = $.Path.ToString() ; $node.ChildNodes[2].InnerText = $_.Id }

any thoughts on what I have missing? Thanks!!

@anderslars
Copy link
Author

Closing. assuming its an environment specific issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant