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: BC30455: Argument not specified for parameter 'brief' of 'Public Function Adduser(prefix_name As String, first_name As String, last_name As String, username As String, email_address As String, password As String, picture As String, bio As String, www As String, arra As String, activated As Boolean, CountryId As Integer, brief As String, facebooklink As String, twitterlink As String, linkedinlink As String) As Long'.

Source Error:


Line 37: 
Line 38:         If String.IsNullOrEmpty(Request.QueryString("ID")) = True Then
Line 39:             ID = obj.Adduser(ddlprefix_name.SelectedValue, first_name.Text, last_name.Text, username.Text, email_address.Text, password.Text, imp, bio.Text, www.Text, "4,", activated, DropDownList1.SelectedValue)
Line 40:             If ID > 0 Then
Line 41:                 ' obj.comitttrans()

Source File: C:\inetpub\albayanWebsite\register.aspx.vb    Line: 39






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4081.0