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: CS1501: No overload for method 'BuildHtml' takes '6' arguments

Source Error:


Line 736:                if (File.Exists(serverpath + reader["ProductID"].ToString() + ".jpg") || File.Exists(serverpath + reader["ProductID"].ToString() + ".gif"))
Line 737:                {
Line 738:                    BuildHtml(
Line 739:                        reader["ProductID"].ToString(),
Line 740:                        reader["SEName"].ToString(),

Source File: c:\Inetpub\websites\BRHD\brucerossmeyer.com\App_Code\functions.cs    Line: 738







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