D
Darrel
I've built a mini-CMS tool that one can use to upload and resize images
with.
It's been working fine for months.
All of the sudden, when attempting to upload an image, I now get this error:
-----------------
[NullReferenceException: Object reference not set to an instance of an
object.]
yorsho.slide_edit.btn_saveNew_Click(Object sender, EventArgs e)
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292
-------------
The object reference error. Ugh. DOes anyone see anything in the above that
would give me a hint as to where to look? Any idea what could have possibly
been changed on the server that would now cause an error from file
uploading? I'm completely at a loss here, as it's worked fine for months and
I didn't change a thing when it stopped working.
-Darrel
with.
It's been working fine for months.
All of the sudden, when attempting to upload an image, I now get this error:
-----------------
[NullReferenceException: Object reference not set to an instance of an
object.]
yorsho.slide_edit.btn_saveNew_Click(Object sender, EventArgs e)
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292
-------------
The object reference error. Ugh. DOes anyone see anything in the above that
would give me a hint as to where to look? Any idea what could have possibly
been changed on the server that would now cause an error from file
uploading? I'm completely at a loss here, as it's worked fine for months and
I didn't change a thing when it stopped working.
-Darrel