Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30471: Expression is not an array or a method, and cannot have an argument list.

Source Error:


Line 103:
Line 104:        Dim leap As Boolean
Line 105:        If Year() Mod 400 = 0 Then
Line 106:            leap = True
Line 107:        ElseIf Year() Mod 100 = 0 Then

Source File: D:\WEBSERVERS\4-H.uwyo.edu\age_calc.aspx.vb    Line: 105





Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433