Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exposing a queue as a public property Pin
BobJanova12-Jul-12 23:41
BobJanova12-Jul-12 23:41 
GeneralRe: Exposing a queue as a public property Pin
PIEBALDconsult13-Jul-12 3:44
mvePIEBALDconsult13-Jul-12 3:44 
GeneralRe: Exposing a queue as a public property Pin
JoeRip13-Jul-12 8:35
JoeRip13-Jul-12 8:35 
GeneralRe: Exposing a queue as a public property Pin
PIEBALDconsult14-Jul-12 4:13
mvePIEBALDconsult14-Jul-12 4:13 
QuestionPost build event using XML Pin
manishsaiin11-Jul-12 5:58
manishsaiin11-Jul-12 5:58 
AnswerRe: Post build event using XML Pin
Dave Kreskowiak11-Jul-12 7:03
mveDave Kreskowiak11-Jul-12 7:03 
AnswerRe: Post build event using XML Pin
eupendra15-Jul-12 18:58
eupendra15-Jul-12 18:58 
QuestionAn 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 Pin
manikantaer11-Jul-12 2:40
manikantaer11-Jul-12 2:40 
Server Error in '/bliss' Application.
Incorrect syntax near 'w'.
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.Data.SqlClient.SqlException: Incorrect syntax near 'w'.

Source Error:

Line 83: SqlDataAdapter da3 = new SqlDataAdapter(dept_Abr, con);
Line 84: DataSet ds3 = new DataSet();
Line 85: da3.Fill(ds3);
Line 86: string fun_abr = ds3.Tables[0].Rows[0][0].ToString();
Line 87:


Source File: c:\bliss\www\www_ca_view.aspx.cs Line: 85

Stack Trace:

[SqlException (0x80131904): Incorrect syntax near 'w'.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +925466
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +800118
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +186
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1932
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +31
System.Data.SqlClient.SqlDataReader.get_MetaData() +62
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +1005
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +7
System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +141
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +137
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +86
www_www_ca_view.refno() in c:\bliss\www\www_ca_view.aspx.cs:85
www_www_ca_view.Page_Load(Object sender, EventArgs e) in c:\bliss\www\www_ca_view.aspx.cs:64
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
AnswerRe: 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 Pin
BobJanova11-Jul-12 2:45
BobJanova11-Jul-12 2:45 
GeneralRe: 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 Pin
manikantaer11-Jul-12 17:45
manikantaer11-Jul-12 17:45 
AnswerRe: 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 Pin
Wes Aday11-Jul-12 3:03
professionalWes Aday11-Jul-12 3:03 
AnswerRe: 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 Pin
Dave Kreskowiak11-Jul-12 4:29
mveDave Kreskowiak11-Jul-12 4:29 
AnswerRe: 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 Pin
Luc Pattyn11-Jul-12 4:46
sitebuilderLuc Pattyn11-Jul-12 4:46 
QuestionException: Syntax Error in INSERT TO. Pin
kaycey9011-Jul-12 2:37
kaycey9011-Jul-12 2:37 
AnswerRe: Exception: Syntax Error in INSERT TO. Pin
Pete O'Hanlon11-Jul-12 2:42
mvePete O'Hanlon11-Jul-12 2:42 
AnswerRe: Exception: Syntax Error in INSERT TO. Pin
BobJanova11-Jul-12 2:43
BobJanova11-Jul-12 2:43 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
PIEBALDconsult11-Jul-12 3:30
mvePIEBALDconsult11-Jul-12 3:30 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
Richard Andrew x6411-Jul-12 5:25
professionalRichard Andrew x6411-Jul-12 5:25 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
BobJanova11-Jul-12 6:29
BobJanova11-Jul-12 6:29 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
Richard Andrew x6411-Jul-12 8:18
professionalRichard Andrew x6411-Jul-12 8:18 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
Pete O'Hanlon11-Jul-12 8:35
mvePete O'Hanlon11-Jul-12 8:35 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
BobJanova11-Jul-12 23:21
BobJanova11-Jul-12 23:21 
AnswerRe: Exception: Syntax Error in INSERT TO. Pin
PIEBALDconsult11-Jul-12 3:37
mvePIEBALDconsult11-Jul-12 3:37 
QuestionPassing an object through different window classes in Windows Forms Pin
nstk11-Jul-12 0:55
nstk11-Jul-12 0:55 
AnswerRe: Passing an object through different window classes in Windows Forms Pin
Pete O'Hanlon11-Jul-12 1:02
mvePete O'Hanlon11-Jul-12 1:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.