I have a product/app that uses asp.net the Cute Editor 4.5. In one of the applications all the functions work except when they involve a dialog. Then the dialog opens but with a 404 error saying it can not find the file apppath/Dialogs/default.aspx. I see the code is supposed to be opening /Dialogs/InsertImage.aspx or something like that so why are all my dialogs trying to open default.aspx?
Probably related is that when the initial dialog opens, I get a similar message which eventually dissappears when the app hits my code that replaces the .Text value with my editable content.
Any ideas?