Hi Everyone,

I've been getting the below error for a few days now. No code has been
changed, that I know of, but this message pops up in the error log
whenever someone access the sharepoint site. Some images/controls are
shown with the x (as in not found).

All the errors pertain to the C:\Program Files\Common Files\Microsoft
Shared\Web Server Extensions\12\template\images\ folder

Any insight would be appreciated

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 6/11/2008 9:23:59 AM
Event time (UTC): 6/11/2008 3:23:59 PM
Event ID: cdeb7ce42b8442b1bbaf20ae56d6e5fe
Event sequence: 2
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/247765979/Root/_layouts/
images-2-128576714393627266
Trust level: wss_custom
Application Virtual Path: /_layouts/images
Application Path: C:\Program Files\Common Files\Microsoft Shared
\Web Server Extensions\12\template\images\
Machine name: COMPUTERNAME

Process information:
Process ID: 4488
Process name: w3wp.exe
Account name: Domain\spsiteadmin

Exception information:
Exception type: FileLoadException
Exception message: Could not load file or assembly 'msvcm80,
Version=8.0.50727.1433, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. No such
interface supported (Exception from HRESULT: 0x80004002
(E_NOINTERFACE))

Request information:
Request URL: https://url:443/_layouts/images/gosearch.gif
Request path: /_layouts/images/gosearch.gif
User host address: 206.47.249.252
User:
Is authenticated: False
Authentication Type:
Thread account name: domain\spsiteadmin

Thread information:
Thread ID: 1
Thread account name: domain\spsiteadmin
Is impersonating: False
Stack trace: at
<CrtImplementationDetails>.ThrowModuleLoadException(String ,
Exception )
at
<CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* )
at .cctor()


Custom event details:

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Re: Event Code: 3005 ASP.Net errors in log by KZ

KZ
Wed Jun 11 15:03:21 CDT 2008

On 11 Jun, 16:33, chagri...@gmail.com wrote:
> Hi Everyone,
>
> I've been getting the below error for a few days now. No code has been
> changed, that I know of, but this message pops up in the error log
> whenever someone access the sharepoint site. Some images/controls are
> shown with the x (as in not found).
>
> All the errors pertain to the C:\Program Files\Common Files\Microsoft
> Shared\Web Server Extensions\12\template\images\ =A0folder
>
> Any insight would be appreciated
>
> Event code: 3005
> Event message: An unhandled exception has occurred.
> Event time: 6/11/2008 9:23:59 AM
> Event time (UTC): 6/11/2008 3:23:59 PM
> Event ID: cdeb7ce42b8442b1bbaf20ae56d6e5fe
> Event sequence: 2
> Event occurrence: 1
> Event detail code: 0
>
> Application information:
> =A0 =A0 Application domain: /LM/W3SVC/247765979/Root/_layouts/
> images-2-128576714393627266
> =A0 =A0 Trust level: wss_custom
> =A0 =A0 Application Virtual Path: /_layouts/images
> =A0 =A0 Application Path: C:\Program Files\Common Files\Microsoft Shared
> \Web Server Extensions\12\template\images\
> =A0 =A0 Machine name: COMPUTERNAME
>
> Process information:
> =A0 =A0 Process ID: 4488
> =A0 =A0 Process name: w3wp.exe
> =A0 =A0 Account name: Domain\spsiteadmin
>
> Exception information:
> =A0 =A0 Exception type: FileLoadException
> =A0 =A0 Exception message: Could not load file or assembly 'msvcm80,
> Version=3D8.0.50727.1433, Culture=3Dneutral,
> PublicKeyToken=3Db03f5f7f11d50a3a' or one of its dependencies. No such
> interface supported (Exception from HRESULT: 0x80004002
> (E_NOINTERFACE))
>
> Request information:
> =A0 =A0 Request URL:https://url:443/_layouts/images/gosearch.gif
> =A0 =A0 Request path: /_layouts/images/gosearch.gif
> =A0 =A0 User host address: 206.47.249.252
> =A0 =A0 User:
> =A0 =A0 Is authenticated: False
> =A0 =A0 Authentication Type:
> =A0 =A0 Thread account name: domain\spsiteadmin
>
> Thread information:
> =A0 =A0 Thread ID: 1
> =A0 =A0 Thread account name: domain\spsiteadmin
> =A0 =A0 Is impersonating: False
> =A0 =A0 Stack trace: =A0 =A0at
> <CrtImplementationDetails>.ThrowModuleLoadException(String ,
> Exception )
> =A0 =A0at
> <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* )
> =A0 =A0at .cctor()
>
> Custom event details:
>
> For more information, see Help and Support Center athttp://go.microsoft.co=
m/fwlink/events.asp.

Has there been any administration changes on the server? Check the
directory where the images are stored, is it inherting windows
permissions correctly? Does the IIS application pool account have
permissions? If the app pool account is not in the local server
administrators group then put it in there temporarily and see if that
resolves the problem. also check that all .Net framework patches are
up to date.

Re: Event Code: 3005 ASP.Net errors in log by mfarran

mfarran
Tue Jun 17 09:27:01 CDT 2008

Thanks for the reply.

I put the app pool account in the local admin group and the error is still
there. There hasn't been any user changes. I've got the site extended to an
extranet and it looks like the extranet is the one with the problem. The
internal site i extended it from isn't generating the errors. All images load
fine.

I'm still looking for a fix.

Re: Event Code: 3005 ASP.Net errors in log by KZ

KZ
Tue Jun 17 11:45:07 CDT 2008

On 17 Jun, 15:27, mfarran <mfar...@discussions.microsoft.com> wrote:
> Thanks for the reply.
>
> I put the app pool account in the local admin group and the error is still
> there. There hasn't been any user changes. I've got the site extended to an
> extranet and it looks like the extranet is the one with the problem. The
> internal site i extended it from isn't generating the errors. All images load
> fine.
>
> I'm still looking for a fix.

Have you set the authentication provider for the extended site? The
first one will use a default of windows. Check the auth provider for
the extended one and ensure it is set to windows, then check to see if
this resolves the issue (remembering that MOSS caches like hell). If
not, there may be a problem with the web.config file of the extended
site.

Re: Event Code: 3005 ASP.Net errors in log by mfarran

mfarran
Tue Jun 17 12:08:07 CDT 2008

Might be the web.config. I'll check the authentication provider. I was in the
web.config about a week ago ensuring the session state was set to true. I
don't think i saved anything.

Could i replace the extended's web.config with the original web.config and
have it work?

Re: Event Code: 3005 ASP.Net errors in log by chagrinmf

chagrinmf
Wed Jun 18 13:27:33 CDT 2008

Authentication provider is set right.

Still looking

mfarran wrote:

> Might be the web.config. I'll check the authentication provider. I was in the
> web.config about a week ago ensuring the session state was set to true. I
> don't think i saved anything.
>
> Could i replace the extended's web.config with the original web.config and
> have it work?