Sys.InvalidOperationException: Two components with the same id 'x' can't be added to the application.
CAUSE:
ASP.NET Ajax Control Toolkit generated javascript code is in debug mode, which has extra checks that throw this error.
SOLUTION:
Set debug="false" in the web.config.
No comments:
Post a Comment