ASP.Net page themes not found

Discussion in 'ASP.NET 2.0' started by jag17, Feb 17, 2008.

  1. Hi

    I just uploaded my asp.net pages to the server. The site was working in my local server.

    But when I access it from your hosted server, I get this error

    http://www.singprice.com/admpages/pgCategory.aspx


    Server Error in '/admpages' Application.
    --------------------------------------------------------------------------------

    Parser Error
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Theme 'DefaultTheme' cannot be found in the application or global theme directories.

    Source Error:


    Line 1: <%@ Page Language="C#" MasterPageFile="MasterPage.master" AutoEventWireup="true"
    Line 2: CodeFile="pgCategory.aspx.cs" Inherits="admpages_pgCategory" Title="Untitled Page"
    Line 3: Theme="DefaultTheme" %>

    -------------------

    I have checked that App_Themes folder is there and the DefaultTheme folder is also under App_Themes folder.


    I am not if there is anything needs to be done on your server to make this right.

    Can you please help me on this

    Thank You
    -Jag
     

Share This Page