Path: news.mathworks.com!not-for-mail
From: "Dan Haeg" <haegd@msoe.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Matlab.Application stopped working with 2008a
Date: Fri, 24 Oct 2008 00:28:02 +0000 (UTC)
Organization: Milwaukee School of Engineering
Lines: 21
Message-ID: <gdr4qi$kta$1@fred.mathworks.com>
References: <gbpa8j$sco$1@fred.mathworks.com> <gcg3vr$56g$1@fred.mathworks.com> <950f2b10-2ecb-41d3-944a-77095daa35e1@o4g2000pra.googlegroups.com>
Reply-To: "Dan Haeg" <haegd@msoe.edu>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1224808082 21418 172.30.248.38 (24 Oct 2008 00:28:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 24 Oct 2008 00:28:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 475291
Xref: news.mathworks.com comp.soft-sys.matlab:496992


> I certainly can, please refer to:
> http://www.mathworks.com/support/solutions/data/1-6FQK77.html
> 
> You need to run '!matlab \regserver' in a normal matlab application
> before COM can create an automationserver

Yup that was the problem, thanks for the help.

>> h = actxserver('Matlab.Application')
??? Error using ==> feval
Server Creation Failed: Class not registered

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

>> !matlab /regserver  
>> h = actxserver('Matlab.Application')
 h =
 
	COM.Matlab_Application