Hi all,
i've a problem if i use the editor in a themed solution.
When i click the help button i've the error: Using themed css files requires a header control on the page. (e.g. <head runat="server" />).
When i use the table wizard i've the error: 'sel_template[...]' is null or not an object
Can you help me?
Step to reproduce the problem:
1- create new project with VS2005
2- edit the web config and add the line:
<pages theme="a" ></pages>
3- try!