Layton ServiceDesk - Errors - Configuration Error

From Layton Support
Revision as of 03:02, 3 March 2021 by Jpainter (Talk | contribs)

Jump to: navigation, search

Btn back up.png Back to Contents

Contents

Overview

A broken web page on launch. This is due to a missing component that has been configured in a Windows configuration file. The workaround is to disable the call to that component.

MySql.Web

   Server Error in '/Layton ServiceDesk' 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: Could not load file or assembly 'MySql.Web' or one of its dependencies.
     This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
     (C:\Program Files (x86)\Layton Technology\Layton ServiceDesk\web.config line 160)
   
   Source Error: 
   Line 158: <add name="Session" type="System.Web.SessionState.SessionStateModule"/>
   Line 159: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions,
     Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
   Line 160: <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/>
   Line 161: <add name="RadCompression" type="Telerik.Web.UI.RadCompression"/>
   Line 162: </httpModules>

Workaround

  1. Go to:
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG
  2. Copy the file machine.config elsewhere as a backup.
  3. Open machine.config in Notepad.
  4. Find the string: <add name="MySQLRoleProvider"
  5. At the beginning of that line, add a # character. This will disable it.
  6. In Windows Services Console, restart the World Wide Web Publishing Service.

Btn back up.png Back to Contents

Personal tools
Namespaces

Variants
Actions
Main Page
Online User Guides
General Support
Release Notes
Toolbox