Outlook Interop and Sharepoint Webpart

S

SJ

Hi Fellow Developers,

I am trying to write a webpart the will read from Outlook calendars.
I sucessfully wrote the application as Windows APP and now I am trying
to convert it into a web part.

However, for some reason the code, in a webpart, always fails at this
point:

Microsoft.Office.Interop.Outlook.Application outlook = new
Microsoft.Office.Interop.Outlook.Application();

What happens in the page hangs and the server finally throws a timeout
exception. I know the chances of finding another web part devloper
that has used interop is slim, but I though I would try.

Thanks,
SirCodesALot
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top