-
Notifications
You must be signed in to change notification settings - Fork 20
Description
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(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?