Outlook Accessing from VB.NET hangs web app

V

VB6 Guy

Using Outlook 10 object model in a library used by an ASP.NET application.

when stepping through my code, after creating a new instance of
Outlook.Application, my application hangs. Task Manager shows my instance
created, but any calls to objects cause it to hang.

Dim objOutlook as new Outlook.Application
objOutlook.Session.Logon("", "", false, false) ' hangs here

Additionally, eliminating the Logon step and doing anything else causes it
to hang as soon as I reference an object from the Outlook object model.
Anyone know why?

thank you
 

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