To my surprise after installation of the latest version of MPE, I found that the Vista Gadget had appeared in the list of selectable Gadgets.
Directly after the installation it works fine, but when my PC is restarted, it fails to load. I've had this on two machines (both x64). One of the error message is:
A Runtime Error has occurred
Do you wish to debug?
Line:3
Error:Automation server can't create object
This is the line where the connector is created, in core.js:
var mpeConnector = new ActiveXObject("mpe_gadget_connector.Connector");
Anything I can do to debug this thing?
Robert