Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Using themed css requires header control

web-app

Hi,

I got a plenty of themed css errors like this:

Using themed css files requires a header control on the page. (e.g. ). 13/07/2007 15:55:05 SOURCE: System.Web TARGETSITE: Void SetStyleSheet() STACKTRACE: at System.Web.UI.PageTheme.SetStyleSheet() at System.Web.UI.Page.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

I can correct this error like in IssuesExcel.aspx with the following html:

<%@ Import Namespace="Gemini" %>
<%@ Page language="c#" Codebehind="IssuesExcel.aspx.cs" AutoEventWireup="True" Inherits="CounterSoft.Gemini.IssuesExcel" enableViewState="False" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
 <HEAD runat="server">
  <title>Gemini Project Issue Tracking</title>
  <meta content="True" name="vsshowGrid">
  <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
  <meta content="C#" name="CODE
LANGUAGE">
  <meta content="JavaScript" name="vsdefaultClientScript">
  <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs
targetSchema">
  
 </HEAD>
 <body>
  <form id="IssuesRep" method="post" runat="server">
   <P><asp:PlaceHolder id="placeHolder" runat="server"></asp:PlaceHolder></P>
  </form>
 </body>
</HTML>

 

voeni
· 1
voeni
Replies (4)
helpful
0
not helpful

The same effect with FileDownload.aspx


voeni
· 1
voeni
helpful
0
not helpful

Thanks for the feedback.

Apart from the 2 pages mentioned, any others causing you the same problem?


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

Yes, also in refresher.aspx (the most errors are thrown there)


voeni
· 1
voeni
helpful
0
not helpful

Harvey Kandola
· 212
Harvey Kandola