Menu

#1 Upload exception

v1.0 (example)
open
nobody
5
2008-11-05
2008-11-05
Anonymous
No

{"Object reference not set to an instance of an object."}

private void buttonUploadFile_Click(object sender, EventArgs e)
{
{...}
int res = _sm.ImageUpload(albumID, textBoxFilename.Text);
}

I was able to login and get albumns, images, and categories. But no luck with an upload. I tried it under VS2005 and VS2008 with the same results. I appear to have the _sm object, so must assume it is surfacing from with the library.

Gordon
gniessen@gmail.com

Discussion


Log in to post a comment.