problem with TestComplete and Outlook 2010
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
problem with TestComplete and Outlook 2010
Hi
I am having problem with TestComplete and MS Outlook 2010.
I am trying out the example in TC Document. It only go as far as the 3 line, where it calls Sys.OleObject("Outlook.Application"); and TC ran into runtime error as below.
Any idea how to fix it?
Thanks
Mary
function testOutlook2010()
{
var OutlookApplication = Sys.OleObject("Outlook.Application");
}
JScript runtime error.
Server execution failed, ClassID: {0006F03A-0000-0000-C000-000000000046}
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If it is not running, only then do a Sys.OleObject call against the Outlook.Application
This behavior has been on and off with different versions of Outlook over the years
Simply put, you can only have ONE instance of Outlook running
Cheers
Lino
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @mttsow,
In addition to Lino's advice, please read the Note for Microsoft Office users section of the Sys.OleObject Property article - it may help:
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @mttsow ,
please try quitting your outlook application before starting the executing your code.
Kind Regards,
Sathish Kumar K
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI @mttsow,
Was the original issue resolved? Please let us know if you need any more assistance.
Tanya Yatskovskaya
SmartBear Community and Education Manager
