Click here to Skip to main content
15,920,896 members

Comments by Sean_Vt (Top 2 by date)

Sean_Vt 27-Feb-14 8:20am View    
Thanks Sergey. Haven't figured out why I'm getting this but I've accepted your answer
Sean_Vt 26-Feb-14 10:45am View    
Hi Sergey...
This is what is highlighted in yellow:
Dim strConnString As String = System.Configuration.ConfigurationManager.ConnectionStrings("conString").ConnectionString()

and below is the exception detail


System.NullReferenceException was unhandled by user code
Message="Object reference not set to an instance of an object."
Source="App_Web_jh8nmpbq"
StackTrace:
at Default2.InsertUpdateData(SqlCommand cmd) in C:\Users\swarne002\Desktop\CVS\1-27-14\firmupdates.aspx.vb:line 160
at Default2.btnUpload_Click(Object sender, EventArgs e) in C:\Users\swarne002\Desktop\CVS\1-27-14\firmupdates.aspx.vb:line 150
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
InnerException:


Does this help? Remember VERY much a newbie here. Learning as I go along