MS Outlook 2003 headaches!

Illusion

Well-known member
Joined
Aug 7, 2003
Messages
105
Location
Uk
Hi,

I was wondering if some kind soul could see fit to helping me with my little problem...

I am trying to use Outlooks feature of sending mail.. and it is not working, I have copied code and even downloaded code from other websites about doing all fancy things with it, yet it will not work.
It will always crash on this line: Dim ol As New Outlook.Application()
and say file not found!
I have included all different references to try and get it to work.. but I might be choosing the wrong ones..
I have added:
MAPI
Microsoft.Office.Core
Office
Outlook

I dont see anyother references which stand out for it.
I am about this close ---- to smashing my monitor :mad: so any help would be kindly appreciated! :)

Thanks
Dan.
 
To me, a "File not found" doesnt sound like a sign that youre missing a reference. Sounds more like the Outlook installation might be faulty. Have you tried on a different computer?
 
This might also indicate a permissions problem - does the ASPNET account have access to launch Outlook? Also the aspnet account might not have permissions to the Exchange Information Store.
 
Hi,

I tried on a different computer and it worked fine, but not on this computer.
I noticed though, I have basic office and the other computer has full office, would this make a difference?

@PlausiblyDamp: its not an ASP.NET program, so I wouldnt think I would need it. Would I??

Thanks
Daniel.
 
Sorry, I was getting this thread confused with a different one :confused:
If you do not have the relevant parts of Outlook installed as part of your office installation that would cause these problems however.
 
Back
Top