In the refactoring exercise we are working on, we need to change the Page Templates for selected websites. Most pages get localized and update their page templates with the code below, but for some we get the following error:
"Name, file name must be unique for elements of the type: Page within its Structural group and its Blueprint context. Source or sources of conflict tcm: 121: 3456-64."
I checked both the current page being processed and the page indicated in the error, and both have unique names and file names. Any ideas that might be causing the problem?
PS I was able to solve an earlier error with wonderful suggestions sent to my question. Expect a similar answer this time.
try { pData = client.Read(page.Attribute("ID").Value, null) as PageData;
source share