or
The following is in the event viewer, All Pages display generic Webpart error
Web Part Error: This page has encountered a critical error. Contact your system
administrator if this problem persists.
Event Type: Error
Event Source: Windows SharePoint Services 3
Event Category: Runtime
Event ID: 6610
Date: 8/20/2008
Time: 12:16:46 PM
User: N/A
Computer: RENSP1
Description:
Safe mode did not start successfully. Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
| Dim column As GridBoundColumn |
| column = New GridBoundColumn() |
| column.UniqueName = "Date" |
| column.DataType = GetType(String) |
| column.HeaderText = PmResources.GetResourceString(headerResourceKey) |
| column.HeaderTooltip = PmResources.GetResourceString(toolTipResourceKey) |
| column.DataField = "Date" |
| column.AutoPostBackOnFilter = False |
| column.ShowFilterIcon = False |
| column.CurrentFilterFunction = GridKnownFunction.NoFilter |
| column.SortExpression = dataField |
| column.Groupable = False |
| column.AllowFiltering = False |
| column.Reorderable = False |
| column.Visible = visibile |
| column.HeaderStyle.Width = Unit.Pixel(width) |
| column.ItemStyle.Width = Unit.Pixel(width) |
| column.ReadOnly = isReadOnly |
| column.ItemStyle.VerticalAlign = VerticalAlign.Top |
| column.ItemStyle.HorizontalAlign = HorizontalAlign.Left |

