Jump to content

Recommended Posts

Posted

We run Sharpoint 2010 and SLG hosted in school. I updated the webparts to the Summer 2013 release on Friday after school and it now appears to have killed my Sharepoint install and whenever anybody now tries to logon either inside of school or externally they receive a Server Error in '/' Application. Runtime error and i've also pasted an error from the event viewer below. I'll get on the phone to CAPITA support tomorrow but does anybody have an idea what may have gone wrong?

 

---------

 

Log Name: Application

Source: ASP.NET 2.0.50727.0

Date: 28/07/2013 19:57:14

Event ID: 1310

Task Category: Web Event

Level: Warning

Keywords: Classic

User: N/A

Computer: STB-SR-*****.******.internal

Description:

Event code: 3008

Event message: A configuration error has occurred.

Event time: 28/07/2013 19:57:14

Event time (UTC): 28/07/2013 18:57:14

Event ID: 4e9bf5b22e84422d9d71d2db24018294

Event sequence: 1

Event occurrence: 1

Event detail code: 0

 

Application information:

Application domain: /LM/W3SVC/505879338/ROOT-13-130195114344563667

Trust level: WSS_Custom

Application Virtual Path: /

Application Path: C:\inetpub\wwwroot\wss\VirtualDirectories\********443\

Machine name: STB-SR-********

 

Process information:

Process ID: 8800

Process name: w3wp.exe

Account name: *******\******

 

Exception information:

Exception type: ConfigurationErrorsException

Exception message: Could not load file or assembly 'SLGWebFeature, Version=1.7.0.0, Culture=neutral, PublicKeyToken=21f532fe36bf9cd6' or one of its dependencies. The system cannot find the file specified.

 

Request information:

Request URL: https://127.0.0.1:443/

Request path: /

User host address: 127.0.0.1

User:

Is authenticated: False

Authentication Type:

Thread account name: *******\*****

 

Thread information:

Thread ID: 5

Thread account name: *******\*******

Is impersonating: False

Stack trace: at System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase)

at System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement)

at System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList)

at System.Web.HttpApplication.GetModuleCollection(IntPtr appContext)

at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)

at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)

at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)

at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)

 

 

Custom event details:

 

Event Xml:

1310

3

3

0x80000000000000

107493

Application

STB-SR-*****.*****.internal

3008

A configuration error has occurred.

28/07/2013 19:57:14

28/07/2013 18:57:14

4e9bf5b22e84422d9d71d2db24018294

1

1

0

/LM/W3SVC/505879338/ROOT-13-130195114344563667

WSS_Custom

/

C:\inetpub\wwwroot\wss\VirtualDirectories\********443\

STB-SR-****

8800

w3wp.exe

******\******

ConfigurationErrorsException

Could not load file or assembly 'SLGWebFeature, Version=1.7.0.0, Culture=neutral, PublicKeyToken=21f532fe36bf9cd6' or one of its dependencies. The system cannot find the file specified.

https://127.0.0.1:443/

/

127.0.0.1

False

*******\******

5

*******\******

False

at System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase)

at System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement)

at System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList)

at System.Web.HttpApplication.GetModuleCollection(IntPtr appContext)

at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)

at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)

at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)

at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)

Posted

Looks like you are missing a dll (SLGWebFeature) which is used by a config section in web.config.

 

Near the top of web.config you should have a configSections element which contains sections. Once of these will reference SLGWebFeature. Look for the name attribute, then find that section elsewhere in web config. If you want to try to get SharePoint running again you'll need to comment out the section element you found about and the actual section it references.

 

Note you can really break SharePoint by messing with web.config so make sure you back it up before making any changes. Or you could wait for Capita support to sort it out.

 

SLG is unlikely to work without it's config section in, but the rest of SharePoint should.

Posted

Hi Richard

 

Thanks for the reply. Incase anybody else comes across this issue, it's down to not installing the Mobile viewer Webpart at the same time as the SLG upgrade. The mobile webpart works on the main site and redirects those users who are using a mobile browser to the relevant page. I just wanted to make sure SLG was working first before I installed the updated Mobile webpart but by the looks of it, it won't let you.

 

Quick call to CAPITA support pointed me in the right direction.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...