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: CS1502: The best overloaded method match for 'Tag.Common.removeInjection(string)' has some invalid arguments

Source Error:


Line 129:			"INNER JOIN media_video c on c.id=a.contentid " +
Line 130:			"INNER JOIN media_file f on f.campaignid=c.id " +
Line 131:			"WHERE a.userid=" + Tag.Common.removeInjection(Session["userid"]) + " ORDER BY a.created, a.id";
Line 132:		command = new SqlCommand(sql, conn);
Line 133:

Source File: c:\home\site\wwwroot\videos.aspx.cs    Line: 131






Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8975