QUOTE(BOINCer @ Dec 11 2007, 11:07 AM)

Since 4.5, you need to specify on the <security> block that you will use a COM object, and what object you will use.
I'm using the following in my widget.xml file:
CODE
<security>
<filesystem>full</filesystem>
<command>true</command>
<com name="ADODB.Connection">ADODB.Connection</com>
</security>
I know the name is incorrect, any idea what it is?
Thanks again,
-Paul