S
SAL
Okay, this seems odd to me but I've narrowed the source of the above error
down to the following line of code:
Dim att As New Attachment(attachment)
Where attachment is a UNC path.
If I comment that line of code out, the error goes away. Why does this work
on my developement box but not on our test server?
I've tried including the content type to no avail.
Any help with this?
using VS2008 on XP sp3
S
down to the following line of code:
Dim att As New Attachment(attachment)
Where attachment is a UNC path.
If I comment that line of code out, the error goes away. Why does this work
on my developement box but not on our test server?
I've tried including the content type to no avail.
Any help with this?
using VS2008 on XP sp3
S