Just upgraded from 5.2 to 6.0. If I use a custom name for my config file, I get an alert "Failed to Load Menus" when the control loads. Note that it's not the content of the file that causes the error, it's the NAME of the file that seems to be the problem.
My code was editor.AutoConfigure = "asid" and my config file was asid.config, this generated the error.
After a bunch of tests I figured out that i I rename my asid.config to simple.config (or one of the other standard cofigs) and change the code match it works fine.
I can certainly just name my file simple.config, but it's confusing, and I'd rather use my own name. Can you help?
Also, in 5.2 somehow I changed the default display so it didn't say "css class" but rather some custom text. I can't figure out how to do that in 6.0 (or even how I did it in 5.2 for that matter). Here's a link to a sample page showing the custom display text.
http://www.scientificinquiry.org/samplehelp.asp Can you help with that as well?