You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a TDS project and when I build the project I get below issue.
Adding item sitecore\templates..........\some.item to package
2> Inner Exception Failed to load version 1 for language en(System.Exception):
2> at Sitecore.Data.Serialization.ObjectModel.SyncVersion.ReadVersion(Tokenizer reader)
2> at Sitecore.Data.Serialization.ObjectModel.SyncItem.ReadItem(Tokenizer reader, Boolean assertVersion)
2> Exception Error reading item: /sitecore/templates/........./__Standard Values(System.Exception):
2> at Sitecore.Data.Serialization.ObjectModel.SyncItem.ReadItem(Tokenizer reader, Boolean assertVersion)
2> at Sitecore.Update.Data.Items.ContentDataItem.GetItem()
2> at Sitecore.Update.Data.Items.ContentDataItem.get_DatabaseName()
2> at HedgehogDevelopment.SitecoreProject.PackageBuilder.PackageBuilder.d(List1 ?, d ?, String ?, IEnumerable1 ?, HashSet`1 ?)
2> at HedgehogDevelopment.SitecoreProject.PackageBuilder.PackageBuilder.d(d ?)
2> at HedgehogDevelopment.SitecoreProject.PackageBuilder.y.d(String[] ?)
Note :The standard values as some HTML in rich text.Can this be a problem?
The text was updated successfully, but these errors were encountered:
Actually I wasn't getting it in while using Reference Storefront. I was seeing it in a build server, but thought you might have insight into why HTML in a rich text field of a standard values item causes such an odd exception.
Dear Team,
I have a TDS project and when I build the project I get below issue.
Adding item sitecore\templates..........\some.item to package
2> Inner Exception Failed to load version 1 for language en(System.Exception):
2> at Sitecore.Data.Serialization.ObjectModel.SyncVersion.ReadVersion(Tokenizer reader)
2> at Sitecore.Data.Serialization.ObjectModel.SyncItem.ReadItem(Tokenizer reader, Boolean assertVersion)
2> Exception Error reading item: /sitecore/templates/........./__Standard Values(System.Exception):
2> at Sitecore.Data.Serialization.ObjectModel.SyncItem.ReadItem(Tokenizer reader, Boolean assertVersion)
2> at Sitecore.Update.Data.Items.ContentDataItem.GetItem()
2> at Sitecore.Update.Data.Items.ContentDataItem.get_DatabaseName()
2> at HedgehogDevelopment.SitecoreProject.PackageBuilder.PackageBuilder.d(List
1 ?, d ?, String ?, IEnumerable
1 ?, HashSet`1 ?)2> at HedgehogDevelopment.SitecoreProject.PackageBuilder.PackageBuilder.d(d ?)
2> at HedgehogDevelopment.SitecoreProject.PackageBuilder.y.d(String[] ?)
Note :The standard values as some HTML in rich text.Can this be a problem?
The text was updated successfully, but these errors were encountered: