From: Stephen on
I am currently trying to run a COM .NET application from matlab r2009b 32bit in windows 7 but am getting the following:

??? Error using ==> feval
Server Creation Failed:

Error in ==> actxserver at 87
h=feval(['COM.' convertedProgID], 'server', machinename, interface);

Error in ==> CalcInfConfInParallel at 2
ref = actxserver('Test.MatLabTest');

I know usually you would expect the feval message to contain something useful but this was blank. I was wondering if this had been seen before or anyone has any suggestions?