feval in actxserver error when open outlook application only! why?
Mostra commenti meno recenti
>> h = actxserver('Outlook.Application'); ??? Error using ==> feval Server Creation Failed: Server execution failed
Error in ==> actxserver at 87 h=feval(['COM.' convertedProgID], 'server', machinename, interface);
3 Commenti
Vaneet
il 18 Ott 2018
I am getting the same error once I upgraded to Windows 10 from Windows 7. How do I fix this ?
Michael VanMeter
il 5 Ott 2020
BUMP!
Running R2018a on Windows 10. The actxserver function connected to Outlok just fine last week. Now I get the same error those above.
>> h = actxserver('outlook.Application');
Error using feval
Server Creation Failed: Server execution failed
Error in actxserver (line 86)
h=feval(['COM.' convertedProgID], 'server', machinename, interface);
Brandon Pollack
il 13 Mag 2021
BUMP!
Same issue with updating from Windows 7 to Windows 10.
Risposte (0)
Categorie
Scopri di più su Use COM Objects in MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!