Technical support This forum is closed.
Version 1.x > Technical support > Errors after latest .NET 2.0 Update View modes: 
User avatar
Member
Member
Anonymous - 7/18/2007 7:37:55 AM
   
Errors after latest .NET 2.0 Update
Hi, Has anyone else experienced problems with Kentico 1.9a and the latest .NET 2.0 update.(KB928365)?

Had to back out/remove this update as the site started to break with intermittant server errors, page not founds, and images not being served by Kentico CMS.

Exception was: System.Web.HttpUnhandledException
The root element of a W3C XML Schema should be <schema> and its namespace should be 'http://www.w3.org/2001/XMLSchema'.

Immediately after removing the update the errors stopped occuring.

Here's a snapshot of the log file:

--- Log file: begin --

System.Web.HttpUnhandledException : Exception of type 'System.Web.HttpUnhandledException' was thrown.
System.Xml.Schema.XmlSchemaException : The root element of a W3C XML Schema should be <schema> and its namespace should be 'http://www.w3.org/2001/XMLSchema'.
at System.Xml.Schema.XmlSchema.Read(XmlReader reader, ValidationEventHandler validationEventHandler)
at System.Data.DataSet.ReadXSDSchema(XmlReader reader, Boolean denyResolving)
at System.Data.DataSet.ReadXmlSchema(XmlReader reader, Boolean denyResolving)
at System.Data.DataSet.ReadXmlSchema(XmlReader reader)
at Kentico.CMS.DataEngine.DataClass.RunNew(String className)
at Kentico.CMS.DataEngine.DataClass..ctor(String className)
at Kentico.CMS.TreeEngine.TreeNode.NewInstanceFromDataRow(DataRow dataRow, String className, TreeProvider existingTreeProvider)
at Kentico.CMS.TreeEngine.TreeProvider.SelectSingleNode(String path, TreePathTypeEnum pathType, String className, Boolean selectOnlyPublished)
at Kentico.CMS.TreeEngine.TreeProvider.SelectSingleNode(String path, TreePathTypeEnum pathType, String className)
at Kentico.CMS.TreeEngine.TreeProvider.SelectSingleNode(String path, TreePathTypeEnum pathType)
at Kentico.CMS.CMSControls.CMSPageManager.ReadEditableRegionsFromXml(String aliasPath)
at Kentico.CMS.CMSControls.CMSPageManager.ReadEditableRegions(String aliasPath)
at Kentico.CMS.CMSControls.CMSPageManager.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
System.Web.HttpUnhandledException : Exception of type 'System.Web.HttpUnhandledException' was thrown.
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.default_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\961e2dca\e1b1106e\App_Web_default.aspx.cdcab7d2.cwwmpo5v.0.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

--- Log file: end --