OS migration and Outlook not working in vb6.0
Hi,
I have migrated OS from XP to win8.1.
Earlier in my VB application, I was sending email thourgh my outlook object.
set outapp = createObject("Outlook.application")
but now I am getting error "ActiveX Compponent Can't create Object." as i have migrated my OS.
is there any other change in code? solution will be appreciated.
Thanks,
KK
Re: OS migration and Outlook not working in vb6.0
Maybe a stupid question, but do you still have Outlook installed?
Re: OS migration and Outlook not working in vb6.0
Thanks for the reply,
I have win 8.1 with 64-bit. But problem is resolved.
simply i closed outlook and open again. and run my VB6.0 application and send mail. I surprised. It was working.
Re: OS migration and Outlook not working in vb6.0
and then what to use instead it?
Re: OS migration and Outlook not working in vb6.0
Quote:
Originally Posted by
krunal.itaction
and then what to use instead it?
What do you mean? I thought you resolved the problem?