Can anyone help resolve this error? No luck with past posts. I am new to this and have attempted to resolve with past post instructions.
Server Error in '/Personal Starter' 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 15: </connectionStrings>
Line 16: <system.web>
Line 17: <pages styleSheetTheme="White">
Line 18: <controls>
Line 19: <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Source File: C:\Users\Kerry\Documents\Visual Studio 2008\Templates\ProjectTemplates\Visual Web Developer\Personal Starter\web.config Line:
17
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
None
0 Points
8 Posts
Personal Starter kit first attempt w/ Visual Web Developer 2008 Express addition
Nov 11, 2009 09:53 AM|KerryAustin|LINK
Can anyone help resolve this error? No luck with past posts. I am new to this and have attempted to resolve with past post instructions.
Server Error in '/Personal Starter' 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:\Users\Kerry\Documents\Visual Studio 2008\Templates\ProjectTemplates\Visual Web Developer\Personal Starter\web.config Line: 17
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
All-Star
32861 Points
7877 Posts
Re: Personal Starter kit first attempt w/ Visual Web Developer 2008 Express addition
Nov 11, 2009 11:42 AM|qwe123kids|LINK
Hi,
http://msdn.microsoft.com/en-us/library/0yy5hxdk.aspx
http://weblogs.asp.net/vimodi/articles/WhatIs_StyleSheetTheme.aspx
have Got the Theme "White" in Your Application
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.