Click here to Skip to main content
15,900,378 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Help I am getting this error when I do view browser in the website that I am working on.......Theme 'Burlywood' cannot be found in the application or global theme directories........Please help.


Thank you for all the helps, this is what the whole error look like Please help thank you very much....


Server Error in '/' Application.

Theme 'Burlywood' cannot be found in the application or global theme directories.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Theme 'Burlywood' cannot be found in the application or global theme directories.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[HttpException (0x80004005): Theme 'Burlywood' cannot be found in the application or global theme directories.]
System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName) +934
System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName) +73
System.Web.UI.Page.InitializeThemes() +9009446
System.Web.UI.Page.PerformPreInit() +38
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +328
Posted
Updated 28-Feb-12 13:50pm
v2
Comments
R. Giskard Reventlov 28-Feb-12 12:59pm    
Not enough information. In any case, the excpetion is telling you what is wrong!
Sergey Alexandrovich Kryukov 28-Feb-12 13:17pm    
Not even a question.
"Please help" -- with what? If something is not found is not a reason for help. If you told us: "see this thing is here, but this program fails to find it here" -- that could be a reason to investigate. But you provide no evidence that some theme is supposed to be found. What's the problem then?
--SA
Ade Olude 28-Feb-12 19:56pm    
I understand no theme was supposed to be found everything was working fine until this morning ....

Server Error in '/' Application.

Theme 'Burlywood' cannot be found in the application or global theme directories.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Theme 'Burlywood' cannot be found in the application or global theme directories.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[HttpException (0x80004005): Theme 'Burlywood' cannot be found in the application or global theme directories.]
System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName) +934
System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName) +73
System.Web.UI.Page.InitializeThemes() +9009446
System.Web.UI.Page.PerformPreInit() +38
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +328
I am sorry for the inconvenience

1 solution

Somewhere in your app you have set the Theme to Burlywood and it does not exist. You need to create it under App_Themes or choose a theme that you do have.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900