Я обновил свой проект веб-приложения kentico с версии 10 до 11 с помощью установщика обновлений и использовал утилиту codeupgrade для обнаружения проблем с кодом и их изменения.
составлено с
Я получил сообщение об успешном обновлении.
Когда я зашел на свой сайт локально, я получил сообщение об ошибке ниже
`Server Error in '/' Application.
An item with the same key has already been added.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.ArgumentException: An item with the same key
has already been added.
Source Error:
Line 23:
Line 24: // Initialize CMS application. This method should not be
called from custom code.
Line 25: InitApplication();
Line 26: }
Line 27:
Source File: C:\compass_build\CMS\Global.asax.cs Line: 25
Не могли бы вы помочь мне решить проблему, спасибо