Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: Re: Unspecefied error


Message #1 by "joel davidsohn" <joel_davidsohn@i...> on Tue, 20 Mar 2001 06:58:57
> Hi,

>   I am trying to send attachments through CDONTS. So when i choose a

> document from the server it works fine. But if I choose a document from a

> different computer that is connected to the server it gives an error

> saying

> "Error Type:

> (0x80004005)

> Unspecified error 

> /". 

> Why can't i send an attachment from any other computer other than the

> server.

> Thanks in advance,

> Derek



Hi Derek,



It's funny to see that you run with the same problem as mine, but I figure it out in a way.

the things you can send from another computer but the file has to be not bigger then 102.000k

something like that, it drove me nuts I couidn't figure it out the thing is if you use Trim()

it will send it as null and that way you will not see the error message that it gives you

wich is unexpected error (0x80004005).



look at the article from the msdn ID:Q273482 it will tell you kind of what to do and if figure it 

out please let me know as well thank you.  joel_davidsohn@i...




  Return to Index