Imar -
Thanks again for digging deeper with me! :)
When I created the db I mirrored the tables/columns/datatypes outlined in the book in my SQL2000 db.
Quote:
|
quote:Maybe when you scripted the 2005 database to its 2000 equivalent, you forgot to script the defaults for columns?
|
I am not sure I follow you?
But I think this could be an issue, because if I go in and try and send an email/attachment it will also throw an error @ Line 56 of App_Code/Utilities.
vb stating:
"The parameter 'from' cannot be an empty string.
Parameter name: from'
But I thought from was the "EmailFrom" value in the web.config?
It does however, move the specified file to the FileStorage and populate the Resource table - with FromContactID as well - usually using the id with the '' value for email.
But it never populates the datesent column?
I think I am getting closer now to getting this thing! :)
Thanks!!
-Brett