-
Notifications
You must be signed in to change notification settings - Fork 20
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
TDS Common_Master project doesn't compile #3
Comments
What version of TDS are you running? Could you please try to open the file in a text editor and validate that the content looks proper? |
I have the same issue. It does not appear to be related to the "chinese-looking characters" problem that affects the Global Suppression.cs files described in issue #2. I ran the UnixToWIndowsEOL.ps1 script, and that didn't help. There is another item file affected by this problem as well: Excluding both Mails.item and Account Management.item from the project will allow the solution to build. |
I can't download TDS 5.1.9 but I pulled 5.1.11. It still fails with the same compile error. I added the item file. I had to rename it to a .txt so it can be uploaded. DThrasher's solution does seem to allow the solution to compile. The obvious problem remains that we then won't have these items in our update packages. Before I pulled down the source I configured my git repo settings as outlined in the Dev guide on GetHub. I too had the GlobalSuppression.cs issue. But I manually removed all the junk. |
Has this been resolved? Here is some feedback from TDS support:
|
It should have been solved. |
facing the same issue: Inner Exception Failed to load version 1 for language en-US(System.Exception): |
Package Builder fails causing the project to fail.
Adding item sitecore\content\Storefront\Global\Mails.item to package
5> Inner Exception Failed to load version 1 for language en(System.Exception):
5> at Sitecore.Data.Serialization.ObjectModel.SyncVersion.ReadVersion(Tokenizer reader)
5> at Sitecore.Data.Serialization.ObjectModel.SyncItem.ReadItem(Tokenizer reader, Boolean assertVersion)
5> Exception Error reading item: /sitecore/content/Storefront/Global/Mails/ForgotPassword(System.Exception):
5> at Sitecore.Data.Serialization.ObjectModel.SyncItem.ReadItem(Tokenizer reader, Boolean assertVersion)
5> at Sitecore.Update.Data.Items.ContentDataItem.GetItem()
5> at Sitecore.Update.Data.Items.ContentDataItem.get_DatabaseName()
5> at HedgehogDevelopment.SitecoreProject.PackageBuilder.PackageBuilder.0(List
1 ?, 0 ?, String ?, IEnumerable
1 ?, HashSet`1 ?)5> at HedgehogDevelopment.SitecoreProject.PackageBuilder.PackageBuilder.0(0 ?)
5> at HedgehogDevelopment.SitecoreProject.PackageBuilder.k.0(String[] ?)
The text was updated successfully, but these errors were encountered: