Outlook에서 전자 메일을 보내는 C# exe가 있는데 수동으로 실행하면 제대로 작동합니다.Outlook에서 전자 메일을 보내는 동안 오류가 발생했습니다.
내가 작업 스케줄러를 통해 실행하려고하고 있지만 다음과 같은 오류 제공합니다
System.Runtime.InteropServices.COMException (0x80080005): Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE)).
at sendMail.Program.Main(String[] args) in D:\Recovered\Root\Projects\sendMail\sendMail\Program.cs:line 20
값을 무엇으로 변경합니까? –
매뉴얼을 읽으십시오, 그것에서 지정합니다 –
매뉴얼은 sharedsection에 512를 추가하도록 지시하지만 현재 값은 다음과 같습니다 : SharedSection = 1024,20480,768 –