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: BC30201: Expression expected.

Source Error:


Line 98: 
Line 99:         Dim sql As String = "INSERT INTO downloadlog(fileid, name1, company1, position1, email1, mob1, time1) VALUES (@dlid, @name, @company, @position, @email, @mob, @time)"
Line 100:        Dim parameters As OleDbParameter() = {
Line 101:            New OleDbParameter("@dlid", dlid),
Line 102:            New OleDbParameter("@name", Replace(name1.Value.Trim(), "'", "''")),

Source File: C:\wwwnew\downloads\pdfviewer\web\reg.aspx.vb    Line: 100






Version Information: Microsoft .NET Framework Version:2.0.50727.9174; ASP.NET Version:2.0.50727.9175