I have a Repeater which contains an UpdatePanel, which in turn contains a Dialog.
The dialog displays fine until I do a callback on the updatepanel. Then i get the following 2 errors when trying to display the dialog:
Sys.InvalidOperationException: Type ComponentArt.Web.UI.Dialog has already been registered.
[Break on this error] if (window.__registeredTypes[typeName]) throw Error.invalidOperation(Str...
ScriptResource.ax... (line 700)
and
Sys.ScriptLoadFailedException: The script 'http://localhost/Serenity.Web.Gambia.PackageWebsite/Docs/SearchHolidays/ComponentArtScript.axd?f=u1,u5,c1,c2,d1,d2&v=2007_2_1272_3' failed to load. Check for: Inaccessible path. Script errors. (IE) Enable 'Display a notification about every script error' under advanced settings. Missing call to Sys.Application.notifyScriptLoaded().
[Break on this error] throw Sys._ScriptLoader._errorScriptLoadFailed(scriptElement.src, mu...
Any ideas?