West Wind Web Toolkit for ASP.NET
Exception in DbSimpleResourceProvider
02/08/2010
11:08:54 AM
2V10NWAY8 Show this entire thread in new window
Gratar Image based on email address
From:
Nick Cole
To:
All 
Attachments:
None
First off - thanks for the most useful and well documented tool.

I'm seeing an occasional exception in my web server app log and am wondering if you might have some suggestions for tracking it down.
I took a quick look at the code and it doesn't appear that there is a direct array reference in this method.

Regards,
Nick

Here's an excerpt from the log:

Process information:
Process ID: 5484
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
Exception type: IndexOutOfRangeException
Exception message: Index was outside the bounds of the array.

Request information:
Request URL:
Request path:
User host address:
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE

Thread information:
Thread ID: 11
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Collections.Generic.List`1.Add(T item)
at Westwind.Globalization.DbSimpleResourceProvider..ctor(String virtualPath, String className)
at Westwind.Globalization.DbSimpleResourceProviderFactory.CreateLocalResourceProvider(String virtualPath)