User-247122181 posted
hi, i am using freetextbox version 3.2.4 with asp.net 3.5 . I am getting this error when i click on the icon of insert image from gallery button.
The error is :
Using themed css files requires a header control on the page. (e.g. <head runat="server" />).
after diagnosis i found that My site has a theme folder (Theme1) . and it is called through the web.config file like.
<pages theme="Theme1">
but when i remove this "Theme1" from web.config . It works fine. so problem is being caused by theme defined in the web.config.
I can't remove the theme folder of the site. I have to call theme name in my web.config.
Anyone has idea how to overcome through it. thanks in advance.