Server Error in '/' Application.

Error converting data type varchar to bigint.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Exception: Error converting data type varchar to bigint.

Source Error:


Line 59:             catch (Exception ex)
Line 60:             {
Line 61:                 throw new Exception(ex.Message);
Line 62:             }
Line 63:             return ds;

Source File: d:\Nishant\Website\Infraline\App_Code\DataAccess\IndustoryconnectDB.cs    Line: 61

Stack Trace:


[Exception: Error converting data type varchar to bigint.]
   DAL.IndustoryconnectDB.Select_InterViewsDetails(Int32 TypeID, String id) in d:\Nishant\Website\Infraline\App_Code\DataAccess\IndustoryconnectDB.cs:61
   BLL.IndustoryconnectManager.Bind_InterViewsDetails(Industoryconnect bo) in d:\Nishant\Website\Infraline\App_Code\BusinessLogic\IndustoryconnectManager.cs:38
   interviews_details.InterviewDetails(String id) in d:\Nishant\Website\Infraline\interviews-details.aspx.cs:30
   interviews_details.Page_Load(Object sender, EventArgs e) in d:\Nishant\Website\Infraline\interviews-details.aspx.cs:21
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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