I edited a post of mine that had code. I right-clicked in the code block hoping to get the Format Code Block dialog. Instead, I got a table editing menu. I thought I'd try it, even though it wasn't what I wanted. So I tried Cell Properties, and got a crash. I replied "Yes" when asked to debug it, and found the following.
The crash is in a ScriptResource.axd from telerik. The first part of the file is:
Type.registerNamespace("Telerik.Web.UI"); |
Telerik.Web.UI.DialogDefinition=function(){ |
this.Width="600px"; |
this.Height="400px"; |
this.Title=""; |
this.Behaviors=36; |
this.Modal=true; |
this.VisibleStatusbar=false; |
this.VisibleTitlebar=true; |
this.ClientCallbackFunction=""; |
}; |
The stack trace, more or less is as follows (they're all anonymous functions!)
-------
getDialogDefinition
Line 177: throw Error.argumentNull("dialogName",String.format("Dialog Parameters for the {0} dialog do not exist",_32));
---------------
Called from line 119 of the same file, dialogOpener.open
--------
Called from line 7691 of same file, oldShowDialog
--------
Called from line 1028 of FixedEditor.js
That's as far as I'm going, as there are about another 10 levels, and they're all anonymous, so the only way to figure out where they are is to go to the source.
Use File->New Project to create Web Service Projects