G
Guest
H
I have a .NET application that uses interop to send emails using outlook 2000. It works fine
I have altered it to run as a service and it fails in one of two ways
1. If I run the service using the system account then creation of the object fails after about 2 minutes. A message appears in the event log saying that DCOM has failed to respond within the timeout
2. If I run using an administrator account then creation of the objects works OK but when the mail message is actually sent the application fails immediately with the message "operation could not complete because the service provider does not support it"
Has anyone else had the same problem
Is this a DCOM issue, an outlook issue or a .NET issue
Thanks in advanc
Phil
I have a .NET application that uses interop to send emails using outlook 2000. It works fine
I have altered it to run as a service and it fails in one of two ways
1. If I run the service using the system account then creation of the object fails after about 2 minutes. A message appears in the event log saying that DCOM has failed to respond within the timeout
2. If I run using an administrator account then creation of the objects works OK but when the mail message is actually sent the application fails immediately with the message "operation could not complete because the service provider does not support it"
Has anyone else had the same problem
Is this a DCOM issue, an outlook issue or a .NET issue
Thanks in advanc
Phil