While running my script through Visual Studio (Selenium-C#), my AutoIt script for opening dialogs works perfectly, but when running the same script from the Nunit(.Net) client, the same tests are being failed getting the following error:
ReportAppeal.MainTestRunner.OpenFile("Email"):
System.Runtime.InteropServices.COMException : Retrieving the COM class factory for component with CLSID {1A671297-FA74-4422-80FA-6C5D8CE4DE04} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
Anything I'm doing wrong?