I downloaded this kit, but when I try to run it (Ctrl F5) I get the following error.
Server Error in '/HP' Application.
Configuration Error
Description:
An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Theme 'White' cannot be found in the application or global theme directories.
Source Error:
Line 7: </connectionStrings>
Line 8: <system.web>
Line 9: <pages styleSheetTheme="White"/>
Line 10: <customErrors mode="RemoteOnly"/>
Line 11: <compilation debug="false"/>
Source File: C:\Documents and Settings\Niclas\Skrivebord\HP\web.config Line:
9
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
You guys have any idea whats wrong, and how to fix it?
The error appears in Visual Studio 2005, and Visual Web Developer 2008 Express Edition.
Do you have all the theme files in a folder named White underneath the App_Themes folder of your web app? If, say your web app folder is
C:\Documents and Settings\Niclas\Skrivebord\HP, then have your theme files under
C:\Documents and Settings\Niclas\Skrivebord\HP\App_Themes\White.
Mark replies as answers if they helped you solve the problem.
None
0 Points
2 Posts
Error: <pages styleSheetTheme="White"/>
Jan 26, 2008 10:54 AM|Berner|LINK
Hi,
I downloaded this kit, but when I try to run it (Ctrl F5) I get the following error.
Server Error in '/HP' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.Parser Error Message: Theme 'White' cannot be found in the application or global theme directories.
Source Error:
Source File: C:\Documents and Settings\Niclas\Skrivebord\HP\web.config Line: 9
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
You guys have any idea whats wrong, and how to fix it?
The error appears in Visual Studio 2005, and Visual Web Developer 2008 Express Edition.
Contributor
6730 Points
1366 Posts
Re: Error: <pages styleSheetTheme="White"/>
Jan 26, 2008 11:41 AM|siva_sm|LINK
Do you have all the theme files in a folder named White underneath the App_Themes folder of your web app? If, say your web app folder is C:\Documents and Settings\Niclas\Skrivebord\HP, then have your theme files under C:\Documents and Settings\Niclas\Skrivebord\HP\App_Themes\White.
Member
160 Points
43 Posts
Re: Error: <pages styleSheetTheme="White"/>
Jan 26, 2008 11:43 AM|solutionsquid|LINK
Berner,
Take a look at the following solution, looks like the same issue you are having.
http://www.aspspider.net/resources/Resource167.aspx