The '@' character, hexadecimal value 0x40, cannot be included in a name.
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.Xml.XmlException: The '@' character, hexadecimal value 0x40, cannot be included in a name.
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:
[XmlException: The '@' character, hexadecimal value 0x40, cannot be included in a name.]
System.Xml.XmlConvert.VerifyNCName(String name, ExceptionType exceptionType) +5154832
System.Xml.Linq.XNamespace.GetName(String localName, Int32 index, Int32 count) +150
System.Xml.Linq.XName.Get(String expandedName) +213
Dascoba.Umb.BackOfficeTheme.Helper.get_CurrentUserTheme() in \\psf\Home\Documents\Visual Studio 2010\Projects\Dascoba.Umbraco\Dascoba.Umb.BackOfficeTheme\Helper.cs:103
Dascoba.Umb.BackOfficeTheme.Helper.get_CurrentUserThemeIsValid() in \\psf\Home\Documents\Visual Studio 2010\Projects\Dascoba.Umbraco\Dascoba.Umb.BackOfficeTheme\Helper.cs:67
Dascoba.Umb.BackOfficeTheme.<>c__DisplayClass4.<Init>b__0(Object sender, EventArgs e) in \\psf\Home\Documents\Visual Studio 2010\Projects\Dascoba.Umbraco\Dascoba.Umb.BackOfficeTheme\ApplicationEventsHandler.cs:125
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +266
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
installation bug in 4.7.2
Server Error in '/' Application.
The '@' character, hexadecimal value 0x40, cannot be included in a name.
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.Xml.XmlException: The '@' character, hexadecimal value 0x40, cannot be included in a name.
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
It appears you have a theme name with a "@" in it.. goto the theme folder under plugins and change the name.
Thanks, will try again. I will let you know the outcome.
is working on a reply...