S
Stephen Plotnick
I developed a program that eventually creates an E-mail into the Outbox of
Outlook 2007, using VB 2005.
I now am using a different machine and reinstalled VB 2005 and office 2007.
My problem is I now cannot have Outlook 2007 open or I get an error on the
statement
Dim myOutlook as New Outlook.Application()
In the original computer everything always worked fine on my new machine
everything works fine as long as Outlook is closed at the time I execute my
program. If Outlook isopen I get an exception on the Dim statement.
Can someone please tell me what I must be doing differently in the setup? I
have not changed one line of code. I am running from within the VB studio.
THanks,
Steve
Outlook 2007, using VB 2005.
I now am using a different machine and reinstalled VB 2005 and office 2007.
My problem is I now cannot have Outlook 2007 open or I get an error on the
statement
Dim myOutlook as New Outlook.Application()
In the original computer everything always worked fine on my new machine
everything works fine as long as Outlook is closed at the time I execute my
program. If Outlook isopen I get an exception on the Dim statement.
Can someone please tell me what I must be doing differently in the setup? I
have not changed one line of code. I am running from within the VB studio.
THanks,
Steve